Unisciti alla nostra fan page

Function to get Next Open Time and Closing Time for the market. - libreria per MetaTrader 5
- Visualizzazioni:
- 4386
- Valutazioni:
- Pubblicato:
- 2021.03.22 18:17
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
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

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.

Converted 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.