Forums › ProRealTime English forum › ProOrder support › Mother of Dragons trading strategy… › Reply To: Mother of Dragons trading strategy…
06/06/2020 at 2:36 PM
#134865
I tried it with and without your changes but couldn’t see a clear advantage
Yes, indeed not anymore, the other protection was added. Great job done.
Btw, I think there is a small mistake at line 210, myRSI should be myrsiM5?
1 2 3 4 5 6 7 8 9 |
//=================================== myrsiM5=rsi[14](close) // if myrsiM5<30 and barindex-tradeindex>1 and longonmarket and close>positionprice then sell at market endif if myrsiM5>70 and barindex-tradeindex>1 and shortonmarket and close<positionprice then exitshort at market endif |
On my side, I prefer to use 1.5% SL for the short side. Though the total profit a bit less, but the loss more manageable. But that’s just me…