Enrico Mariani / Publications
Forum
not synchronized with trade server
Hi, while uploading to metaquotes a new indicator,I receive the following error message: test on EURUSD,H1 (netting) not synchronized with trade server what does it means? thank you
sell an indicator that call for another free indicator
Hi,I don't know if it is the right session for writing my question. I would like to sell an indicator (for example X) that call for another my indicator (for example Y) Y will be free can I sell X on market session? thank's in advance
MqlTick.last
I wonder why last value of MqlTick return 0.0? Here the trivial code void OnTick () { MqlTick last_tick; //--- if ( SymbolInfoTick ( Symbol (),last_tick)) { Print (last_tick.time, ": Bid = " ,last_tick.bid, " Ask = " ,last_tick.ask, " last= " ,last_tick.last); }