거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

An Expert Advisor, based on the "Puria method" Forex Strategy - MetaTrader 5용 expert

조회수:
16207
평가:
(50)
게시됨:
2010.07.19 11:36
업데이트됨:
2016.11.22 07:32
puria.mq5 (10.39 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Depending on the timeframe selected (H1 or M30,see above) we attach 3 moving averages on the chart:

  • Moving Average 1:MA period - 85, MA method - Linear Weighted, applied to Low, select red color.
  • Moving Average 2:MA period - 75, MA method - Linear Weighted, applied to Low, select red color.
  • Moving Average 3:MA period - 5, MA method - Exponential, applied to Close, select blue color.

Also attach the MACD indicator with the following parameters: Fast EMA=15, Slow EMA=26, MACD SMA=1.

All these indicators are available in any MetaTrader 5 client terminal.

Puria method forex strategy

The recommended currency pairs and timeframes for use in "Puria method" strategy are listed below:

  • AUDJPY - M30 - 15 points (i.e. the deal should be closed at 15 pips of Take Profit);
  • NZDUSD - 1H - 25 points;
  • USDCAD - H1 - 20 points;
  • EURGBP - H1 - 10 points;
  • USDJPY - M30 - 15 points;
  • GBPUSD - М30 - 20 points;
  • USDCHF - M30 - 10 points;
  • EURCHF - H1 - 15 points;
  • AUDUSD - M30 - 10 points;
  • EURJPY - M30 - 15 points;
  • CHFJPY - 1H - 15 points;
  • CADJPY - M30 - 20 points;
  • EURUSD - M30 - 15 points.
Trading rules:
  • Sell when the blue MA crossed two red MAs from above to below and the signal is confirmed by MACD indicator (one bar is closed below the Zero Level).
  • Buy when the blue MA crossed two red MAs from below to above and the signal is confirmed by MACD indicator (one bar is closed above the Zero Level)

Use maximal Stop-Loss value is 14 pips.

The recommended value of Take Profit - is dependent on the currency pair (see above).

Puria method

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

The Hodrick-Prescott Filter The Hodrick-Prescott Filter

The Hodrick-Prescott Filter.

The Moving Average Indicator, based on the Quasi-Digital Filter The Moving Average Indicator, based on the Quasi-Digital Filter

The Moving Average indicator, based on the Quasi-Digital Filter. The MACD indicator as example of its use is presented.

iHeikenAshiSm iHeikenAshiSm

The Heiken Ashi indicator with smoothing.

iMAFan iMAFan

A Colorful Fan of Moving Averages.