Submit order with different Symbol from the instance
Created at 04 Sep 2014, 13:28
Submit order with different Symbol from the instance
04 Sep 2014, 13:28
Dear Support
I'd like to reuse the position.SymbolCode as the "Symbol" for a pending order placement, but I always get an error:
Error CS1503: Argument 2: cannot convert from 'string' to 'cAlgo.API.Internals.Symbol'
PlaceStopOrder(TradeType.Buy, position.SymbolCode, TargetVolume, buyOrderTargetPrice, Strategy1, TargetSLSS, position.EntryPrice, expirationTime, Strategy1);
Regards
Invalid
04 Sep 2014, 14:13
RE:
obial said:
@Invalid