Hi Frank,
Frank wrote:
Hi Support,
I'd like to set the Period in strategy to "1 Pip" (like it is possible in the chart). How can I do this?
Best regards,
Frank
I guess the walk around could be the following:
in onTick method skip all ticks until price has moved a set number of pips from the last processed tick.
Like described in RoadRunner post.
I don't see any other possibility at the moment until this feature will be released.
Green pips,
chriz
your suggestion sounds interesting, but if I filter ticks in onTick method to obtain a Range Bar of 1 pip, then how can I apply to the Range Bar a simple indicator like ema that require a type Period that is Time Bar based ?