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

AMA Trader - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
6971
평가:
(23)
게시됨:
AMA Trader.mq5 (36.69 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Author of the ideajosef strauss

MQL5 code author: barabashkakvn

The EA considers iAMA (Adaptive Moving Average, AMA) and iRSI (Relative Strength Index, RSI) indicators when generating a trading signal. The signal itself is formed in two steps. Let's illustrate this using "Open Buy" signal as an example:

AMA Trader

Step 1: RSI should be less than level 30 (set in the RSI Level Down EA parameter). Step 2: Price should overcome AMA indicator. Step Length (distance in bars between Step 1 and 2) is introduced to find the optimal combination of the two indicators.


Martingale

In case of an incoming trading order, request profit for BUY abd SELL positions separately. In case of an incoming trading order:

  • "Open Buy"
    • if profit on BUY positions is less than 0.0, open two BUY positions
    • otherwise, open one BUY position
  • "Open Sell"
    • if profit on SELL positions is less than 0.0, open two SELL positions
    • otherwise, open one SELL position


Managing funds

For a change, I applied the following funds management system here: Profit limit for close all - when reaching a total profit for positions opened by the EA on the symbol, close all positions. In other words, we fix profit.

Remember the trading account balance during the EA launch. As soon as the trading account's current balance exceeds the saved balance by Withdrawal - withdraw the Withdrawal sum and close all positions.


EURUSD, M5:

AMA Trader Withdrawal


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

Basic CCI RSI Basic CCI RSI

The trading strategy based on two oscillators: iCCI (Commodity Channel Index, CCI) and iRSI (Relative Strength Index, RSI).

Exp_XRSI_Histogram_Vol_Direct Exp_XRSI_Histogram_Vol_Direct

The trading system based on XRSI_Histogram_Vol_Direct indicator signals

Iin_MA_Signal_NRTR Iin_MA_Signal_NRTR

Iin_MA_Signal indicator in NRTR form

Exp_Iin_MA_Signal_MMRec Exp_Iin_MA_Signal_MMRec

The trading system based on the Iin_MA_Signal indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system