당사 팬 페이지에 가입하십시오
MQL5-Like Trade Classes in Python for MetaTrader 5 Python
This indicator detects bullish and bearish engulfing candlestick patterns with an optional volume filter to highlight stronger signals.
이 코드는 EA가 실행 중인 계좌에서 인출을 추적하기 위해 기존 전문가 어드바이저에 추가하는 코드입니다. 사용자가 특정 계좌에서 출금을 모니터링하는 데 도움이 됩니다.
This indicator reads the trade history and plots the Cumulative P & L over time, helping visual traders to see how much money they are making or losing over time. This current version has a difference of 0.02% marginal error, due to rounding floats, and calculation methods. It can be considered extremely precise with this marginal error.
이 MT5 전문가 어드바이저는 다중 차트주기 캔들 패턴 분석과 기본 이벤트 필터링을 결합하여 체계적인 위험 관리로 거래를 실행합니다.
이 봇은 설정된 시간대에 새 캔들이 열리는 것을 감지하여 일회성 코드를 실행하고, 거래를 하고, 다른 함수를 호출하기가 더 쉬워집니다. 코드는 OnTick() 함수로 작성됩니다.
캔들 필터 인디케이터는 특정 기준에 따라 차트에서 캔들을 필터링하고 강조 표시하도록 설계된 사용자 지정 가능한 도구입니다. 이를 통해 트레이더는 상승 캔들, 하락 캔들, 도지 캔들 또는 모든 캔들 등 관심 있는 캔들만 동시에 시각화할 수 있습니다. 또한 이 인디케이터는 캔들 색상과 차트 배경을 완전히 제어할 수 있어 명확하고 적응력 있는 시각적 경험을 제공합니다.
프랙탈을 계산하고 현재 고점/저점(프랙탈) 전후의 막대 수를 개별적으로 지정할 수 있습니다.
한 번의 클릭으로 모든 오픈 포지션을 청산하거나 지정된 수익에 예치금의 백분율로 도달하면 모든 포지션을 청산합니다. 16.01.2025 플랫폼의 새 버전과 관련된 변경 사항이 수정되었습니다.
이는 가격 시계열이 '랜덤 워크', 특히 가우스 '랜덤 워크'를 나타낸다는 가설을 테스트할 수 있는 간단한 분석(비신호, 일회성 계산) 지표입니다. 이는 적어도 변동성 측면에서 가격 증분을 균등하게 분포하고 더 안정적이며 예측 가능한 시계열로 변환하는 파라메트릭 변환을 구성하는 데 도움이 될 수 있습니다.
이 인디케이터는 종가를 기준으로 상승 또는 하락을 계산하고, OOP를 사용하여 작성되며, 모든 Expert Advisor 또는 다른 인디케이터에 쉽게 통합할 수 있습니다.
The Auto SL TP by Risk Reward Ratio script is a simple yet powerful tool designed for MetaTrader 5 traders who want to streamline their risk management process. This script automates the process of setting Stop Loss (SL) and Take Profit (TP) levels for open positions based on a user-defined Risk:Reward ratio and Stop Loss in pips. Whether you're a beginner or an experienced trader, this script saves time and ensures consistent risk management.
Butterfly Strategy Expert Advisor This Expert Advisor (EA) implements the Butterfly harmonic trading pattern across multiple timeframes (M2 to D1) for automated forex trading. It detects bullish and bearish Butterfly patterns using pivot points and executes trades with customizable risk management and multiple take-profit levels.