
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
arina
It can not work since there is no yearly data in metatrader
hi mladen.
metastock long
LLV(C,8)+ATR(4)
Short
HHV(C,8)-ATR(4)
ea pleaseLLV(C,8)+ATR(4) equals to Close[ArrayMinimum(Close,8,index)]+iATR(NULL,0,4,index);
HHV(C,8)-ATR(4) equals to Close[ArrayMaximum(Close,8,index)]-iATR(NULL,0,4,index);
LLV(C,8)+ATR(4) equals to Close[ArrayMinimum(Close,8,index)]+iATR(NULL,0,4,index); HHV(C,8)-ATR(4) equals to Close[ArrayMaximum(Close,8,index)]-iATR(NULL,0,4,index);
mql4 file please.
mql4 file please.
Those are mql replacements for metastock formulas
Other than that that is a simple atr channel applied to highest high and lowest low of the close price
Those are mql replacements for metastock formulas Other than that that is a simple atr channel applied to highest high and lowest low of the close price
mq4 file please
mq4 file please
Would you be so kind to elaborate with more details of the project and what exactly would you like besides those two simple formulas to have in a mq4 file?
Would you be so kind to elaborate with more details of the project and what exactly would you like besides those two simple formulas to have in a mq4 file?
two simple formulas for education. please mq4 file
two simple formulas for education. please mq4 file
Please read the previous posts : mql expressions are there. Putting just those two formulas in a mq4 file would mean nothing, absolutely nothing and would do nothing at all if we have just those two formulas in one mq4 file. Metatrader does not work like metastock. Nothing similar
hello,
I have a big request
could someone convert indicator attached below into something like this on the screenshot? a simple arrows above the candles at 12:00, 16:00 and 20:00, visible from M1 to H4 period, with time of candle open above the arrow
I would like the arrows to appear when candle at 12, 16 and 20 just opened, with option to draw history back and option to change colors of those arrows 
I will be very thankful if someone can do that
hello,
I have a big request
could someone convert indicator attached below into something like this on the screenshot? a simple arrows above the candles at 12:00, 16:00 and 20:00, visible from M1 to H4 period, with time of candle open above the arrow
I would like the arrows to appear when candle at 12, 16 and 20 just opened, with option to draw history back and option to change colors of those arrows 
I will be very thankful if someone can do thatHello freakout,
please, could you share the Overbought / Oversold Indicator from the 2. subwindow ?
Many Thanks in advance