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

MoneyRain - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
5861
평가:
(26)
게시됨:
2017.03.22 15:57
업데이트됨:
2018.02.22 13:51
MoneyRain.mq5 (24.99 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Author of the idea — Yury Reshetovauthor of the mq5 code — barabashkakvn

This is another kind of Martingale, because the Expert Advisor tries to fight back, expecting that the losing series will be replaced by a winning series.

Expert Advisor Input Parameters:

  • ma_period_DeMarker — DeMarker oscillator period. Optimized with the values from 3 to 100 with step of 1. 
  • TakeProfit — take profit in pips. Optimized with the values from 10 to 100 with step of 1. 
  • StopLoss — stop loss in pips. Optimized with the values from 10 to 100 with step of 1. 
  • lots — lot size of the first order and all orders opened after a losing trade. The parameter is not optimized. 
  • losseslimit — limit the number of losing trades in a row. The parameter is not optimized. In case the number of losses reaches a limit, the EA stops opening new trades and sends a message e-mail. 
  • fastoptimize — fast optimization. The parameter is not optimized. If this parameter is true, then the built-in trading system will be optimized fast without using money management. During fast optimization, optimization and testing results will be different.

The EA works only at newly formed bars and open prices. There is no need to optimize it using Every tick mode.

Testing in the "Every tick based on real ticks" mode 

MoneyRain tester 

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

Get trend Get trend

Short-term trends. Two iMA indicators, one iStochastic.

Precision trend (histo) Precision trend (histo)

Precision trend (histo).

AutoFibAutoTrend_NRTR_ZigZag AutoFibAutoTrend_NRTR_ZigZag

The indicator plots price channel and Fibonacci levels based on the latest NRTR_ZigZag peaks

AutoFibAutoTrend_NRTR_extr_ZigZag AutoFibAutoTrend_NRTR_extr_ZigZag

The indicator plots price channel and Fibonacci levels based on the latest NRTR_extr_ZigZag peaks