거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
귀하의 MetaTrader 5 터미널에서 CodeBase에 액세스 해보세요
올바른 코드를 찾을 수 없습니까? 프리랜싱 섹션에서 주문하십시오
Expert Advisor 또는 지표 작성 방법

MQL5 MetaTrader용 Expert Advisor의 소스 코드 5 - 24

icon

Expert Advisor는 가격 차트를 분석하고 기본 규칙에 따라 자동으로 거래합니다. 여기서 다양한 문제를 해결하는 MQL5 소스 코드를 찾을 수 있습니다. 이동 평균 교차점과 복잡한 시그널 생성 알고리즘 및 거래 오류에 대한 보호와 관련된 복잡한 교차점을 기준으로 간단한 Expert Advisor 모두를 선택할 수 있습니다.

MetaTrader 5에서 제공되는 Expert Advisor를 다운로드하여 시작할 수 있습니다. 거래용 로봇을 사용하기 전에 Strategy Tester에서 테스트하고 최적화하는 것이 좋습니다. 또한 Expert Advisors 라이브러리는 MetaTrader 5 플랫폼과 MetaEditor 개발 환경에서 직접 사용할 수 있습니다.

코드를 제출하세요

The Expert Advisor increases the volume of an open position if profit in points from the last trade increases a threshold fixed in the EA inputs.

The Expert Advisor moves a stop loss to a predefined fixed distance from the current price.

The Expert Advisor moves a position to a breakeven when a predefined profit is reached.

The Expert Advisor opens and closes positions at the predefined moments in time.

The Exp_CenterOfGravityCandles Expert Advisor is based on signals of the CenterOfGravityCandles indicator.

This Expert Advisor closes all positions if the total loss/profit exceeds a predefined limit.

This Expert Advisor closes all positions if the total profit exceeds a predefined limit.

This Expert Advisor closes all positions if the total loss exceeds a predefined limit.

The trading system based on the three RVI oscillator signals from three different timeframes.

The trading system based on the three Stochastics signals from three different timeframes.

Exp_X2MA_Digit_DM_361 trend-following trading system is based on ColorX2MA_Digit and ColorDM_361 indicator signals.

Exp_X2MA_JJRSX trend-following trading system is based on ColorX2MA and ColorJJRSX indicator signals.

Exp_X2MA_JFatl trend-following trading system is based on ColorX2MA and ColorJFatl indicator signals.

The Exp_XMACandles Expert Advisor is based on signals of the XMACandles indicator.

The Exp_Trigger_Line Expert Advisor based on signals of the Trigger_Line indicator.

Trading system based on the signals of the MFI_Slowdown indicator.

Trading system based on the signals of the WPR_Slowdown indicator.

Trading system based on the signals of the RSI_Slowdown indicator.

The Exp_Delta_WPR Expert Advisor is based on the Delta_WPR indicator color change.

The Exp_Delta_MFI Expert Advisor is based on the Delta_MFI indicator color change.

The Exp_Delta_RSI Expert Advisor is based on the Delta_RSI indicator color change.

Trading system based on the signals of the ColorXvaMA_Digit_StDev indicator.

The Exp_i4_DRF_v3 Expert Advisor is based on the i4_DRF_v3 indicator color change.

The Exp_Bear_Bulls_Power Expert Advisor is based on the Bear_Bulls_Power indicator color change.

The Exp_JSatlCandle Expert Advisor based on signals of the JSatlCandle indicator.

The Exp_i4_DRF_v2 Expert Advisor is based on the i4_DRF_v2 indicator color change.

1...171819202122232425262728293031...37