Weekly TF bug
-
I need the open price of this week. Doing this on the weekly TF works fine:

However, the trigger is working on a lower timeframe. If I do this on any TF below weekly, the current TF open price is offered instead. I hope the admin can fix this.
Meanwhile, I tried to find alternative ways to find this week's open price, but to no avail so far. I tried to get every Monday's open price, but some weeks begin on Tuesday instead. I would definitely need the weekly candlestick value. Any suggestion?
-
No suggestions?
-
Do you not want to change modify to weekly?
-
No. I just need the weekly open price value. I don't need to modify anything. The problem is the bot will be working on a lower TF and then bug is active. Do you know what custom code should be used to store that value regardless the active TF?
-
On backtest this changes values as time passes, run on daily control points to see changes quickly: https://fxdreema.com/shared/Vip4Mf6Zd
-
What do you exactly mean by 'daily control points'?
-
Just to speed up testing:

-
Ok. Thank you.