|   | Name | Description | 
|---|
  | SetTarget(Double) | 
            Submits a limit order. If a limit order with the same entry order name exits then changes that order if the price differs
            
            This method will be ignored if called when the strategy is in Initialized state
             | 
  | SetTarget(Double, CalculationMode) | 
            Submits a limit order. If a limit order with the same entry order name exits 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
             | 
  | SetTarget(Double, String) | 
            Submits a limit order. If a limit order with the same entry order name exits then changes that order if the price differs
            
            This method will be ignored if called when the strategy is in Initialized state
             | 
  | SetTarget(Int32, Double) | 
            Submits a limit order for the specified bars index. If a limit order with the same entry order name exits then changes that order if the price differs
            
            This method will be ignored if called when the strategy is in Initialized state
             | 
  | SetTarget(Double, CalculationMode, String) | 
            Submits a limit order. If a limit order with the same entry order name exits 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
             | 
  | SetTarget(Int32, Double, CalculationMode) | 
            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
             | 
  | SetTarget(Int32, Double, String) | 
            Submits a limit order for the specified bars index. If a limit order with the same entry order name exits then changes that order if the price differs
            
            This method will be ignored if called when the strategy is in Initialized state
             | 
  | SetTarget(Int32, Double, CalculationMode, String) | 
            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
             |