Real author:
Mohammad Soubra
This is my 1st published code, it is very simple code example:
- RSI 14 (price close) — open buy when it is < 25
- RSI 14 (price close) — close buy when it is > 50
- RSI 14 (price close) — open sell when it is > 75
- RSI 14 (price close) — close sell when it is < 50
Includes trailing stop, fixed TP & fixed SL.