LONNV: why not recount lowest array in this codes.
for(int i=199;i>0;i--){
There are 199 bars between 199 and 1. One array element not filled, therefor zero, and that is the minimum.
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
I want to count past 200 candles that they has highest standard deviation or lowest standard deviation value.
when run this codes, at first , count highest and lowest values alternately , but when lowest value show 0 , it never recount lowest value alternatively .
always show lowest value zero till end of backtest.
why not recount lowest array in this codes.
can someone help my issue.