EMA RSI Strategy by anjanakap

By anjanakap

Performance Metrics

Description

Nov 6, 2022Simple strategy=============If the last two closes are in ascending order, the rsi is below 50 and ascending, and the current candle is above 200 ema, then LONG. If the last two closes are in descending order, the rsi is above 50 and descending, and the current candle is below 200 ema, then SHORT. LONG Exit strategy:ATR: Last 14 day Lowest: The lowest value of the last 14 candles Limit points = (Trade Price - Lowest + ATR) * 100000trail_points : Limit/2trail_offset = Limit/2 SHORT Exit strategy:ATR: Last 14 day Highest: The higher value of the last 14 candles Limit points = (Trade Price - Highest + ATR) * 100000trail_points : Limit/2trail_offset = Limit/2Backtest results for the AUDUSD pair gave positive results over the last three months. I am testing this strategy using a python bot in a real environment this week and will update the results at the end of the week. DisclaimerThis is not financial advice. You should seek independent advice to check how the strategy information relates to your unique circumstances.We are not liable for any loss caused, whether due to negligence or otherwise arising from the use of, or reliance on, the information provided directly or indirectly by this strategy.Nov 6, 2022Release NotesMinor bug fixes

Browse all 5,900+ TradingView Pine Script strategies

View on TradingView