Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1959

You are missing trading opportunities:
- Free trading apps
- Free Forex VPS for 24 hours
- 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
Please help
hello, I have a problem, a few days ago my master opened an order for 2 layers CADJPY,
What are layers?
why do my pages keep coming up in Russian?
I am new here and want to set up an MT5/MQL5 environment. the you tube videos only are playing audio so cannot watch them
Does any one know of an EMA histogram indicator like I have in the picture? One that I can adjust the EMA's to my prefered numbers?
The picture is CCI, but I am wanting EMA looking exactly like the CCI's are showing.
I am not a coder, so I have very little knowledge on how to make it hte way I am wanting.
As you can tell, I would like to have one color for price going up, another for price going down, and the third color on a stalling of price.Thank you.
Please help me solve the problem
Please search for other related posts besides the ones below.
----------------------------------
string buyorder()
{
if((iMA(Symbol(),PERIOD_CURRENT,200,0,MODE_SMA,PRICE_MEDIAN,1)-(10*Point))<=iLow(Symbol(),0,1)&&
(iMA(Symbol(),PERIOD_CURRENT,200,0,MODE_SMA,PRICE_MEDIAN,1)+(10*Point))>=iLow(Symbol(),0,1)&&
(((iMA(Symbol(),PERIOD_CURRENT,200,0,MODE_SMA,PRICE_MEDIAN,2)-(10*Point))<=iLow(Symbol(),0,2)&&
(iMA(Symbol(),PERIOD_CURRENT,200,0,MODE_SMA,PRICE_MEDIAN,2)+(10*Point))>=iLow(Symbol(),0,2))
||iLow(Symbol(),0,2)>=iMA(Symbol(),PERIOD_CURRENT,200,0,MODE_SMA,PRICE_MEDIAN,2)))
return("Please_Buy");
}
Please edit your (original) post and use the CODE button (or Alt+S)! (For large amounts of code, attach it.)
General rules and best pratices of the Forum. - General - MQL5 programming forum #25 (2019)
Forum rules and recommendations - General - MQL5 programming forum (2023)
Messages Editor