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
Of course not. His trades are identical, only the lot is not as aggressive. Here's what I have at the end of the week:
At the moment, yes.
The updated version (in the file attached in this post) already has a check for mejic.
https://www.mql5.com/ru/code/10773
The updated version (in the file attached in this post) already has a check for mejic.
https://www.mql5.com/ru/code/10773
The Beer God, have you tried to test the system on minutes? for example on opening prices (you have to edit the code there)
Still wrote a martin (ilan) under mt5 with dual direction (can trade both ways at the same time)
Here's a test of two pairs at once
Still with glitches - I am fixing them.
All others seem to be no problem
MA_1_t=iMA(NULL,PERIOD_H1,Period_MA,0,MODE_SMA,PRICE_CLOSE,0); // MA_1 current
MA_1_p=iMA(NULL,PERIOD_H1,Period_MA,0,MODE_SMA,PRICE_CLOSE,1);
TimeBar_t = (TimeCurrent()-Time[0])/60; // time in minutes from the candle opening - here it is not clear yet
sv_close = iClose(NULL,PERIOD_H1,1)
How about this? TimeBar_t = (TimeCurrent()-iTime(NULL,PERIOD_H1,0))/60;
here is the figure from the report ("basement" is not needed) of EURUSD from the beginning of the year