Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
vdemydiuk opened this issue Nov 11, 2020 · 3 comments
Closed

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

vdemydiuk opened this issue Nov 11, 2020 · 3 comments

Comments

@vdemydiuk
Copy link
Owner

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
};

@vdemydiuk vdemydiuk added this to the MtApi MT4 v1.0.43 milestone Nov 11, 2020
@eabase
Copy link
Contributor

eabase commented Nov 12, 2020

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

@eabase
Copy link
Contributor

eabase commented Nov 13, 2020

Hmm, seem related to:

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

@vdemydiuk
Copy link
Owner Author

@eabase I added small description in #237.

vdemydiuk added a commit that referenced this issue Nov 29, 2020
…LOCK_EVERY_CANDLE. Added event OnLockTicks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
MtApi MT4
Awaiting triage
Development

No branches or pull requests

2 participants