You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Flags can add up:
Forum on trading, automated trading systems and trading strategy testing
Tick story
Event, 2015.10.23 14:26
8 || 16 = 24
и
Forum on trading, automated trading systems and trading strategy testing
Tick story
Andrey Khatimlianskii, 2015.10.23 14:28
Bitwise OR operation
There are some changes. The indicator has become faster in loading the tick history. There is no tick history support in the tester yet.
I cannotsee theTICK_FLAG_SELL andTICK_FLAG_BUYflags at the tick.I tried it both on futures and forex symbols. What am I doing wrong? Indicator attached in first post.
I will now try to use the tick history downloading script (script in the first post) to detect the flags TICK_FLAG_SELL and TICK_FLAG_BUY...
Added:
The TICK_FLAG_SELL and TICK_FLAG_BUY flags are not detectable.
Something about the branch has gone stale. Is tick history support in the tester still planned? Maybe at least an approximate timeframe is known?
Something about the branch has gone stale. Is tick history support in the tester still planned? May be at least approximate timeframe is known?
Also interested, any news? :) I am not completely switching from mt4 to mt5, the only thing that stops me is the possibility of using the left software for testing on the real ticks in mt4, there is no such thing for mt5.
Maybe and will be soon:
Forum on trading, automated trading systems and trading strategy testing
FORTS: MT5 vs quik
Renat Fatkhullin, 2016.02.22 21:20
There is a huge MT5 update coming out at the beginning of March, just wait a bit.Judging by the tick indicator queries, the time_msk field data is a multiple of 1000. i.e. we are not talking about milliseconds, the resolution is 1 second.
Question: what was the point in extending MqlTick structure then?