HMA Signal with Renko Charts

Created at 14 Jan 2020, 05:37
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
EU

eugeniocastanho

Joined 14.01.2020

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.


@eugeniocastanho
Replies

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