MQL4 and MetaTrader 4 - page 1544

[Deleted]
Hi all Please can someone point me to some code which will allow me to add an up or down arrow to my current trading chart for my EA Ross noranross@tadaust.org.au
Hi guys Im new to this whole thing, but I have relative good programming skills. But I dont know how to debug mql4? Its very shitty, to work with Alert() because it takes very much time and it takes very much time. Do you know a way to debug proper? Thanks in advance for your replies greets simplex
On the website of the Automated Trading Championship 2008,an article Registration Is Over! has been published. This year 2420 persons registered on the Championship website. 770 of them submitted their Expert Advisors. The automated checking of EAs was stopped. The days that are left till the...
Hello, I am trying to include other APIs like OANDA API in MQL4 Code... Is it possible ? I would like to manage 2 accounts at same time with METATRADER. Thank you for your help.
Hi When I save a bunch of charts with same indicator to a profile "Profile A" (ie EURUSD), then create a new group of charts (ie GBPJPY) and save those to a second profile "Profile B"....switching back to Profile A does not bring up my EURUSD charts. Is there any way around this?
I want to open only one long position and one short position at the same time. But I open BUYSTOP, BUYLIMIT, SELLLIMIT, SELLSTOP when I open a long a short. If the price go up and beyong SELLLIMIT, the pending order of SELLLIMIT will be trigger, so there will be two short positions. How can I know...
My code is: // open buy        ticket=OrderSend(Symbol(),OP_BUY,Lots,Ask,3,Bid-StopLoss*Point,0,"BUY",123,0,Green); // open buystop       ticket=OrderSend(Symbol(),OP_BUYSTOP,Lots,Ask+BuyStopLevel*Point,3,Bid+BuyStopLevel*Point-StopLoss*Point,0,"BUYSTOP",456,0,Green); // open buylimit...
[Deleted]
Unfair disqualification Dear Renat, I’m away from home and did not have the chance toreply properly concerning my eviction in your championship. In any games they are rules to follow, that meanboth parties have to follow the exact same rules. In my concern I was followingyour rules as nothing was...
[Deleted]
Can any one know how to load data of a requested symbol on a chart using an EA. For example currently EURUSD is open, how can i load GBPJPY on the same chart using an EA? Any idea please
[Deleted]
Dear My friend, Please help me find problem below EA. error is " '}'-"unbalanced parenthesis". Thanks.
Hello, mql4 source to HTML It is also possible mql4 source(SRC) for my website to use(HTML/JAVA?) like #property indicator_separate_window#property indicator_buffers 2#property indicator_color1 Green#property indicator_color2 Red regards Alex
Hello! Does anyone use Rob Booker 5-13-62 moving average strategy? What are your experiences? Which time frame, indicators you use? Is there any better version of this strategy? Thanks for answers! By
I get a message from Renat about infringement of a rules 2.5 & 2.6., but: I HAVE NO MULTIPLE REGISTRATIONS AND NO ANONYMOUS PROXY If I have anything like this, I am not aware of this. I think a problem occured, because I uploaded my file from work not from home and I work for a company which is...
-
  It's all wrong, friends.  (62   1 2 3 4 5 6 7)
The more I analyse the market, the more I realise that it is all akin to roulette - black or white. My goal, like many others here, was to simulate a signal or a strategy for forming a 100% signal. This is not the right move. There is something we are doing wrong. It feels like we are wandering
[Deleted]
I have noticed that each time the user changes time frames say from H1 to H4 it activates the deinit() function, like the indicator had been removed and reloaded. Is there a way to tell if the user has actually removed the indicator and not just changed time frames, so that objects can be remove?...
I understand that to test different strategies and EA, one has to install different instances of MT4 with different folder names. Is there a way to install one instance of MT4 and have it run different EA on different accounts. If not, will this be possible in future releases or are there other...
I was going to try this, but the PAR indicator uses high, low and close to make it's calculations where the RSI only provides a single value for each bar. Do you think it would still work if I substituted the RSIBuffer in place of where the PAR indicator is looking for high, low and close? Or...
I'm a MQL4 newb, but do have some programming background. I have been trying to make some changes to an existing indicator. The first few changes I made (my first MQL4 effort) worked perfectly, but now I'm trying to add a simple moving average to this indicator, that only has a range from 1-100...
I created my first custom indicator. I took an existing indicator and added some moving averages to it. So not extremely complex. My indicator displays in a subwindow below the chart. If my indicator is displayed and I draw fibo retracements, trendlines, etc. on the chart window, then switch...
Hello, I tried searching for the answers here but couldn't find anything specific enough to help. I am trying to test my EA and when I run it on the 1M setting the results come back...well nothing comes back...all blank. Was also wondering how to optimize the EA...I noticed when I go to inputs tab...
Hi everybody This is my indicator // double moving_average_14 = iMA(NULL, PERIOD_M5, 14, 0, MODE_SMA, PRICE_CLOSE, shift + 0); As you can see his period is 5mn! Now I'd like to put it in a 1mn graph and so I can see my Moving_average_1mn and Moving_average_5mn in the same chart. But I don't know how...
How transfer OrderProfit() to profit in pips ? OrderProfit() /OrderLots () /???? = ????? profit in pips ?
[Deleted]
Hello, The guide provided to start a test launcher include few parameters setting which can be set in an .ini file e.g TestExpert=Moving Average TestExpertParameters=ma0.set TestSymbol=EURUSD TestPeriod=H1 TestModel=2 TestOptimization=false TestDateEnable=true TestFromDate=1970.01.01
Hi Phy Did you try FX Chaos Scalp EA? I have a problem : I downloaded FX-Chaos scalp EA and the other indicators (i.e zzf, FX-AO,ZIGZAG-FRACTALS). I compiled them w/o errors and I let run FX Chaos Scalp on EUR/USD 1 Hour timeframe . It did not enter 1 order :-( What's I did wrong ? Thanks Fabio
Dear Moderators,Since I have been unfairly disqualified and there is nothing I can say to convince you of my good faith.I respectfully request that you still run my EA on your server during the championship without including me for the price money.I have worked very hard on this EA and I would...
[Deleted]
Hi Does anyone here ever get a very different backtest result with 2 different data source . I m testing a EA by using the 06-08 data from Alpari and Metaquotes respectivitely, the total profit could be 50% different over 2 years testing period.. And both of the modelling quality is about 90%. Just...
Are these rules 2.5 & 2.6. How did my EA Nzimaland infringe these rules? Can the moderator explain to me? The Participant can be registered only once within the Championship. Registration of your friends or relatives instead of you will result in your disqualification. If any registered persons...
Is every broker's server time GMT? Or it is only their local time?
[Deleted]
Trying to understand the Momentum Pinball oscillator more - it's a 3 period RSI on a one period rate of change. What would this look like expressed as plain math? Wilder's RSI is this: RSI = 100 – [100/1 +RS] RS = Average of n periods closes up/Average of n periods closes down. Would Momentum...
what is error 134? is it context busy?