cape1354: double UpTrendS[1]; UpTrendS[i] = UpTrend; Print(UpTrendS[i],UpTrendS[i+1],UpTrendS[i+2]); The former is 0 and now tries to catch only the moment when tick is not zero. |
|
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
Hi guys
Please find some trouble in the code
Receive a double value through a function called " UpTrend ".
Each bar shows a number of digits such as 0, 9, or 1.1.0722.
The former is 0 and now tries to catch only the moment when tick is not zero.
ex) 0,0,0,0,0,1.0684
Buy
Please find the problem in the code below.
And I know that " reference ", so please don't ask me to look for " reference ".
Please don't bother others to answer those questions.