| StrategySetTarget(Int32, Double, CalculationMode, String) Method | 
            Submits a limit order for the specified bars index. If a limit order with the same entry order name exists then changes that order if the price differs
            If called when the strategy is in Initialized state then all subsequent entry trades with the same entry name will automatically place a target order as defined by the method
            
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
 Syntax
Syntaxprotected IOrder[] SetTarget(
	int barsIndex,
	double price,
	CalculationMode calculationMode,
	string entryOrderName
)
Parameters
- barsIndex  Int32
- Bar index
- price  Double
- Value of the limit price as calculated from entry order fill price based on the Calculation Mode
- calculationMode  CalculationMode
- Calculation Mode
- entryOrderName  String
- Entry order name
Return Value
IOrder See Also
See Also