binary-ex-machina / binary.com-bot

Scripts for using on Binary.com Bots.
75 stars 187 forks source link

how to start bot after some ticks #64

Closed navneetsinh closed 5 years ago

navneetsinh commented 5 years ago

how to start bot after some ticks help me for creating some blocks for run bot after some ticks. example : starting a bot(after pressing play button) and wait for 7 or 8 ticks (but run strategies in background) than play bot this is for first time only

binary-ex-machina commented 5 years ago

In the example below, when the counter hits 10, it will enable the bot to purchase Rise. The calculation of the RSI and the verification of the value will continue on every tick until the contract is bought.

image

navneetsinh commented 5 years ago

Thanks dear