How to add prefix before value in the status line of chart(PINE script)
can’t add prefix here
How do I wait 5 candlesticks before going into another trade after my stoploss was hit on the previous trade?
example of my problem
As you can see in the image above, there were multiple trades entered after the first one hit a stoploss, which resulted in further losses. What can I add to my code to prevent this from happening? Is it possible to make it wait 5 candlesticks after my stoploss was hit before entering another trade? Thanks