I am currently trying to construct a strategy that uses multiple orders and dynamic stop loss orders.
For the the SetStopLoss i am recieving the error CS1501 for the following code.
I was just wondering if someone could point out where the error may lie.
SetStopLoss("long 2 - profit target 5%", CalculationMode.Price, APreviousValueAtTime("Close", 16, 0, 0).RequestesTime[0] - 1 * TickSize);
4blue

Comment