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

Swap Monitor - MetaTrader 5용 스크립트

조회수:
4367
평가:
(7)
게시됨:
\MQL5\Include\MQL5Book\
Defines.mqh (0.71 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This is a service, which periodically inspects actual swaps for specified symbols and saves new values (if changes detected) into CSV-files. The files are created in folders under the names of corresponding symbols and splitted by months - for example, the file 202410.csv is for October of 2024. Every line in a CSV-file stores a datetime, long swap and short swap.

Swap Monitor service for MetaTrader 5

Also the service check swaps of existing positions and alerts their changes (if any).

The source code can run as a script on a chart if the directive #property service is commented out. But it's recommended to install the program as a service.

The code base does not support services as one of available MQL5 program types, this is why the program is published as a script.


Economic Calendar CSV Economic Calendar CSV

This script saves a predefined set of economic events from the MetaTrader's built-in economic calendar into CSV file.

Sample pine script stochastic divergence Sample pine script stochastic divergence

A sample pine code converted to MQL

AutoFibo indicator of two last swings based on ZigZag AutoFibo indicator of two last swings based on ZigZag

The AutoFibo indicator is an advanced Fibonacci retracement tool that automatically draws Fibonacci levels based on the ZigZag pattern. This indicator is designed to help traders quickly identify potential support and resistance levels in trending markets.

Day Of Week, Week Of Year and other marks in Data Window and on chart Day Of Week, Week Of Year and other marks in Data Window and on chart

WeekDays indicator displays Day Of Week, Week Of Year, Day Of Year or Bar Index in the Data Window, and optionally in labels on the chart.