sergeev:
He was in the championship, too. Only his own, the tester's.
Nice work :-) would it works on MT4 ?
This is a simple and very effective strategy. I ask myself the following question:
You say that the strategy runs mode in the "1 minute OHLC". In the source code you wait create a new candle from (isNewBar), before you do anything. Where is the difference?
How can one simulate real trading mode the "1 minute OHLC"?
You say that the strategy runs mode in the "1 minute OHLC". In the source code you wait create a new candle from (isNewBar), before you do anything. Where is the difference?
How can one simulate real trading mode the "1 minute OHLC"?
Thank you very much!!
This EA is a tester fake. It is not for real trading. EA uses onTimer event and peeps into OHLC ticks. High and Low of M1... got it? EA uses IsNewBar only for got Open tick.
Igor hello
When compiling EA there are two errors in line 35 column 20 and line 78 column 24.
??
explain
is there no way to translate it to mql4 ? :) I would put it on real :)
I have it in my demo account for a day raised 11k green :) and I would like to test it in mt4 and if everything is good I would like to put it on real
sumaxer095:
it's not an error, it says so right there.
Igor, hello.
When compiling the EA there are two errors in line 35 column 20 and line 78 column 24.
??
Explain.
Всем привет!
who can tell if it works on a real account, who has tried it?

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
Grr-al:
The Expert Advisor is profitable only if the "Open prices" only or "1 minute OHLC" modes used in Strategy Tester.
It uses the knowledge about the M1 OHLC tick generation algorithm in Strategy Tester of MetaTrader 5: If the price began to decrease after the new bar opening, it is guaranteed that it will increase in the next price change and vice versa.
Attention: The "Open prices only" and "1 minute OHLC" modes of Strategy Tester can be used ONLY for rough and fast estimation of strategy performance.
Author: Igor