Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
15804
Valutazioni:
(17)
Pubblicato:
2016.02.08 12:33
f_rsi.mq4 (4.88 KB) visualizza
Freelance MQL5 Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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.

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.