Difference between revisions of "Study on study"

From MultiCharts
Jump to navigation Jump to search
Line 28: Line 28:
  
 
<div style="background-color: #E3FBE5;">'''Note: This feature is not supported in MultiCharts.NET'''</div>
 
<div style="background-color: #E3FBE5;">'''Note: This feature is not supported in MultiCharts.NET'''</div>
[[Category:About_EasyLanguage]]
+
[[Category:Studies]]

Revision as of 10:24, 9 December 2013

From MultiCharts 8.8 beta 1 it is possible to use the values of the other indicators as inputs for the indicator.

Indicator on indicator.png

To select an indicator value as an input:

  1. Apply the indicator to the chart,
  2. In Format Study --> Inputs tab click the input value,
  3. Click the ... button to select the indicator to be used as an input value,
  4. Select the indicator to be used as an input value and click Ok,
  5. Select the plot value to be used as an input value,
  6. Click Ok.

Indicator on indicator 2.png

The line in the input field is

Indicator: "Name of indicator" plotN | Input_Name = Input_Value

where:

  1. Indicator: - keyword, is obligatory,
  2. "Name of indicator" - string value (in quotes) representing. Is obligatory.
  3. plotN - plot number is to be used for calculations. Example - plot1, plot2 etc. Is optional parameter. If not specified, the plot with the lesser number is used.
  4. | - delimiter.
  5. Input_name = Input_Value - setting certain value for a certain input. Is optional parameter.


Note: This feature is not supported in MultiCharts.NET