General - page 1957

Is it posiable to set the default traing stop to 15? so that when a new order is setup it defaults to 15 and you don't have to manualy set it. Thanks in advance B.Rumsey
Is there a way to modify the tickchart in the Order Window to show either Sell or Ask line and not both? This double lined chart is driving me nuts!
Does anyone have past issues of Currency Trader Magazine from currencytradermag.com? They were available for download but seems like they'd removed links to past issues.... I was able to download Oct 04 issue and 09-05 thru 01-06. If anybody needs any of those, i guess i can upload those. I am...
Hey all, I was wondering if anyone knows of a work around when working with MT Ce using Wifi restricted by a proxy server! Unfortunately, all the AP's i use require the use of a proxy to access outside resources. Any help is appreaciated! Or, something to consider for future releases! Thanks!
Hi all, Happy new year, may it be profitable to all ! Thanks for looking at my post, I need some help to explain this anomally please. I have downloaded 1 minute data from alpari to run my backtests on, the data reads as 90% acurate. My EA calculates the pivot, S1, S2, R1 and R2 based on the...
  Version upgraded  (20   1 2)
Hello, we have upgraded forum version. Please tell me if you advertise any problem. Best regards.
Hi MQ guys, Is it possible to also display the total profit/loss of the swap column in the terminal window ? Maybe even have it as a toggle feature for those that don't wish to see it ? Thanks Martin
My question is regarding the MTSendOrder function of the MT3 API. Consider the following code fragement, where SendOrder is from CMetaTraderAPI. if ((err = pMT->SendOrder(&soi)) > RET_OK_NONE){ return err;}...do whatever... On rare occasions the above condition is true yet an order is still...
  Warning : Do not update to 187  (27   1 2 3)
I have updated MT4 187 some indicator like TTM , BrainTrading System can't work any more . all my old chart indicator missing and can't add it back
  shell command?  (9)
Is there a way to run an external EXE from MQ4, similar to the system( ) or shell( ) command?
Is there a way to see both of these on the terminal at same time?
Hi there, will there be a problem if I issue high volume order sends and cancellation. Will the server ban me, if there are too many orders in short space amount of time? I am testing a strategy that will work on a 5 minute chart, and it issues a new order everytime and cancels previous which are...
Hello all... I just wanna find out based on your experiences, on which time frame that produced you more profits so far. I've been trading on 30mins, 1hour and 4 hour time frame. Though I prefer 1hour time frame, looking back into the past...I realized 4 hour time frame did produced more profits and...
  Double trouble Bug?  (12   1 2)
There is strange and serious problem with double arithmetics. In following example, if x=0.0002 then x=y is true. However, if x is calculated x=1.2012 - 1.201 = 0.0002 then result is false. double y=0.0002; double x; x=0.0002; x=1.2012-1.201; Print("x1=",x); if(x == y) Print("x2=",x); else
  E-Brain Trend EA  (3)
I have searched for this EA in forum, with no luck. I currently have the EA e-Brain Trend (downloaded here, though search function can't find). THis EA is giving off signals, but is not auto-placing any buy or sell orders. Perhaps something is wrong with it? Can anyone give me some direction as to...
  Need help please  (1)
hi everyone i need script for macd cross on 60 min chart the script take long and short when the cross happend no matter if the cross was below or up zero line thanks
dear all I m a begainer of EA,and I've tried using the link below: http://sufx.core.t3-ism.net/ExpertAdvisorBuilder/ to get a 50dayema EA the rules are simple, if close>50ema, set buy order, and if close <50ema, sell . the question is: how to modify more into this EA ? the EA i get from link, shows...
Attention: disabled support and connections of client terminals that have build numbers under 180! MetaTrader 4 Client Terminal can be updated automatically using LiveUpdate, or manually via "MetaTrader 4 trading terminal"
I'm running a great indicator called StepMA 3D When I load it into MT4 , the platform won't connect when I retart my computer It's only when I run this indicator this happens, which is frustrating as it's the best indicator I've ever seen Can anyone help? Thanks CMC
Hi guys, I've got a problem with MT4, there is a connection but the charts don't want to update,I can see on the platform a message - "No connection", but it's not true, I still can open various sites like this. Any ideas, where the problem is... REGARDS
  My Expert  (1)
Please any advise for my teory on my expert ( i am a newbie).This expert is for Eur/Usd and Gbp/Usd - MT4 - 1H. Maybe the Senior members can help me make it better.Thanks
  Metatrade API 4  (1)
Hi, I just like to know where I can download Metatrade API 4, and what are the new features of this version. Cheers
Ok, I imported the Alpari data using history center and all went well. Only problem I ran into was when restarted MT4 I had to reimport the data all over again. Tried on a few symbols and same thing occurs. After restart the history center shows the original data that existed prior to import. Is
If my computer reboots due to power failure, I need my MetaQuotes script to restart automatically. This is a script, not an expert. What command can I add to my Windows->Start folder so that my .ex4 script starts on system start? Does Terminal.exe have a parameter I can pass to specify a script to
  Sweatspot (tm)  (17   1 2)
I am posting this EA for forward testing. I am not very good at coding but i think this has some good potential Attach to GBP/USD and EUR/USD Daily charts lets test and suggest some changes the structure is based on Starter EA. This EA gets trend from 15m chart (Like True Scalper) with a 30min CCI...
  Questions about MQL4  (130   1 2 3 4 5 ... 12 13)
Experience has shown that the OrderSelect ( index, SELECT_BY_POS); index operator starts the countdown from zero. I.e., the order that comes first in the order list of the terminal is considered to have a zero index, the next order following it has an index of 1, etc. Is it really so
  Fractal indicator  (34   1 2 3 4)
There is an (Ind- Fractal ) indicator for the metatrader v4.0 platform, the feature of this indicator is different fractal colors per different candles .... seems to have something to do with price .... a friend of my was telling me about it, but he can't remember where he seen it all he remembers
Is there a way to keep experts on when moving through profiles? I have various windows on different screens (profiles) and when I navigate through them using F5 my expert keeps turning off. Thanks, Jon
Dear, I am using dde connection between matlab and mt4.exe. The dde connection is ok, but the value of EURUSD is "0" (zero). I am using : canal=ddeinit('MT4','BID') eurusd=(ddereq(canal,'eurusd')) TKY, Paulo MB
MQ, In this post: "importing tick data to history center" You stated that you would provide an article on how to build .fxt files out of tick data. I guess I'm missing a few things in between. Do you have any other explanation for generating .fxt files out of tick data?? Thanks, Tony