the strategy works fine i just need it to take more than 2 trades a day(without counting the one that closes all the trades at the end of the day can someone please help?
https://it.tradingview.com/v/wkwvEkmS/
ps the creator of the script doest respond in any form of social media
This strategy, as coded, takes a single trade per day. To change the behaviour, you would need to change the code to allow more trades per day.
If you see the code, you can see that it only takes a trade when the code is at the specified start time and the condition is satisfied.
Removing the start time constraint or modifying it such that any trades can be taken after the start time will solve the issue.