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
macd&rsi
It is simply drawing candles in corresponding color depending on the value of the super trendDear mladen ,
I know how it is works , I mean what is the input data of indicator .
can we have recognize the logic of indicator (any indicator , not specific ) . for example : what is the input data , process step , out put data .
when I look the mq4 file , I can't understand it's working at the first .
flowchart is the primary map of programming something .
http://www.rff.com/flowchart_samples.htm
can we have flowchart at mq4 programming ?
how can I find out the flowchart of any indicator ? do we have a software ?
Thanks, Mladen, got it now. Sorry for wasting your time.
good luck!
Hello
Please correct the error indicator.
Thanks
Hello
Please correct the error indicator.
Thanksalozard
Check it now : macd_colored_v103_1.mq4
dear mladen and mrtools please help me to get it done this indicator with arrows on chart , when both arrows in green need an upside arrow and when both arrows in red and need a down side arrow on chart , if it comes i can see the history please try to help me......
alozard
Check it now : macd_colored_v103_1.mq4Hi
Thanks mladen .
Please can someone make indicator
When price go up or down 3 or 4 or 5 pips without retracment then it shows Green or red Line on price where it start from with
Alarm on
Thank you
Ok but I can ignore the synchronization of ticks because I am referring to the last close's price bar that is finished.
One question:
When the variable 'limit' is equal to 1, it means that I am considering the last bar memorized in the Timeseries Arrays whith index equal to 1 for both currency,
so they are the bar which are just completed.
How can be them influenced by tick of the current bar?Even like that. You can have one new bar opened and on other symbol that bar still does not exists (no ticks to form it)
But use iClose(Symbol,0,0); for other symbol most current close price
Even like that. You can have one new bar opened and on other symbol that bar still does not exists (no ticks to form it)
But use iClose(Symbol,0,0); for other symbol most current close priceI think that I have found the solution here:
https://www.mql5.com/en/articles/83
I needed to synchronaze the graph's currencys.
I think that I have found the solution here:
https://www.mql5.com/en/articles/83
I needed to synchronaze the graph's currencys.I don't see it there. How did you synchronize the symbols?