Forum

Ask, bid and volume from various assets

I need to get the ask, bid and volume from various assets. I'm looking at the book. But apparently this only works if the EA is attached to the asset. Does anyone have any ideas? MarketBookAdd (units); MqlBookInfo BookInfo_unit[]; MarketBookGet (units,BookInfo_unit); for ( int i= 0 ;i<

Analyse each tick in real time

Hello, I 'm trying to analyse each tick in real time. I'm using Copytick, but I'm having trouble to know which ticks are new. I'm copying the ticks for 2 arrays and comparing them. But it's not working. Any suggestions? Is there an easier way? Olá, Eu estou tentando analisar cada tick em tempo real