Questions from Beginners MQL5 MT5 MetaTrader 5 - page 361
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
How to erase autochartis completely?
On the second question: you need to find which template has the autochartis entry.
Are you referring to the "profiles" folder which contains the chart01.chr file? (MQL4)
Well, don't go directly to the system files. You need to look at which charts are showing errors. After that you need to look at which indicators and EAs are present on the chart. Delete unnecessary ones.
i want to change the function so it will not only check if there are open orders, but if there are, it will return the value of the orders
i want to change the function so it will not only check if there are open orders, but if there are, it will return the value of the orders
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 studying mql in order to create this component?
I tried to insert into EA the void CountTrades() function, the compiler complains, because void CountTrades() does not return anything, it must be int CountTrades()