+1 888 340 6572

Configuring Strategies: Difference between revisions

From MultiCharts
Line 106: Line 106:
Signals can have one or more inputs, or none at all. Each input is assigned a name.  
Signals can have one or more inputs, or none at all. Each input is assigned a name.  


There are three types of inputs: Numeric, True/False, and String. Signals can be modified by changing the input '''Values'''. One of the main advantages of using the inputs is that basic adjustments to the study's logic can be made by simply changing the input values, without the need to edit the studies' actual code. Multiple instances of the same signal can be used in the same strategy, and can have different input settings.  
There are three types of inputs: Numeric, True/False, and String.  
 
Signals can be modified by changing the input '''Values'''.  
 
One of the main advantages of using the inputs is that basic adjustments to the study's logic can be made by simply changing the input values, without the need to edit the studies' actual code.  
 
Multiple instances of the same signal can be used in the same strategy, and can have different input settings.  


Inputs are also used for Trading Strategy Optimization.
Inputs are also used for Trading Strategy Optimization.
Line 118: Line 124:


<br>
<br>
== Strategy Properties ==  
== Strategy Properties ==