거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
24131
평가:
(4)
게시됨:
2008.08.27 05:44
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Description:

  • This EA uses the following rules for buying:
    1. The fast MA must be above the slow one.
    2. We enter when the close price is lower than the open price, place TP=20 pips, StopLoss is not placed.
    Exit:
    We exit either by TP or placing the StopLoss at the minimum of the previous bar minus 10 pips, as soon as the mimimum of the previous bar becomes less than the lower Price Channel line.
  • The elements of the Matringale are used in this strategy - there is a little chance that the second lossmaking position will appear after the first one, so the next trade is performed with a much bigger lot.
  • The selling rules are opposite to the buying.
    I want to say right now that is not a ready for trading robot. It is necessary just for exercising the idea of the trading.
  • The EA works on the daily charts by the open prices. It is enough to optimize only the Period_Pch duting testing, if the multiplier is set to 1 then the system will work without the Martingale. It is not necessary to change the TP, the 20 pips is the optimal value for the majority of symbols.
    I'm waiting for your remarks, comments, advices and critics.

Picture:

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/8326

Open Source Forex Open Source Forex

The concept of this EA is to monitor several indicators and trade based on a value returned by those indicators.

WcciPatterns WcciPatterns

Indicator WcciPatterns. See the description at the indicator's code itself.

Ravi+AO Ravi+AO

A simple EA that uses 2 indicators AO and RAVI (attached) in its working. NOT OPTIMIZED!!! Good results on EUR/USD - H1.

NRTR (Nick Rypock Trailing Reverse) NRTR (Nick Rypock Trailing Reverse)

The NRTR indicator lies below the chart at rising trends and lies above the chart at descending trends.