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

InvertCandle_Plus - indicator for MetaTrader 5

Views:
2702
Rating:
(9)
Published:
2018.06.18 12:19
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The inverted chart of the current financial instrument, displaying Ask and Bid price levels.

//+----------------------------------------------+
//|  INDICATOR INPUT PARAMETERS                  |
//+----------------------------------------------+
input bool AskShow=true;                       // display Ask
input color AskColor=clrBlue;                  // Ask line color
input ENUM_LINE_STYLE AskStyle=STYLE_SOLID;    // Ask line style
input bool BidShow=true;                       // display Bid
input color BidColor=clrRed;                   // Bid line color
input ENUM_LINE_STYLE BidStyle=STYLE_SOLID;    // Bid line style
input int IndicatorDigits=6;                   // indicator display accuracy format

Fig.1. Indicator InvertCandle_Plus

Fig.1. Indicator InvertCandle_Plus

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

AnchoredMomentum_x10 AnchoredMomentum_x10

Indicator AnchoredMomentum_x10 shows the location of indicator AnchoredMomentum from ten different timeframes.

Exp_ATR_Normalize_Histogram Exp_ATR_Normalize_Histogram

A trading system based on the signales of indicator ATR_Normalize_Histogram

Coin Flip Coin Flip

Positions are opened pseudorandomly. In case of loss (closing by Stop Loss and negative profit), Martingale is applied.

BrainTrend2_V2 BrainTrend2_V2

Indicator BrainTrend2 that generates alerts and sends e-mails and Push-messages when the indicator changes its color.