당사 팬 페이지에 가입하십시오
This Script is the example of using function LineNotify that use to send message to LINE APP via Line Notify service As the function LineNotify use webrequest to send HTTP request so it can be used in EA or Script program only , can't use in Indicator program
This simple quick & dirty script code will output a CSV file of all the Signals' properties as reported by the MQL4 Trade Signals functionality.
Just simple codes to Disable/Enable Auto/Algo-Trading in both MT5 and MT4. Of course, DLLs must be allowed, This cannot be done without DLLs
Modify - 목록에서 첫번째에 있는 매수 또는 매도 펜딩 오더를 선택하고, 선택한 펜딩 오더 데이터를 인쇄하고, 주문 수정 및 수정 후 펜딩 오더 데이터를 인쇄하는 스크립트.
it saves the current chart to default template , it just helps to do it faster than a manual save. you can assign a hotkey for it. it has no confirmation and immediately saves the template, if you want it to save to a template other than default just edit the code and replace "default.tpl" to any other name you want.
This code helps beginners in MQL4, specially those migrating from C++ to perform some basic fie operation.
많은 개발자들이 같은 문제에 직면해 있습니다. 안전하지 않은 DLL을 사용하지 않고 트레이딩 터미널의 샌드박스에 접근하는 방법을 알고 싶어 합니다. 가장 쉽고 안전한 방법 중 하나는 일반적인 파일로 작동하는 표준 Namped Pipes를 사용하는 것입니다.
The script is best use to clean up all drawings ( Delete All Object, Comment, horizontal line, vertical line, arrows etc) on current chart. Please feel free to modify based on your needs.
A script that displays MarketInfo and SymbolInfo data through a button list built from MarketWatch.
Building good trading habits by seeing things in terms of percentage not in terms of money.
This Custom Function Will Help To Get Round Time For Any Given Timeframe And Time.
Building good trading habits by seeing things in terms of percentage not in terms of money.
This one may not be the fastest, but it will definitely close all your positions.
The currency strength meter is a trading tool that is used to identify trending and consolidating markets based on the percentage rate of change in price from one period to the next.
The breakout strength meter is a trading tool that is used to identify which currencies are the strongest to breakout, and which currencies are the weakest to breakout
In MetaTrader 4, we intend to calculate the intersection coordinates of two straight line objects with different slopes using MQL4.