Direction Rise/Fall command
Hi,
I was wandering how exactly "Direction Rise/Fall" function works ? It puts the call order after 3, 4, 5 ... ticks up/down for example or perhaps something else ? Thank you !
Hi,
I was wandering how exactly "Direction Rise/Fall" function works ? It puts the call order after 3, 4, 5 ... ticks up/down for example or perhaps something else ? Thank you !
Comments
It's the direction of the tick chart, whether it's rising or falling.
if tick2 > tick1:
direction is rise
if tick2 < tick1:
direction is fall
if none of above:
direction is no change
can you please help me to add martingale to this bot for trading call/put
volidx
random_index
R_100
callput
risefall
both
60
t
stake
USD
FALSE
10
1
10
RSI
close
14
success
RSI:
RSI
GTE
RSI
70
PUT
LTE
RSI
30
CALL
Please consider asking the question in our GitHub Issues
help me add matingale to this