3 consecutive ticks upwards/downwards
Hi, anybody who could help me with this: my idea is a bot (for Volatility Index) that waits until the spot has 3 consecutive ticks upwards, and then opening a Call position; and also do the opposite: wait until the spot has 3 consecutive ticks downwards, and then opening a Put position.
Who could give an idea on how to do this possible?
Best Answer
-
many of them.. and most of them are free.. it was a simple logic..
just compare spot[now] with spot [now-1], if larger == up, lower == down.. keep on array.. if array same as u wish.. then go for proposal
Answers
I think i know a bot you can use.
I NEED TOO! 3 consecutive ticks upwards, and then opening a Call position; and also do the opposite: wait until the spot has 3 consecutive ticks downwards, and then opening a Put position.