Volcanbleu / Profile
Friends
14
Requests
Outgoing
Volcanbleu
Added topic Timing of OrderSend function
Hi guys, On regular OnTick event, I would like to know exactly WHEN the OrderSent function is done(sent) when there are other commands after it, like print or calculations. Is the Order sent right at the line processed in the code, or does MT4 ait
Volcanbleu
Added topic Email alerts through SMTP dont work
Hi guys, I tried many times to send an email alert using either my solid email account and or a GMX new account, with all aparent port number possibilities (25, 465, 587), and nothing works. Apparently connection seems successful but login failed
Volcanbleu
Added topic Help for a script..
Hi guys, I have some trouble with this script : extern double a1 =0.85; extern double amin =1; double pos; if ((OrderProfit()*a1>=amax) &&
Volcanbleu
Added topic Closing all orders in deinit function
Hi guys, I am a bit lost with the deinit function (MT4).. I want to close all opened orders when something happen that stop the EA, but seems to not do anything. Here is what I wrote but no closing action : void deinit() {
Volcanbleu
Added topic Import TICK historical data on MT5
I know that somebody has already asked that, without answer, but I try again.. Anybody knows how to import historical datas based on TICKS in MT5 plateform or download these datas from a server (USDYEN). I have TICK datas from HISTDATA in ASCII but
Volcanbleu
Added topic Partial closing of position..
Hi everybody, I am new on this forum and on MT4. I am programing an EA with MT4 for the forex market and I would like to know if somebody has a smart way to close partially a position otherway than closing all and open a smaller one. Also,is there
: