I have 2 questions here:
1. I try to print something, but nothing comes up
......
....
EnterLong(1,"");
SetProfitTarget("", CalculationMode.Ticks, 85);
SetTrailStop("", CalculationMode.Ticks, 97, false);
Print("NinjaTrader");
2. I would like to round a number down to the nearest integer, I use INT(), but it dosen't work.
Would you please tell me what is the right way?
Thank you

Comment