vdemydiuk / mtapi

MetaTrader API (terminal bridge)
MIT License
530 stars 285 forks source link

[MT4] Implement lock ticks for quote events (Backtesting) #226

Closed vdemydiuk closed 3 years ago

vdemydiuk commented 4 years ago

Current implementation has lock ticks for candle event only. Need to add locking ticks for every quote events (like MT5 version): enum LockTickType { NO_LOCK, LOCK_EVERY_TICK, LOCK_EVERY_CANDLE };

eabase commented 4 years ago

I just googled for this, but didn't find anything. What are these lock ticks used for?

eabase commented 4 years ago

Hmm, seem related to:

Maybe this is what I am looking for. The missing Tick events?

vdemydiuk commented 4 years ago

@eabase I added small description in #237.