Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

Trade on qualified RSI - expert for MetaTrader 5

Published by:
Vladimir Karputov
Views:
6403
Rating:
(29)
Published:
2017.03.22 16:35
Updated:
2018.02.27 13:13
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Author of the idea — John Smithauthor of the MQL5 code — barabashkakvn

A trade strategy based on the RSI indicator. Checks if there is enough money before opening a position.

Initial check:

  • to open BUY: R‌SI on bar "1" < 45
  • to open SELL: R‌SI on bar "1" > 55

Confirmation of opening: 

  • to open BUY: R‌SI on bars from "2" to "2"+"CountBars" < 45
  • to open SELL: R‌SI on bars from "2" to "2"+"CountBars" > 55

Position modification: uses the close price of the bar "1" as the basic value.

The EA shows the following results on H1 with default parameters:

Trade on qualified RSI result

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/17849

ColorParabolic_Alert ColorParabolic_Alert

The ColorParabolic semaphore signal indicator featuring alerts, sending emails and push notifications.

SSL_Alert SSL_Alert

A trend indicator SSL, marking trend change moments using colored icons, with the possibility to generate alerts, send emails and push-notifications.

20PRExp-3 20PRExp-3

Intraday volatility breakthrough system. The Parabolic SAR indicator is used.

NUp1Down NUp1Down

Strategy: N bars up and one bar down. Trailing. Lot calculation based on the risk value as a percentage of free margin.