
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
Sorry to say this but you will have to learn some maths first.
Please note that your reported CCI range is strange and asymmetrical. You should use a symmetrical or balanced range.
Please note, that the range for StochRSI is 0 to 100 (or 0 to 1 depending on implementation) and not -5 to 105.
On a different note and as a personal opinion, I think you are wasting your time trying to find crosses of the CCI and a StochRSI. There is just no relation between those two indicators to justify such an approach!
Sorry to say this but you will have to learn some maths first.
Please note that your reported CCI range is strange and asymmetrical. You should use a symmetrical or balanced range.
Please note, that the range for StochRSI is 0 to 100 (or 0 to 1 depending on implementation) and not -5 to 105.
On a different note and as a personal opinion, I think you are wasting your time trying to find crosses of the CCI and a StochRSI. There is just no relation between those two indicators to justify such an approach!
Thanks FMIC for advising me!
According to my understanding of your reply i have got that first i have to define exact range in FIX MAXIMUM and FIX MINIMUM .
After it i have to normalize the values i get from Indicator using formulae "y = (x-a)/(b-a)".After normalizing i have to check as u told in 3rd point..
If not then can you please help me to understand .
According to my understanding of your reply i have got that first i have to define exact range in FIX MAXIMUM and FIX MINIMUM.
That is only for the visual presentation of the indicators on the chart. It has nothing to do with your code. The changes to you code is independent of the visual use.
So can u guide me where i have to define the exact range for each indi to normalize as u write in the first point.
Are you not the "author" for the strategy? If you did not create it, where did you find it and what are the "rules" for the ranges as defined by the person who created this "method"?
As I a said before, my personal opinion is that they are not compatible or related in any way to justify looking for crosses between CCI and StochRSI.
Are you not the "author" for the strategy? If you did not create it, where did you find it and what are the "rules" for the ranges as defined by the person who created this "method"?
As I a said before, my personal opinion is that they are not compatible or related in any way to justify looking for crosses between CCI and StochRSI.
Sorry for the reply above.My problem is almost solved.
And Thanks for the help!