Multi Timeframe Indicators - page 1106

 
Garry119:
это реальный грааль. надо только починить. практически идеальный индюк будет
...да, конечно!...как Mladen до сих пор не догадался...ума не приложу
 
Pava:
...да, конечно!...как Mladen до сих пор не догадался...ума не приложу
Младен машки любит. был бы это индюк на машках давно бы уж починил. а я верю в этот индюк
 
Garry119:
Младен машки любит. был бы это индюк на машках давно бы уж починил. а я верю в этот индюк
возможно следует привлечь MrTools...а то он совсем обленился...зря хлеб жрёт
 

Upgraded custom candle any time frame indicator (easier to use and some extras)


 

Can this Stochastic on Jurik smooth be made with following additions?

  • MTF
  • Change of color when slope change
  • Alert with on/off

Thank you.


 
mladen:

Upgraded custom candle any time frame indicator (easier to use and some extras)


wow!! this is near that i want. 

One question, if i dont want draw candles but i want draw rsi with same logic?

ie, rsi of m2 or m3 or m4.... in current chart m1, how must i change the code??

I am learning with you mladen. Great programmer!!

 

Thank you very much!! 

 
zinedinezizou86:

wow!! this is near that i want. 

One question, if i dont want draw candles but i want draw rsi with same logic?

ie, rsi of m2 or m3 or m4.... in current chart m1, how must i change the code??

I am learning with you mladen. Great programmer!!

 

Thank you very much!! 

You can not do that without providing the target time frames data for the rsi - usually it is done by offline data generating
 
mladen:
You can not do that without providing the target time frames data for the rsi - usually it is done by offline data generating

I understand,

then for indicators like rsi, macd, moving average.... is not possible.

But if for example, i want the close of previous 3 rd bar of M2 timeframe in one comment in m1 chart, is it possible??

if it is possible, how references that bar in code?

Thank you very much and sorry for my misunderstanding!! 

 
zinedinezizou86:

I understand,

then for indicators like rsi, macd, moving average.... is not possible.

But if for example, i want the close of previous 3 rd bar of M2 timeframe in one comment in m1 chart, is it possible??

if it is possible, how references that bar in code?

Thank you very much and sorry for my misunderstanding!! 

Please read the previous post : when you use custom time frame as an offline chart, then you work as with any normal time frame. All you have to do is to use some custom time frame data generator (like "period converter")
 
mladen:
Please read the previous post : when you use custom time frame as an offline chart, then you work as with any normal time frame. All you have to do is to use some custom time frame data generator (like "period converter")

This is one way, but this way is not useful to me. I dont want use period converter.

So, i think there is other way :

1- generate data (similar to period converter)

2- save in array

3- make calculations.

Can you make a brief example of generate data and save in array?

Thank you very much!! 

Reason: