wxn2014
wxn2014
Friends 1
wxn2014
Added topic EA with the VPS,,Why will display a "trade operations not allowed by Settings "
   EA on the local computer can trade, I use the VPS after the club's official website, but can't deal, display an error " trade operations not allowed by Settings", and why
wxn2014
Added topic Why buy the official website after the VPS, and does not change fast?
I'm in high-frequency trading, because their VPS are more than 200, so he from the official website to buy a month VPS. Thought order speed will be faster, as a result, your order did not change fast. Discovered, after today, I replay the same
wxn2014
Added topic Why drag EA to the main picture above, the EA will automatically under a single first?
void OnTick ()   {      static double prevbid= 0 ;    double curbid= NormalizeDouble ( Bid , 5 );    double TD= DoubleToStr (curbid/ Point -prevbid/ Point );    if ((TD)>= 50 * Point )
wxn2014
Added topic Excuse me, how do we trade in the time stipulated every day?
I want to make the daily transaction time: 02:00-23:30, close all orders before 23:30 every day. How should I write? void OnTick ()   {      if ( 02 : 00 < OrderOpenTime && OrderOpenTime < 23 : 30 )
wxn2014
Added topic How to change the indicator to EA
I want to change the indicator to EA model, and then print it out in the EA, how to change? //+------------------------------------------------------------------+
wxn2014
Added topic Excuse me:How to calculate the volume of the last two on the Tick?
void OnTick()   {        prevolume=curvolume;         curvolume = SymbolInfoDouble(_Symbol,SYMBOL_SESSION_VOLUME);        Print(curvolume-prevolume);
wxn2014
Added topic How to calculate the time of the last two TICK (ms) and the price?
How to calculate the time of the last two TICK (ms) and the price
wxn2014
Registered at MQL5.community