Forum

OrdersTotal()

does this function return the total orders of all symbols or the particular symbol of the chart where the ea is attached

re-synchronization problem

re-synchronization problem. i need more help . here is what i think. After RE-synchronization the open orders on the vps get automatically closed because Global Variables and orderhistory is used for closing conditions. for my ea to run correctly the global variables and the history orders should

why orders closed on vps terminal after re-synchronization?

I am hoping somebody could find the problem. i have open orders on the vps side. the ea is working as it should be. the problem is when i re-sync the terminal, all open orders get closed automatically. here is the ea that i used to make my own ea. the basic structure for the condition and the way

vps and open orders

what kind of code can close all open orders automatically when synchronization is done? Is the following code responsible for closing open orders during synchronization? I need help please. I have been banking my head for the last few days without success. I need to keep my orders open during and

vps mql orders auto closed when sync is done

when i recompile my ea and then sync it, orders get closed. what could be the problem? any ideas

custum indicator call need help

can anyone show me how to call RenkoMaker.ex4 into EA using icustom like the following custum indicator. //+------------------------------------------------------------------+ int signal() { int signal=2; if(iCustom(NULL,0,"SuperTrend",10,3.0,0,bars_closed)!=EMPTY_VALUE) signal=0;

custum indicator call need help

can anyone show me how to call renkomaker.ex4 into EA using icustom like the following custum indicator SuperTrend. //+------------------------------------------------------------------+ int signal() { int signal=2; if(iCustom(NULL,0,"SuperTrend",10,3.0,0,bars_closed)!=EMPTY_VALUE) signal=0;

how to modify OrderComment?

dear coders, how can one modify OrderComment? thanks

Code Check Pls!

Hello dear Coders, could you please confirm whether or not the following code, which i conceived in the night in bed, will extract the pair, which is not from the chart where this EA is placed but has the same magic number as the pair of the chart? bc_cnt and sc_cnt are the buy and sell counts of

What is wrong with this code? Help needed

tsedawa 2014.10.09 13:04 //+------------------------------------------------------------------+ //| Brooky_Rsi_Ichimoku_V2.mq4 | //| Copyright © 2004, MetaQuotes Software Corp. | //|