HMA Signal with Renko Charts
Created at 14 Jan 2020, 05:37
EU
HMA Signal with Renko Charts
14 Jan 2020, 05:37
Hello. I need a little help writing cbot because I'm not a programmer.
When Hull Signals give results in rollback region, buy / sell or sell / buy provides on-tick results that fluctuate greatly causing many false entries on this moment.
My question is: how to get these results only on Bar? I work with Renko on trades.
PanagiotisCharalampous
14 Jan 2020, 08:16
Hi Eugenio,
You can program your logic inside the OnBar() method which is called at the end of each bar, instead of the OnTick() method.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous