MQL4 and MetaTrader 4 - page 1237

Hi, I would like to know how can I close my orders at the next bar of my entry point. Thanks
Hi, As we cannot directly install any 3rd party applications on Windows-7 phone and MT4 (mobile version) is not yet available on Microsoft MarketPlace so is there a way to install MT4 (PDA version) on Win7 phone? Thanks. -bzx
Does anyone know what the command line option is to start up MT4 minimized ? Thanks
I'm on a limited budget but I need an alarm for an indicator. Would anyone be willing to help me out cheaply?
[Deleted]
Is there any way I can code my EA's to programmatically monitor CPU load? My desire to be able to do this stems from the need to coordinate auto-optimizers that could be running concurrently with other terminals. Ideally I'd be able to have a cpu load monitor that could prevent an auto-optimizer...
Hello to All It is to my discovery, optimization has procedures that I was not aware of. Such as the many passes with different variables. Such an improvement over how I have attempted to backtest. My problem is that I went to the thread 'Automated Optimization of a Trading Robot in Real Time', only...
hi all, i want to make a back test for the MACD such that i can see the crossing of the lines while they do it and dont have a final result chart i mean to watch every crossing for the indicator in a life back test for a certain intereval of time can anybody advise me thanks a lot
(1) I have function that will move stoploss to point [a] when; ( xyz.. && breakeven_active=false ) (2) I have a function thats moves stoploss from point [a] to breakeven when; (close 0 > close 1) My problem is that the actions carry out as the should as i have included a couple of bools....
Hi, I'm trying to build an EA that use Pivot point and when I called the indicator with the Icustom I'm getting differnt levels from what I'm seeing in the chart. someone can help me with it, or just give me a link for a good PIVOT indicator that I can call him from my EA and get the same result as...
[Deleted]
  email alert help  (1)
Hi, I'm would like to add in email alert for the indicator below everytime a new bar open at the current timeframe. Can someone please help / show me how to do this. It is an MFI indicator. Thanks, Andrew --------------------------------------------------...
Hey, My strategy works that there is a certain hour every day when the propability is the highest for a trade to be succesful. The only problem that I'm having is pulling the hour from the time mql gives may not correct itself for daylight savings and time zones ? For instance if I specify the hour
Guys i am very interested to find a way to get these 100ms charts . If any knows how could i do this, please share thanks
[Deleted]
  Hi everyone!  (1)
Hi guys. I am Mario from Bucharest, Romania, Eastern Europe. I have joined this forum to find more details about forex. I am interested in learning expert tips from experienced guys on the forums. Regards, Mario
Hi, does anyone have an indicator or EA that can read the tradehistory and visualize it on the chart, like the B/S symbols we get when backtesting ?
Hi there! Does anybody know anything about comparability between MQL4 and MQL5? I don't want to lose my robot collection!
Can I create "inversed" pairs in MT4? I mean, is it possible to watch "Eur/Usd as Usd/Eur" pair?
Hi all, this is an issue at the design level. When each order is opened, a calculation is made which returns two take profit levels, these TPs are internals and are differents from the take profit defined in the order at the creation level. The values of these levels are individuals from each orden....
[Deleted]
Hello mates, I now know how to attain a variable value from custom indicator to EA by using GlobalVariableGet(). Custom indicator is ZZ_Repaint.mq4 with two variables "min,max" as lowest,highest values of most recent zigzag. So these values must be changed every tick. Please look closer its code as...
[Deleted]
How can i add a column in the terminal that will show me the number of pips in addition to the profit in money.How can i add a column with the duration of each trade.How can i add a column with how much the trade went against me in every specific trade? Could you please help me with that... Ari
  Forex hosting. Sharing our experiences  (76   1 2 3 4 5 ... 7 8)
I would like to share my experiences, good or bad, of using the services of companies providing dedicated and virtual VPS servers for forex hosting. My five cents. http:\\inetcorp.ru. Or inform-telecom.ru (which is the same thing) The panel says "INTERNET INDUSTRY". Last Monday I paid for the Forex
I see a coding as below to check the formation of a new bar but I am not aware why when the expression if(New_Time!=Time[0]) return ture, a new bar is deemed to be formed. New_Time is defined as 0, but Time[0] returns to date, eg. 2009.11.01 14:34. They should not be equal to always. Thanks for your
[Deleted]
Hi pros, i'm presently running my EA with custom indicator on a VPS, and i discovered that the platform crashed twice within 6 days, and i don't understand why. Does anyone know what could have gone wrong? Any advice would be highly appreciated.thanks .
I have noticed that slippage doesn't seem to work (or the broker doesn't care) when I'm placing orders on a broker who uses the extra digit. If the market price is 1.23456 and I try and place an order at 1.23450 it get " invalid price " even with a slippage > 10, that can't be right. Am I missing
Few days ago I opened, in MT4, a custom indicator loaded from a forum.Since that moment, the MT4 have problems opening (do not open). I used therepair function, and uninstall and reinstall the program, several times, andstill have the same problem. Why this is happening and what can I do to fix it?...
Hi, I want to write an indicator that draws 2 symbols (e.g. Gold and Silver) in the main window and their difference in the subwindow. How to do that when I must declare the property indicator_chart_window or indicator_separate_window?
Hi! I have EA (Yeaaa!) which uses selectable Time Frame TradeOncePerBar function. I want to store the value in GlobalVariableSet to prevent EA trading in same Bar when MT4 or EA restarts. Original function for TradeOncePerBar is: if (CheckAlertTime == iTime (NULL, 5, 0)) return(0);...
[Deleted]
Hi. I'm trying to plot dots when a given condition takes place. For a simple example, consider bars that close at their high. Trying to put a dot at the low with this code: if( High[idx] == Close[idx]){ string DotName = "Dot_" + Time[idx]; ObjectCreate(DotName, OBJ_TEXT, 0,...
[Deleted]
Apparently build 229 checks for a debugger and will not run if it is present. Not only is this suspicious, it also stops mt4 from running under wine on linux. Is this really necessary
[Deleted]
good morning at all i am using metatrading platform for some months and i haven't had any problem with the expert too. some days ago my friend sent me an expert in .ex4 format. obviously he didn't send me .mq4 format i have tried to attach the expert at the chart but he doesn't work. he keep...
[Deleted]
With MT4, I used to have EA alert me when a trading signal is available, then I will consider trade or not myself. But with MT5, the option to have EA ask for manual confirmation is taken out, and the EA will just go ahead and trade quietly, this might be good for someone, but surely disappointed me...