Please insert the code correctly: when editing a message, click on
and paste your code in the popup window.


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 have the Problem, that i musst always watch in the past with the Code.
When i debug i see this:
The Candle Close is under Lower Bollinger Band
When the next day is open, i see this:
Bollinger Band is now other Value, the Close Price also.
Debug Says same:
In My Code i use this:
the Code Part of Bollinger is this one:
I don't want to wait for the next day. I know that it is possible to change the Code Part (PriceArray[0].close < (BB_LowerBand_Value[0]) || BB_LowerBand_Value[1]))
It is Possible that can check the Values before the next Candle Starts? And have somebody Codesnippets for that Problem?
Thanks