
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
That would be fine. Thank you in advance :-)
hello mladen,
is it not possible?
happy weekend :-)
So you want arrows on zone cross, not on signal cross?
Yes that should be great. smile hope you don´t forget me :-) Thanks
Hello,
I have a quick question.
Is it possible to add two moving averages in a dynamic zone rsi like the picture below? I am attempting to make a dynamic version of the SFX_MA_on_RSI indicator out of the dynamic RSI indicator given on the first page of this thread.
I can add two moving averages to the sub window and simply apply to "first indicators data" but I am trying to build them into a single indicator so I can read the moving average buffers from a different indicator. I have done this successfully with the regular RSI indicator but I can't figure out how to do it on a dynamic version.
I attempted to add the following code after the RSI buffer gets assigned but while it did work with basic RSI it does not work with dynamic zone:
slowMA[i] = iMAOnArray(bufferRSI,0,slowMAPeriod,0,MODE_EMA,i);
Does anyone have a suggestion of how to fix this?
Thanks
Hello,
I have a quick question.
Is it possible to add two moving averages in a dynamic zone rsi like the picture below? I am attempting to make a dynamic version of the SFX_MA_on_RSI indicator out of the dynamic RSI indicator given on the first page of this thread.
I can add two moving averages to the sub window and simply apply to "first indicators data" but I am trying to build them into a single indicator so I can read the moving average buffers from a different indicator. I have done this successfully with the regular RSI indicator but I can't figure out how to do it on a dynamic version.
I attempted to add the following code after the RSI buffer gets assigned but while it did work with basic RSI it does not work with dynamic zone:
slowMA[i] = iMAOnArray(bufferRSI,0,slowMAPeriod,0,MODE_EMA,i);
Does anyone have a suggestion of how to fix this?
Thanks
why is dynamic formula in dll format ? :-)
does calling it from include make it faster ?
why is dynamic formula in dll format ? :-)
does calling it from include make it faster ?
Hello,
I have a quick question.
Is it possible to add two moving averages in a dynamic zone rsi like the picture below? I am attempting to make a dynamic version of the SFX_MA_on_RSI indicator out of the dynamic RSI indicator given on the first page of this thread.
I can add two moving averages to the sub window and simply apply to "first indicators data" but I am trying to build them into a single indicator so I can read the moving average buffers from a different indicator. I have done this successfully with the regular RSI indicator but I can't figure out how to do it on a dynamic version.
I attempted to add the following code after the RSI buffer gets assigned but while it did work with basic RSI it does not work with dynamic zone:
slowMA[i] = iMAOnArray(bufferRSI,0,slowMAPeriod,0,MODE_EMA,i);
Does anyone have a suggestion of how to fix this?
Thanks
Hello Sir,
would you mind to post the indicator in this picture?.
Thank you in advance =).
Hello
Firstly, great respect to the coders, incredible charitable nature.
Secondly, does anyone know why the attached weighted CCI just freezes after installation? I have scoured google for an alternative version but non that i've found give similar weighted values to CCI.
Any help greatly appreciated...
Hello
Firstly, great respect to the coders, incredible charitable nature.
Secondly, does anyone know why the attached weighted CCI just freezes after installation? I have scoured google for an alternative version but non that i've found give similar weighted values to CCI.
Any help greatly appreciated...