Assista a como baixar robôs de negociação gratuitos
Encontre-nos em Telegram!
Participe de nossa página de fãs
Script interessante?
Coloque um link para ele, e permita que outras pessoas também o avaliem
Você gostou do script?
Avalie seu funcionamento no terminal MetaTrader 5
Visualizações:
15571
Avaliação:
(16)
Publicado:
2016.02.08 12:33
Precisa de um robô ou indicador baseado nesse código? Solicite-o no Freelance Ir para 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.

Traduzido do russo pela MetaQuotes Ltd.
Publicação original: 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.