Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 16277
- Note:
- Publié:
- 2016.02.08 12:33
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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.
Traduit du russe par MetaQuotes Ltd.
Code original : 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.