당사 팬 페이지에 가입하십시오
Indicator Candle Code displays in a separate window the "code" of candlesticks as lines built on the ratio of each candle's parameters.
Two identical trading systems (for long and short positions) based on the signals of indicator NRTR, which can be differently configured within one EA.
CCI_Histogram_Vol indicator with the timeframe selection option available in input parameters
XCCI_Histogram_Vol indicator with the timeframe selection option available in input parameters
This is the version 2 of my script to export the trade history from MT5 selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software. More columns were added and fixed minor errors. The code for processing and exporting data was rewritten.
Encapsulating a family of interchangeable algorythms which can be modified independently from the client.
NELODI Trading Terminal is a collection of Indicators and an Expert Advisor, which work together to provide a complete solution for manual Trading, primarily designed for Scalping.
이 책의 첫 번째 장에서는 MQL5 언어와 개발 환경에 대해 소개합니다. MQL4(MetaTrader 4 언어)와 비교하여 MQL5 언어에 도입된 새로운 기능 중 하나는 MQL5 언어는 객체지향 프로그래밍(OOP)을 지원하여 C++와 유사하다는 점입니다.
Donchian Channel for traders or young developers by William210
This EA will scan all the closed trades and then print the nth trade from the end
Sample code to count consecutive no. of bull or bear bars.
TradeReportExporter 스크립트는 거래(거래) 내역을 편리한 CSV 파일로 내보내도록 설계되었습니다. 스크립트가 설치된 상품의 지난 1년간 모든 거래에 대한 데이터를 자동으로 수집합니다. 파일에는 날짜 및 시간, 거래 유형(매수/매도), 가격, 거래량, 수수료, 수익/손실 등의 데이터가 포함됩니다. 결과는 Excel 또는 다른 스프레드시트 편집기에서 열 수 있는 파일로 저장됩니다.
이는 가격 시계열이 '랜덤 워크', 특히 가우스 '랜덤 워크'를 나타낸다는 가설을 테스트할 수 있는 간단한 분석(비신호, 일회성 계산) 지표입니다. 이는 적어도 변동성 측면에서 가격 증분을 균등하게 분포하고 더 안정적이며 예측 가능한 시계열로 변환하는 파라메트릭 변환을 구성하는 데 도움이 될 수 있습니다.
EXSR.mq5: A counter‑trend MT5 EA that catches reversals by combining RSI(14) extremes with Bollinger Band breakouts and a reversal candlestick, placing one trade per symbol with fixed SL/TP.
A non-invasive candle time that can be positioned next to price or near a corner.
The Binary Wave returns a positive or a negative value depending on how the indicator readings are interpreted.
ROC(Price Rate of Change)는 오실레이터 처럼 이러한 변동성을 반영하여 특정 기간의 가격 차이를 측정합니다. 가격이 오르면 ROC도 오르고 그 반대로 마찬가지입니다. 가격이 많이 변할 수록 ROC도 많이 변하게 됩니다.