Multi pair indicators - page 4

 

thanks for nice indicator to mladen

 

mladen,possible for multipair with candlestick chart ?thanks

 
mladen:
Multi pair RSi Multi pair Stochastic

mladen, you're one of the greatest coder.

I want to discuss with you about how putting 2 MA from all TF (to check crossing MA) in the same separate window like you did in that indicator above since it has quite big differences between low TF and high TF, which I already try it and it ok but in small TF, it's overiding each other since the range so small but if larger TF its quite big ? If stoch CCI, etc have fix range 0-100, but MA dont have fix range, how to handle this with MA ?? Do you have solution ?

 

Gotta agree on that one, he's a very creative and talented programmer.

 

Nice MA's, thanks.

 
mladen:
Actually it is not complicated, but...

All you have to do is:

1. Find out the global minimum and the maximum for the indicator

2. Find out the minimum and maximum for specific time frame

3. Recalculate the values according to the ratio of global and specific ranges (maximum-minimum)

btw: That is the "equalize" part in PlotGraph procedure of Multy par MACD

The "but" part :

it deforms the "subchart" so the values in the subchart are useless (since they are recalculated)

It is done solely to give some idea of how the "curves" look like

The MA's part : in the attachment (without the "but" part, because in my opinion the deformation for MAs and values is too big for time frames too much apart) You can put two or more indicators on the chart with "similar" time frames grouped so in that case you do not need the "but" part

But, it can show you the values and MAs from other symbol too (if the forSymbol parameter is empty, it shows the symbol from your main chart, otherwise just enter the symbol you want it to show)

regards

mladen

Wow you're as fast as flash I salute you...

Thanks for replying.

My indi already do what you said, cause I'm trying to put MA from TF 1D down to 5M in 1 window - so it's quite big difference between high TF and low TF. I must admit that your indi nicer with bar candle in it, you're very creative coder.

I'm trader that normally use TF 1H and 4H sometimes 30M so I need to know MA in above and bellow TF. I think better I separate in 2 window bellow TF and above TF.

Thanks so much mladen. You're the man.....

Happy trading....

Goen

 

Yeah its nice.thanks mladen

 

Nice work mladen, this is great to see the ma displayed in this way it is very helpfull and allows us to see the full picture without switching screens.

 

Are the MA's displayed in the indicator simple or exponential? how do you change the MA? great and useful indicator, many thanks.

 

in parameters :

MAMethod-> the "type" of ma :

0 -> SMA : Simple moving average

1 -> EMA : Exponential moving average

2 -> SMMA : Smoothed moving average

3 -> LWMA : Linear weighted moving average

CiTiFx:
Are the MA's displayed in the indicator simple or exponential? how do you change the MA? great and useful indicator, many thanks.
Reason: