input
11 functions. Each has a page of its own.
| Function | Summary |
|---|---|
input.bool | Offers the reader a true-or-false setting and hands back what they chose. |
input.color | Asks the reader for a colour. |
input.float | The decimal counterpart of input.int, with the same nine arguments and const float in place of const int. |
input.int | A whole-number setting, with optional bounds and an optional increment. |
input.price | A price setting. The value comes back as a float. |
input.session | Asks the reader for a session and gives you back a string. |
input.source | Lets the reader pick which series the script reads — the close, the high, a midpoint, and so on. |
input.string | A one-line text setting. |
input.text_area | A multi-line text setting, for a message or a note rather than a single word. |
input.time | A time setting, returned as an int. |
input.timeframe | Asks the reader for a timeframe. The answer arrives as a string. |
Part of the function index.
Ready to put this into practice?
Try GoCharting Premium
Unlock advanced orderflow, market profile, options desk, and real-time data — everything you just read about, live in your charts.