TC= Math.Max(TC,GetCurrentBid());
EnterLongStop(1,TC,"""");
Here I don't understand the meaning of MAthMax and also if a market order would be the same that GetCurrentBid.
And this order:
double TC= MAX (High,2)[0]
EnterLongStopLimit(1,TC-5*TickSize,TC,"");
Can you give me an example like this: If the Highest high of the last 2 bars is 1000, where would be the order placed? In 1000-5= 995??
Thanks

Comment