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

Listing all MT5 Signals' properties to a CSV file - MetaTrader 5용 스크립트

조회수:
3747
평가:
(32)
게시됨:
2022.04.21 15:14
업데이트됨:
2022.09.03 13:35
ListSignals.mq5 (10.25 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This simple, quick & dirty script code will output a CSV file of all the Signals' properties as reported by the MQL5 Trade Signals functionality. With the resulting CSV file opened as a spreadsheet (e.g. Excel), you can sort them by your preferred metrics and choose that suite your requirements for copy trading. 

Please note that the MQL5 Trade Signals functionality, only lists MT5 signals. See also Listing all MT4 Signals' properties to a CSV file for MetaTrader 4. It also seems to be limited to a maximum of 1000 signals (I don't know how many there are in total).

Before running the script, open up the "Signals" tab, and make sure that terminal downloads data for signals. Otherwise the script will have no data to report on.

The CSV file will be output to terminal's "MQL5\Files" folder. In MetaTrader go to the menu FileOpen Data Folder, then navigate to the "MQL5\Files" folder.

 

Please note, that all my CodeBase publications' source code are now also available in "Public Projects" tab of MetaEditor under the name "FMIC".

DeMarker gaining position volume DeMarker gaining position volume

One of the strategies for the 'DeMarker' indicator is a permanent set of positions

Engulfing Pattern Plus One Engulfing Pattern Plus One

Engulfing Pattern Plus One

Trend Two Lines Trend Two Lines

The indicator in the subwindow shows a comparison of High and Low prices

Detecting the start of a new bar or candle Detecting the start of a new bar or candle

Detecting the start of a new bar or candle, in the OnTick() event handler of an expert advisor.