my entry is:
if (ToTime(Time[0]) >= 90000 && ToTime(Time[0]) <= 190000
&& Close [0] > CurrentDayOHL().CurrentOpen[0] + 5 * TickSize
&& ADX(14)[0] < 30
&& Close[0] > Swing(5).SwingHigh[0])
{
_long_order=EnterLong(DefaultQuantity, "Long");
}
Is the highlighted code correct?
The filled entry is only Close [0] > CurrentDayOHL().CurrentOpen[0].
But ich wish an entry 5 ticks above the indicator.
I´m trading FDAX future. Wich Ticksize has this future?
Thanks für you help.
Blackburn

Comment