Hi guys,
first, do you have any tips on an already created indicator that returns when the volatility is low? When price is mostly flat and don’t move? Would be awesome if you could share me this!
second, i wonder if i could use “ticks” in code, like close + 3 ticks upp/pips.
Instead of coding close+0.3 i want to use 3 “ticks”, if the spread is 0.1. Due to that different instruments have different spreads i want to use “tick/pip/points” instead of a value like “0.3”. Is this possible, to use “number of steps” where the spread is 1 step? I want to use number of steps instead of a raw value, because some instruments may have 0.01 in spread, then my code would still work, because of the “steps” instead of a value. Hope i’m clear and that i could transfer my context.
ps. don’t know if ticks is the right word. But one tick up or down is what i mean. Maybe a pip/point…
Thanks in advance.