Coding help - page 596

 
mladen:

macd&rsi

It is simply drawing candles in corresponding color depending on the value of the super trend

Dear 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

Files:
 
alozard:
Hello

Please correct the error indicator.

Thanks

alozard

Check it now : macd_colored_v103_1.mq4

Files:
 

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......

Files:
 
mladen:

alozard

Check it now : macd_colored_v103_1.mq4

Hi

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

 
twinumbers:

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

 
on my own:

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

I think that I have found the solution here:

https://www.mql5.com/en/articles/83

I needed to synchronaze the graph's currencys.

 
twinumbers:

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?

Reason: