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

Signals and Probability class - MetaTrader 5용 라이브러리

조회수:
4077
평가:
(7)
게시됨:
2023.09.05 19:31
Functions.mqh (30.09 KB) 조회
Trade.mqh (67.84 KB) 조회
SignalClass.mqh (53.91 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The provided code is an MQL include file and an Expert Advisor demonstrating how the classes work.It implements a trading strategy based on various technical indicators and trend analysis. The script defines several custom classes to create and manage trading signals based on different technical conditions.

  1. Trend Class : This class is responsible for determining the long-term trend using different trend-checking methods, such as moving averages, price changes, and their combinations.

  2. Signal Class : This class serves as the base class for different types of trading signals. It contains methods and attributes shared by all signal types, including take profit, stop loss, and trend-related settings.

  3. Probability Class : This class calculates various probabilities and statistics related to trading signals, such as the likelihood of reaching take profit before stop loss, average price changes after entry, and entry success rates.

The overall purpose of this code is to automate the process of generating trading signals based on the specified technical indicators and conditions. Traders can customize the settings for each signal type and test their effectiveness using historical data. The script can be applied to different currency pairs and timeframes within the MetaTrader 4 platform to execute trading decisions based on the defined signals and conditions.


Check out the video I've made about it:


Ichimoku code for beginners by William210 Ichimoku code for beginners by William210

Ichimoku beginner tutorial to learn how to code in MQL5

MACD code for beginners by William210 MACD code for beginners by William210

MACD beginner tutorial to learn how to code in MQL5

Momentum  code for beginners by William210 Momentum code for beginners by William210

Momentum beginner tutorial to learn how to code in MQL5

Drag and Drop Move StopLoss Drag and Drop Move StopLoss

Set StopLoss by just dragging and dropping script on the desired price level.