RSI Dual Cloud EA – EA MetaTrader 5

RSI Dual Cloud EA
Trading strategy The EA uses a custom indicator ‘RSI Dual Cloud‘. The EA uses four types of signals:   Entrance to the zone Being in the zone Leaving the zone Lines crossing For ‘BUY’ signals, the zone is formed below the level ‘RSI Fast and Slow: Level DOWN‘, and for ‘SELL’ – ‘RSI Fast and Slow: Level UP‘. … Read more

RSI Bot MT5 – EA MetaTrader 5

RSI Bot MT5 - expert for MetaTrader 5
RSI Bot, send alert buy when RSI<=20, send alert sell when RSI>=80 Parameter: input group             “RSI Setting” input int                  Inp_RSI_ma_period    = 30;             // RSI: averaging period  input ENUM_APPLIED_PRICE   Inp_RSI_applied_price= PRICE_WEIGHTED; // RSI: type of price  input … Read more

Rsi code for beginners by William210 – indicator MetaTrader 5

Rsi Terminal Mql5
Good morning. All codes, all functions have examples in the official documentation if you want. I wanted to rewrite simpler code, easier to reuse Whether starting out in coding, or need a basic code to evolve quickly, it should help you, as it helps me with my own codes Leave a comment to tell me which one … Read more

Advisor Based on RSI and Martingale – EA MetaTrader 5

Advisor Based on RSI and Martingale - expert for MetaTrader 5
This advisor utilizes the RSI indicator and performs adaptive search for minimums and maximums to determine optimal entry and exit points in the market. The advisor analyzes the last `BarsForCondition` candles to gauge the current market condition. Entry and Exit Strategy Entry: The advisor opens a position based on signals from the RSI indicator.   … Read more

Rsi without Irsi() code for beginners by William210 – indicator MetaTrader 5

Rsi without Irsi beginner tutorial - Terminal
Good morning Is the week going well? The idea of this code was suggested in this discussion https://www.mql5.com/en/forum/453288  Redoing the Irsi() function to see how an Rsi is calculated will allow you to see the code and concepts that can be useful to you in your next developments. Limit the path in oncalculate. FOR loops. … Read more

PA RSI – indicator MetaTrader 4

PA RSI - indicator for MetaTrader 4
With its advanced algorithm and precise calculations, this indicator provides traders with timely and highly reliable signals to enter or exit trades at the optimal point. By effectively indicating the end of trends, it enables traders to enhance their decision-making process and maximize their profits. Whether you are a beginner or an experienced trader, the … Read more