당사 팬 페이지에 가입하십시오
Function to get Next Open Time and Closing Time for the market. - MetaTrader 5용 라이브러리
- 조회수:
- 4044
- 평가:
- 게시됨:
- 2021.03.22 18:17
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
A Simple Call to this function will return the next Opening Time and Closing Time of the Asset, if no from time input it will search following the current Trade Server Time.
Usage:
GetOpeningTimes(Open_Time, Close_Time, time); // where time is the from time
GetOpeningTimes(Open_Time, Close_Time); // searches from current time...
Enjoy...
Draws Pivot Points formulas
Licensing class and script with 64bit Encryption (more Reliable)This class loads a licensing file by reading 64bit encrypted account data from a license file into an account array for the purpose of licensing. The Class is initialised with a Filename, a Master Key (m_hkey -> can be a secret key of your choice) and whether the file needs to be saved in the common folders or not.
The simple trading panel is a trading tool that is very interesting because it will allow you to predefine your StopLoss and your TakeProfit in term of pips.
Ronz AutoSLTP for MT5Converted Ronz AutoSLTP MT4 version into MT5 version. Original Link: https://www.mql5.com/en/code/11649 Original Descriptions: EA for Automatic Stop Loss, Take Profit, Profit Lock, and Trailing Stop (With Special Methods). SL and TP could be hidden.