Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
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

gpfTCPivotStop - sistema esperto per MetaTrader 5

Visualizzazioni:
6427
Valutazioni:
(30)
Pubblicato:
2012.11.14 15:57
Aggiornato:
2016.11.22 07:32
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

This Expert Advisor is rewritten from MQL4 and was originally published here https://www.mql5.com/en/code/8165 by its author George-on-Don.  

How It Works

Pivot point and three support/resistance levels are calculated based on daily bars. Position opens when the price hits the Pivot point (closed bars at the 'Close' price). The Expert Advisor shall be used on time frames smaller than D1. 

Stop Loss and Take Profit are set at the support/resistance levels. If Stop Loss and Take Profit are so close that it is impossible to open a position, an attempt is made to open a position with a Stop Loss at the second support/resistance level and Take Profit at the third resistance/support level.

When the first support/resistance level is reached (if the Take Profit is situated further), the Stop Loss of the position is moved to the opening price level of the position plus the spread (the function can be disabled). 

The image shows the performance of the Expert Advisor in the strategy tester's visual mode.

 

Parameters

  • Lots - order volume; when 0, the MaxrR parameter is used.
  • SndMl - sends messages by e-mail when the Expert Advisor opens and closes positions.
  • DcF - lot reduction factor at losses. If the value is 0, the reduction is not carried out. The lower the value, the greater the lot reduction. If the lot cannot be reduced, the minimum lot is used.
  • MaxR - maximum risk from 0-1 (share of free funds). It is used when the Lots value is 0.
  • TgtProfit - target (Take Profit): 1 - Support1 or Resist1, 2 - Support2 or Resist2, 3 - Support3 or Resist3.
  • isTradeDay - intraday trade only (close the position at 23:00).
  • ModSL - modify the Stop Loss when the first target is reached.

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

gpfTCPivotLimit gpfTCPivotLimit

The trading system operating based on the bounce off the support/resistance levels of the Pivot indicator

GMMA_Long_Gistogram GMMA_Long_Gistogram

The GMMA Long indicator converted into a histogram for a better visualization.

GetExtremums GetExtremums

The function that identifies extremums over a given period of history.

SinTick SinTick

The sine and tick indicator