Convert time to double and vice versa – library MetaTrader 4

Convert time to double and vice versa - library for MetaTrader 4
I’ve found these small functions very useful when trying to pass datetime through Global Variables. Example: You can use it to save a value GlobalVariableSet(name,TimeToDouble(date_time)); and datetime date_time=DoubleToTime(GlobalVariableGet(name)); when you want to get the value back. Convert time to double and vice versa – library MetaTrader 4

Convert iExposure.mq4 From MetaQuotes – indicator MetaTrader 5

Convert iExposure.mq4 From MetaQuotes - indicator for MetaTrader 5
iExposure will show the opening of trading positions in tabular form in the sub-window below the main window.  This allows the trader to see at a glance the positions in the market including the profit value and the amount of risk for each position. The iExposure indicator is a technical tool that is easy to … Read more