Tick based indicator New comment kryptomook 2020.02.27 20:53 Hi All i am looking for a tick based indicator that runs on MT5. Maybe anybody knows and can tell me? I would like to test out something. Thank you! amando 2020.02.27 20:58 #1 Search online. lippmaje 2020.03.15 16:16 #2 Any indicator is tick based. Renko for instance creates a chart from ticks. If you want to log ticks, add this to your OnCalculate: MqlTick tick; SymbolInfoTick(_Symbol,tick); Print(tick.time," ",tick.bid); New comment
Hi All
i am looking for a tick based indicator that runs on MT5.
Maybe anybody knows and can tell me?
I would like to test out something.
Thank you!