당사 팬 페이지에 가입하십시오
López de Prado의 『Advances in Financial Machine Learning』(제5장)에 소개된 고정 폭 분수 차분법(FFD)을 MQL5로 구현한 것입니다. 최대 역사적 기억을 유지하면서 비정상적인 가격 시계열을 정상적인 시계열로 변환하며, 출력은 Python afml 라이브러리와 교차 검증 시 1e-12 이내의 오차를 보입니다.
This is a RSI of High, Low, Open and Close displayed as color candles in it's own sub-window.
컴파일된 실행 파일을 차트에 드래그하면 차트에 있는 모든 개체가 삭제됩니다.
브레이크 리버트 프로 EA는 변동성이 큰 시장에서 유연한 거래를 위해 브레이크 아웃 및 평균 복귀 전략과 적응형 SL/TP 및 다중 시간대 ATR 후행 중지를 병합합니다.
트레이더의 삶을 편하게 해주는 간단한 스크립트. 항상 저를 괴롭히는 한 가지는 새 차트의 색상과 같은 속성을 재설정하여 원하는 방식으로 보이게 만드는 것입니다. 그래서 이 작업을 더 원활하게 해주는 스크립트를 만들었습니다.
A very simple, efficient and non-obtrusive clock for your Chart. KISS compliant! :)
MQL5 캘린더를 사용하여 영향력이 큰 외환 뉴스 이벤트에 반응하는 MQL5 전문가 어드바이저입니다. 인플레이션(CPI/PPI) 및 금리 결정과 관련된 뉴스를 파악하여 대기 주문으로 브레이크아웃 트레이딩을 합니다. 뉴스 기반 전략을 자동화하려는 트레이더에게 이상적입니다. (이는 시작점에 불과합니다)
전문 거래 관리 패널: 원클릭 매수/매도, 자동 로트 사이징, 스마트 추적손절(ATR/고정/캔들), 자동 손익분기점, 다중 TP 부분 청산 시스템(TP1/TP2/TP3), 원클릭 지정가 주문 등입니다. 진지한 트레이더를 위한 올인원 주문 관리.
금(XAUUSD) 및 은(XAGUSD)용 다중 지표 EA: RSI, ADX 및 MA 신호, 적응형 ATR 트레일링 스톱 및 내장형 자본 보호 기능.
This class allows you to create buttons on the chart as if they were chart objects(have time and price coordinates) these objects can be dragged on the chart and when scrolling they stay at the same place. If you wan't to learn some Object Oriented Programming or if you wan't to understand how chartevents work or you wan't to create graphical interfaces, you can learn a lot from this.
The Efficiency Ratio (ER) was first presented by Perry Kaufman in his 1995 book "Smarter Trading". It is calculated by dividing the price change over a period by the absolute sum of the price movements that occurred to achieve that change. The resulting ratio ranges between 0 and 1 with higher values representing a more efficient or trending market.
The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
The JSatl indicator with the timeframe selection option available in the input parameters.
Export history of closed positions from MT5 retail hedging account selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software.
Recursive Median Oscillator - with floating levels
Trend Dashboard Indicator MetaTrader 5 indicator — a multi-timeframe indicator that is based on three standard indicators: Stochastic oscillator, RSI (Relative Strength Index), and CCI (Commodity Channel Index). It displays current trend directions for M1, M5, M15, M30, H1, H4, D1, W1, and MN1 timeframes. When you follow such an indicator you have a clear picture of the trends across all important timeframes. It doesn't matter which timeframe you attach this indicator to. The indicator can be downloaded for MT4 and MT5.
두 벡터 사이의 코사인 거리와 유사도를 계산합니다. 코사인 거리는 1-cosine_similarity이고 코사인 유사도는 두 벡터의 도트 곱에 크기를 곱한 값입니다.
이 스크립트는 역사상 특정 시점의 모든 미체결 거래와 해당 손익을 인쇄하는 스크립트입니다.
공정가치 갭은 강세 시 1번째 캔들 고점과 3번째 캔들 저점, 약세 시 1번째 캔들 저점과 3번째 캔들 고점 사이에 1포인트 이상의 불균형이 있는 경우 ICT의 스마트 머니 개념에서 사용됩니다.