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
Arethe numbers bar numbers?
Hello, I have an idea for a non-syndicator EA. The strategy is as follows:
I think it would be useful to enter the "Work timeframe" parameter in order to find the best variant. At the specified timeframe we will look for a new bar and check the trading signals at the specified timeframe. Bars #1 and #2 are fixed in the code, while "26" is an adjustable parameter.
I think it will be useful to enter the "Work timeframe" parameter to find the best option. At the specified timeframe a new bar is looked for and trading signals are checked at the specified timeframe. Bars #1 and #2 are fixed in the code, while "26" is an adjustable parameter.
Well, yes, it would be convenient to test "by opening prices", quickly
You may test by the opening prices only if:
5m4GaJ.mq5
version "1.000"
Trade signals:
BUY: Low #2 < Low #Indexleft bar AND Low #1 > Low #Indexleft bar
SELL: High #2 > High #Indexleft bar AND High #1 < High #Indexleft bar
Of interest: ... for searching of the best variant, the"Work timeframe" parameter is introduced. At the specified timeframe a new bar is searched for and trading signals are tested at the specified timeframe. Bars #1 and #2 are fixed in the code, while "26" is an adjustable parameter.
5m4GaJ.mq5
version "1.000"
Trade signals:
BUY: Low #2 < Low #Indexleft bar AND Low #1 > Low #Indexleft bar
SELL: High #2 > High #Indexleft bar AND High #1 < High #Indexleft bar
What? Already!? Like Formule 1.
It's not actually instant ✈️ at all. Half a day, after all.
Cool as always!
Have you tested it yet? Any sketches?