Hi,
This is my first attempt with coding and I'm having a problem with a TS addon.
The trailing stop code includes the following line;
sellPositions = Positions.FindAll(botname, Symbol, TradeType.Sell);
The word botname does not exist in the current program, I understand this needs to be an Instance Name. I can't find the information regarding what I should be putting in there so it would successfully build.
Could you help?
Many thanks