Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

CCFp EA - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
4020
Valutazioni:
(13)
Pubblicato:
2018.07.13 15:53
\MQL5\Experts\
CCFp EA.mq5 (44.87 KB) visualizza
\MQL5\Indicators\
CCFp.mq5 (41.63 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Idea by: Aleksey Filatkin.

MQL5 code bybarabashkakvn.

An Expert Advisor based on cluster indicator CCFp (Complex Common Frames percent)

CCFp indicator

Stop Loss, Take Profit, and Trailing levels in true points. For instance, parameter 500 means 0.00500 for a five-digit symbol and 0.0500 for a four-digit one.

Inputs

  • Lots - volume of the position to be opened
  • Stop Loss - stop loss
  • Take Profit - take profit
  • Trailing Stop - trailing
  • Trailing Step - trailing step
  • Step - step between the indicator values
  • Close opposite positions - closing opposite positions
  • magic number - unique identifier for the EA.

Default parameters for EURUSD,H1: In one case, parameter "Close opposite positions" is equal to true; in the other case, it is equal to false

CCFp EA false

CCFp EA true

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/21298

JB_Volatility JB_Volatility

JB Volatility - market volatility oscillator marking its state in color.

CRF CRF

Indicator CRF (Cumulative Rotation Factor) displays the states of the market: Uptrends/downtrends/consolidation.

Auto ADX Auto ADX

An Expert Advisor based on indicator iADX (Average Directional Movement Index, ADX).

Bollinger Band Two MA and ZigZag Bollinger Band Two MA and ZigZag

The Expert Advisor uses indicator iBands (Bollinger Bands, BB), two iMAs (Moving Average, MA) from different timeframes, and custom indicator ZigZag.