torytory
torytory
torytory
Added topic ERROR in MQL NormalizeDouble()
void OnStart ()   {       string x = " 9685.894999999 ";       double y = StringToDouble (x);       double norm_0 = NormalizeDouble (y, 0 );    double norm_1 =
torytory
Added topic OnTradeTransaction missing magic numbers
#include <Trade\Trade.mqh> CTrade m_trade; COrderInfo m_order; CPositionInfo m_position; void OnStart ()   {     m_trade.SetExpertMagicNumber( 1 );       m_trade.Buy( 0.01 , Symbol (), 0 , 0 , 0
torytory
Added topic Convert ISO 8601 time format to UNIX timestamp (epoch)
2020-05-28T08:29:20Z to datetime in mql5? Is this possible
torytory
Added topic Return/Withdrawal my paypal funds
Hi,    I deposited funds via paypal $500+ for the freelance projects .  Now I want to withdrawal the funds that were not needed to complete these projects and mql5 will not allow me to withdrawal funds.   I do not want to be a
torytory
Registered at MQL5.community