Hello there.
I am not a programmer and I need help in order to do something that may be could be easy for somebody of you.
I want to see the RSI and the Stochastic indicators into the same window, including in the program the IndicatorCounted(), to optimize the calculation.
I am thinking that could be an easy way using directly the technical indicators:
double iRSI( string symbol, int timeframe, int period, int applied_price, int shift)
double iStochastic( string symbol, int timeframe, int %Kperiod, int %Dperiod, int slowing, int method, int price_field, int mode, int shift)
I have tried to program them but I am a novice for that, this is the reason for which I am asking for aid of somebody
Could somebody help me?
Thanks.
saadei
