Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 116
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
I've erased this part because I'll have to do it separately.
MathRound()
how to do it:
let's say I have an account balance of 5800
if (5800)\2000= ( in this case it should come out 2, all fractions are discarded, we need this processing function)
as well as 1800\2000=1UseMathCeil()
if(res==0) res=1;
Comment( res );
Use MathCeil()
if(res==0) res=1;
Comment( res );
Guys, please help, explain!!!
How in the standard Moving Average indicator can I add a sound when the indicator crosses a horizon line which can be added with the settings?
Guys, please help, explain!!!
How in the standard Moving Average indicator can I add a sound when the indicator crosses a horizon line which can be added with the settings?
Not in the standard one.
Can such a function be added to the code? And if so, which one?
To write an indicator based on a standard MA
can you help?
Or do you want us to do it for you?
Start writing. What doesn't work - ask - we'll help.
Or do I have to do it for you?