wing / Profile
wing
Added topic Can an EA use icustom to get data from another EA?
Dear all As mentioned in subject, I know an EA can use icustom to get data from an indicator, but is it the same between EA and another EA? Wing
wing
Added topic efficiency of EA
Dear all Does anybody know, if I put most calculation into reference section (i.e. below return() of start() ), the efficiency of EA can be improved or not? (for example, shorter time used during running of backtest ) Wing
wing
Added topic How to inform EA if an order is closed by hitting stop loss or take profit?
Dear all If I want to open another order immediately when an order is closed automatically by hitting stop loss or take profit , how to write it? (if the original order is closed manually, I know how to write it, but have no idea if it is closed
wing
Added topic How to find specific order in an EA?
Dear all, Please help me on the following issue: When my EA open an OP_BUY order, it will open an OP_SELL_LIMIT order at the same time. When the price reaches certain level, it will open an OP_SELL order to lock up the profit. When everything runs
wing
Added topic Playsound vs Alert, play multiple sound files, and running speed question! Pls help!
Dear all I would like to ask for your help on two questions: 1) this seems to be an old question but I still can't find answer from this place : how can Playsound and Alert command work simultaneously in an "indicator"? Does it can't be
wing
Added topic time problems, pls help!
Dear all Can anyone tell me how to change the starting time of a 4hr canddle in MT4? In fact, starting time of 4hr chart in MT4 is different from my broker account, so the indicators in MT4 can't match those in my broker account. Anyone faced this
wing
Added topic array problem, please help
Dear all I have difficulty in translating my idea into an array. I want to use "CCI value cross 0 upward" as start of an array, recording all turning points of high (i.e. high[1] > high[2] and high[1] < high[0]) and low, and use
wing
Added topic question about close[] and iclose() and, declaration of value
Dear all Below shown is an extract of my code. There are two questions I can't solve: 1. when I compile the program, an error message occured: ' Y ' - variable not defined (i.e. the sentense under Close Order Block). However, what I want to do is
wing
Added topic How to set a 5 digit display in data window?
Dear all I've created an indicator and attached it to a chart. Afterwards, when I took a look on data window to check the value of that indicator, data window only shows a 4 digit value. However, it is a 5 digit value from the indicator, so I only
wing
Added topic How to display marketinfo??
Dear all I've made the following code: //---- ObjectDelete("TERMNAME2"); ObjectCreate("TERMNAME2", OBJ_LABEL , 0, 0, 0); ObjectSet ("TERMNAME2", OBJPROP_BACK, back); ObjectSet ("TERMNAME2", OBJPROP_CORNER
wing
Added topic webmoney or paypal?
Dear all I find MT5 job accepts both webmoney and paypal for deposit. By comparison, I find paypal's commission is relatively higher unless the deposit amount is very large. So what's the advantage of using paypal? or, from another point of view
wing
Added topic what is a full structure of an EA?
Dear all, Please tell me what a full structure of an EA should be. I've read the"Documentation" and "Book" section of MQL4 community, and complete reading the examples of EA provided by the latter section. However, when I ran the
wing
Added topic Can my broker see the detail of my EA?
Dear all I am new in MQL4 programming and would like to have your help, please. The first thing I want to know is whether my broker can see the detail of my EA if I put it in demo account or even real account to run it? If yes, is there any method to
: