DAX 1 min timeframe.
How to code the following?
I want to take a long pos if the price moves above 20 points in the past candle.
I think it’s quite difficult to have a range of more than 20 pips in a single 1-minute candle (it just happend a few time these last days, but it won’t happen that many times):
EntryPrice = close + (20.1 * pipsize)
IF Not OnMarket THEN
BUY 1 CONSTRACT AT Entryprice STOP
ENDIF
Thanks Robert
I will test the code on different timeframes.
I want a more active algo and this code suitable for that.
Will add other filters of course.
Topic moved to ProOrder forum. bullbear – please try to post in the correct forum with future topics. 🙂