Watch how to download trading robots for free
Find us on Telegram!
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
Indicators

F_RSI - indicator for MetaTrader 4

Views:
15547
Rating:
(16)
Published:
2016.02.08 12:33
f_rsi.mq4 (4.88 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The RSI with dynamic levels.

Description of the indicator settings:

  • Price — applied price.
    • PRICE_CLOSE — Close price;
    • PRICE_OPEN — Open price;
    • PRICE_HIGH — High price for the period;
    • PRICE_LOW — Low price for the period;
    • PRICE_MEDIAN — Median Price, (High+Low)/2;
    • PRICE_TYPICAL — Typical price, (High+Low+Close)/3;
    • PRICE_WEIGHTED — Weighted Close price (High+Low+Close+Close)/4
  • RSI_PERIOD — Averaging period for the indicator calculation.
  • K — Coefficient, the distance between the dynamic levels.
  • Mode — Averaging method. SMA — simple averaging. SMMA — smoothed averaging.

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

Shved Supply and Demand Shved Supply and Demand

The indicator showing the supply and demand zones.

Info rectangle drawing Info rectangle drawing

Example of creating info panels.

CM Open 2 Stop Orders CM Open 2 Stop Orders

Script for opening opposite stop orders at a specified time. Once one of them triggers, the other one is deleted.

Zakryvator Zakryvator

The EA closes orders when certain loss is reached by them in the account currency. It is possible to vary the loss by the volume of the order.