The following code outputs the position that difers from one shown in Positions tab of Control Center.
if (FirstTickOfBar){
Print (Time[0] + "start : "+ Position.MarketPosition + " = " + Position.Quantity );
Also the oredrs that are placed to exit positions, are exiting acording to position i see in my output and not what i see in a tab
What am i doing wrong?
Thanks

Comment