- Accounts & Connection Management
- Data Management & Analysis
- Price Monitoring
- Charting
- Trading
- Scanners
-
Builders
-
Manual Strategy Builder
- Main Concept
- Operand Component
- Algo Elements
-
Use Cases
- How to create a condition on something crossing something
- How to create an indicator based on another indicator
- How to calculate a stop loss based on indicator
- How to submit stop order based on calculated price
- How to calculate a current bar price using a price type from inputs
- How to Use a Closed Bar Price
- Automatic Strategy Builder
-
Manual Strategy Builder
- Autotrading
- FinScript
- Trade Analysis
- Media Feeds
- Logs & Notifications
- UI & UX
The Input Data tab within the Properties window of the Indicators in the Scripts module allows users to specify the source of input data for the indicator. This tab provides two main options for input data:
Chart Bars
Users can select from various types of chart bars to use as the input for the indicator. The available options include:
- Close
- Open
- High
- Low
- Median
- Typical
- Weighted
Â
Chart Indicator
Alternatively, users can choose to use the output from another chart indicator as the input for the current indicator. This is selected by choosing the appropriate option and specifying the desired indicator.
By configuring the input data settings in this tab, users can customize the data source that the indicator will use for its calculations, providing flexibility in how the indicator interprets market data.
This concludes the configuration for the Input Data tab within the Indicator Properties of the Scripts module.
- Accounts & Connection Management
- Data Management & Analysis
- Price Monitoring
- Charting
- Trading
- Scanners
-
Builders
-
Manual Strategy Builder
- Main Concept
- Operand Component
- Algo Elements
-
Use Cases
- How to create a condition on something crossing something
- How to create an indicator based on another indicator
- How to calculate a stop loss based on indicator
- How to submit stop order based on calculated price
- How to calculate a current bar price using a price type from inputs
- How to Use a Closed Bar Price
- Automatic Strategy Builder
-
Manual Strategy Builder
- Autotrading
- FinScript
- Trade Analysis
- Media Feeds
- Logs & Notifications
- UI & UX