Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 16189
- Rating:
- Published:
- 2016.02.08 12:33
-
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

The indicator showing the supply and demand zones.

Example of creating info panels.

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

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.