As an example, if the use wants to use the Bollinger Bands indicator in his own rules, he can select the value of Up Band, Middle band or Down Band.
As an example, if the use wants to use the Bollinger Bands indicator in his own rules, he can select the value of Up Band, Middle band or Down Band.
These values are stored as IndicatorBuffer objects in the [[Indicators_API|NakedMarkets API]]. These can be reviewed for all indicators on our [https://github.com/NakedMarkets/Indicators Github] since their source code is public.
These values are stored as IndicatorBuffer objects in the [[Indicators_API|NakedMarkets API]]. These can be reviewed for all indicators on our [https://github.com/NakedMarkets/Indicators Github] since their source code is public.
The return value will appear in the Rule indicator properties form if the indicator has called the SetIndexStyle() and SetIndexLabel() functions.
For information, if an indicator does not have return or calculated values (ie : trading sessions indicator), it will not be displayed in the related category under the Rule Manager.
For information, if an indicator does not have return or calculated values (ie : trading sessions indicator), it will not be displayed in the related category under the Rule Manager.
Here is the list of return value of all native indicators under NakedMarkets :
Here is the list of return value of all native indicators under NakedMarkets :
* <u>Accelerator Oscillator</u>
* <u>Accelerator Oscillator</u> : AC1, AC2
* ADX : Average Directional Movement Index
* <u>ADX : Average Directional Movement Index</u> : ADX, +Di, -Di
This Indicators category contains all Default Rules using the Indicators on the Charts.
You can access every Indicator installed in Naked Markets, the default and the custom ones. Thus, every rule in this category is a Value Rule. This means that it returns always a number value and not a condition (True or False).
You can specify which data you want to get from the Indicator
Indicators
Every Indicator Rules will return the data value defined by the Rule, identified by the "Selected Value" option in the Indicator Parameters form.
Example with the Bollinger Band Indicator :
Common Parameters
Selected Value : This is the value returned by the Indicator Rule. It depends on the Indicator you want to use. In the Bollinger Band above example, we can select the UpperBand, the MiddleBand or the LowerBand.
Bar Position : Position of the Bar on the current chart. "0" is the last printed Bar on the chart. "1" is the previous Bar from the last Bar. "2" is the second previous Bar from the last Bar.
Timeframe : Timeframe of the Bar. It's advised to let the value "Current" to get the value of the Bar on the current chart.
Symbol : Symbol of the Bar. It's advised to let the value "Current" to get the value of the Bar on the current chart.
Indicator specific Parameters
The list depends on the indicator you use in the Rule. This is the list of parameters you choose when you attach the Indicator on the Chart.
In the previous example with the Bollinger Bands, these are : Period, Deviation, Shift, ...
Indicators return value list
For each indicator included in a rule, the selected return value can be different.
As an example, if the use wants to use the Bollinger Bands indicator in his own rules, he can select the value of Up Band, Middle band or Down Band.
These values are stored as IndicatorBuffer objects in the NakedMarkets API. These can be reviewed for all indicators on our Github since their source code is public.
The return value will appear in the Rule indicator properties form if the indicator has called the SetIndexStyle() and SetIndexLabel() functions.
For information, if an indicator does not have return or calculated values (ie : trading sessions indicator), it will not be displayed in the related category under the Rule Manager.
Here is the list of return value of all native indicators under NakedMarkets :
Accelerator Oscillator : AC1, AC2
ADX : Average Directional Movement Index : ADX, +Di, -Di