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

The EA uses indicator Awesome Oscillator. Orders are opened at each bar and cloased by group by the opposite signal. The indicator is calculated within the code to be able to change the periods for optimization.

Buy signals: Where the histogram moves down and changes to red, and the second column is higher than the first one.

Sell signal: Where the histogram moves up and changes to green, and the second column is lower than the first one.


Inputs

  • LotFixed - lot size;
  • LotFromPercent - percent size to calculat the lot of free margin (if it is 0, it is disabled);
  • Period_sma_slow - slow moving average period for calculating the AO indicator;
  • Period_sma_fast - fast moving average period for calculating the AO indicator;
  • Orders - the maximum number of orders to be placed.

Testing on EURUSD, H1.

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

Spasm Spasm

A trading system based on detecting the market volatility.

Exp_KWAN_RDP Exp_KWAN_RDP

A trading system based on the KWAN_RDP indicator signals.

AverageChangeCandle AverageChangeCandle

A financial asset strength indicator as a candlestick chart.

Expotest Expotest

An Expert Advisor based on indicator SAR.