Questions from Beginners MQL5 MT5 MetaTrader 5 - page 362
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
Don't kick me, I'm not in the loop yet.
I have a couple of questions:
1 is it technically possible to write something that will alert me (visually and audibly) that on the charts of the same pair with different timeframes, the same indicator/oscillator is in the same position.
2 how complicated it is
3) Should I start to learn mql for the sake of writing this tool?
No kicking).
1. almost everything is technically possible, if you have the desire. You may get the message in the terminal, via e-mail or by phone. About one indicator that collects information from different timeframes - there are a lot of such examples in kodobase;
2. Difficult - depending on your skills, of which I know nothing. However, from the examples and articles, far from being the most difficult.
3. Depending on how deeply you want to dive into programming. If you only need this, you'd better look here(indicators marked _x10);
A screenshot of the scolding in the studio, no one before you has scolded vode that does not return a value. Vode is designed not to return anything.
I tried to insert the void CountTrades() function into my EA, but the compiler complains, because void CountTrades() does not return anything.
This line gives an error
With void CountTraders() you should check by order type.
Can you tell me why the strategy tester stopped working?
Who can tell me how to make Ilan 1_6 either buy only or sell only?
Can you tell me how to make Ilan 1_6 either only buy or only sell?