Box 22:30 to 10:30 doesn't work!
-
-
@javadTT the "hours filter" block works fine alone, seems to be the rest have some problems. I suggest you to clean up and rewrite since is a small project

-
This doesn't work, becaue the "Buy now" block probably comes from another project where a variable Candle_ID was used, and this variable can still be found somewhere in the block's properties:

This is also kind of a bug, because "Custom (price level)" is not what is actually selected. The solution would be to go to that particular setting for "Take-Profit mode", remove the Candle_ID variable name, and then go back to the original "Take-Profit mode" setting. Or, as @ambrogio mentioned, to replace the block with new one.
-
Thanks your attention @fxDreema
How can I create this strategy?

-
Instead of using candle ID use time for the candle in your conditions, may have to restrict working until time is right.
-
I did it but doesn't work
-
@javadTT Add a shared link to look at
-
-
-
@javadTT Change your time stamps to only work in the same day, back test and visually watch, if still not working add link and say what's not working.
-
The problem could be the day the system needs to know. If you want to implement your idea over time, you also have to consider the day. You would then have to use the "datetime" function. But you can implement a simpler solution: set the time frame, then you know the number of candles until your desired time in the past day, when the other candle (10:30) is reached.
You should also reconsider block 12. You can only trade after the candle closes at 10:30 a.m. and this only happens once on that day. So you can see here only one trade a day or from 10:30am. Because you have Block 4 you don't even need this. -
@javadTT
Try this, it's a simple solution that you can use to test your strategy at least once. The time filters must be arranged correctly. And since the candle to be checked is in the past day, there must also be 2. Of course, the time can be converted much more comfortably, but with this method you can easily make improvements yourself. In the "on Init" function the candle is calculated, of course this only works if there are no trading hours, so be careful here. You can set different time frames, which will be converted automatically. At 30 minutes you have 44 candles and at 1 hour you have 22.
https://fxdreema.com/shared/F7DrrzpFd