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

AMA Trader 2 - MetaTrader 5용 expert

조회수:
6396
평가:
(34)
게시됨:
2022.06.02 18:13
AMA Trader 2.mq5 (137.68 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Version 2 added ' Time control ' group and removed ' Profit limit for close all ' and ' Withdrawal ' parameters. Added trailing lot size control (description of new functions is in the RSI Dual Cloud EA code).

Checking the trading signal - only at the moment of the birth of a new bar.

When generating a trading signal, the Expert Advisor considers two indicators: iAMA (Adaptive Moving Average, AMA) and iRSI (Relative Strength Index, RSI). The signal itself is created in two steps. On the example of the "Open Buy" signal:

AMA Trader

Step 1: RSI Must be below level 30 (this level in the EA is set in the parameter   RSI Level Down ). Step 2: The price must overcome the AMA indicator. To search for the optimal combination of two indicators, the Step Length parameter is introduced   - distance in bars between Step 1 and Step 2.


Martingale

When a trading order is received, we separately request profit for BUY positions and SELL positions. If a trade order is received:

  • "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


    OrderExecution OrderExecution

    Just a very simple expert that execute orders from a text file.

    VIDYA N Bars Borders VIDYA N Bars Borders

    iVIDYA (Variable Index Dynamic Average) indicator with levels for N bars

    DeMarker Pending 2_5 DeMarker Pending 2_5

    Finalization of previous version. Now, when opening a 'SELL' position, we immediately close all 'BUY' positions and vice versa: when opening a 'BUY' position, we immediately close all 'SELL' positions

    MACD Stochastic Square MACD Stochastic Square

    A series of indicators 'Square' - shows the state of the indicators in the form of lines of squares. Displays two indicators: MACD and Stochactic