MQL4 and MetaTrader 4 - page 1498

[Deleted]
  Urgently Wanted  (6)
i am looking for someone to manage and trade funds (starting with a small but regular amount i will supply), looking to make small, 'any profit', gains using MQL4 and FX|Clearing. After a period of proving the concept, i would like to then perhaps establish a small investment fund whereby investment...
[Deleted]
Hi I've had a look at the use of iCustom on EAs and looks like they should work okay, but the numbers i receive back are nothing like i see whe charting the EA for my own CI.  So, I tried this   // only enter on the 1st tick of the bar    if (!is5MinBar())       return(false);       double...
[Deleted]
How to make a robot look for contraction/expansion in the bands. How would one define a BB band contract?
I have a few Buy orders and Sell orders What I want do is : - Exit all the trades " Basket" at 5 pips more than the breakeven price of the open trades " including the swap" What I am trying to do in the first for loop is find the value of opentrades + swap and convert it to pips, and this is the...
[Deleted]
Hello Developers, I am new to MQ4. I downloaded many EAs and try to run on MetaTrader4 Strategy Tester. None of them works. - Report generated but all the data is shown as 0.0 What do I need to do to make it work on Strategy Tester? I am especially interested in the e-Regr EA and try to make it...
[Deleted]
  frozen  (3)
Been using demo account each week with help while doing the course. all of a sudden on the 6th of mar everything is frozn and trading stopped, when I try it says market closed, no more real time movement on the charts can anyone help?
[Deleted]
  EoM.mq4  (1)
Can anybody help me with my code? On the last candel he draws the up-infinity line and I don't know how to fix it. Code: #property indicator_separate_window //#property indicator_minimum 50 //#property indicator_maximum 50 #property indicator_buffers 1 double Buffer1[];...
Hello! Everyone! 2009.01.02 15:15; 2009.01.05 05:30; 2009.01.05 14:41; 2009.01.06 08:01; 2009.01.07 22:48; 2009.01.27 15:00; 2009.01.28 18:18; 2009.01.28 22:45; 2009.02.04 03:52; 2009.02.23 18:15; 2009.02.25 07:00; 2009.02.25 14:30; 2009.02.25 18:13; As you see,I have saved the time list as .csv,...
Hello can anyone provide me or send me or talk 2 me about A reverse EA that opens reverse positions to the current positions Without Closing them and it has to be having A t/p,s/l, Lot size, and max trades options thanks in advance i have a script that do reverse positions but it close them and i...
Can anyone help me find the error in the following script? I keep getting a "\end of program-unbalanced left parentheses" error . PlaceBuyOrder() and PlaceSellOrder() are functions I defined and which compile ok. Would appreciate anyone's help. This is my first attempt at writing a MQL4 program...
Hi!! I expect the title match my question...sometimes english is a little hard for me. The question is that I have a custom indi, my first cusotm indi. The indi is showed in a separated window and is showed for all bars in charts. Sometimes I have a large amount of bars in charts and the terminal...
  Regression Analysis  (133   1 2 3 4 5 ... 13 14)
New polynomial tools were developed: - PolyFitMA (attached). - PolyFitBands (attached); template. PolyFitBands_v1.1 (updated version with new options: shift in bars and alert when price crosses Upper or Lower bands). - ang_PR (Din)-v2+SQStdN: this post. - PolyVelocity indicator: this post. -...
[Deleted]
This info would help calculate the value of a pip as follows: For a standard account, 1 standard lot = 100,000 trade size and pip value is .0001 X 100,000 = 10 US Dollar. For a mini account, 1 mini lot = 10,000 trade size and pip value is .0001 X 10,000 = 1 US Dollar. For a micro account, 1...
[Deleted]
Hi There are a couple of indicators that I would like to put on my charts. I downloaded one and it took me to Meta Editor. From there I could not figure out how I can put it on my charts. It seems to me that the Meta Editor is about changing the script? So my question is; How do I get the code...
[Deleted]
  Help on EA  (4)
I have a script that opens up a trade in the opposite direction (EURUSD 15M), but it can't seem to detect when the price is falling or rising. Here is piece of code, is there a better way to do this? Thanks. close <= OrderOpenPrice() - 0.0060
Need help with code . Seems like I have got the wrong parameters ;<( double FracUp_2 = iCustom(0,PERIOD_H4,"NewFracs",MODE_UPPER,2); if(FracUp_2 !=0) ..........( This works with the Bill Williams Fractal Indicator . ifractals(0,PERIOD_H4,MODE_UPPER,2) Indicator below...
[Deleted]
Hi there, I have been assigned to do an Indicator with MQL4 and my knowledge on the whole thing is close to zero. This is what i need to do Take a previous "working" day's stop loss, make it the current days' opening. After a 10 day period, take an average of all the 9 day stop loss's and create a...
greeting, the Label have charater limit of 60 charaters. any way to extend it ? i would like to display a commentary on the indicator section. Please advise, thanks.
[Deleted]
Has anyone been able to set up smtp settings and use yahoo mail for Sendmail function in mql4? I read in old forum that yahoo won't allow pop mail any longer? I am using comcast high speed internet....anyone know how to set this up? thank you......Dan
I just started learning MQL4 last year, I wish writing something like; double floatingbalance; double lotsize floatingbalance=double AccountEquity() lotsize=floatingbalance*0.001 I hope this makes sense:) The above is to calculate the lot size using the account information function Please can...
[Deleted]
Hi, I was wondering if we can use the operators && and || in the same expression. Do we have to put them between parentesis to avoid conflict. For example : if(a == 1 && (b== 1 || c == 1)) Is that correct and allowed ?? Thanks
Hello all ! how to get previous day close on mql4 ? thanks.
Hello can anyone provide me or send me or talk 2 me about A reverse EA that opens reverse positions to the current positions Without Closing them and it has to be having A t/p,s/l, Lot size, and max trades options thanks in advance i have a script that do reverse positions but it close them...
[Deleted]
Maybe this is a stupid question to ask...but I ahve have spent a night trying to solve this questions!!I really hope that some one can help! I have prepared a csv file with daily open high low close volumn, and my problem is, I cannot find it by clicking "file"--->"openoffline", could anyone tell me...
i create a custom function but i dont know how to get the value from it and compare them in if statementdouble checkbar(){popen = iOpen(Symbol(),0,1);pclose = iClose(Symbol(),0,1);phigh = iHigh(Symbol(),0,1);plow = iLow(Symbol(),0,1);int bar1;if (popen > pclose)bar1 = 1;if (popen < pclose)bar1 =...
Hi All, I know this has been asked and answered here before, but I'll be darned if I can find it! I am looking for the algorithm for position sizing for a given stop loss when the account balance is different to the base currency of the trading pair e.g. AccountCurrency: AUD AccountSize: 1000...
Hi, I have an EA and I have to get info from 3 different Indicators. Each Indicator has 2 Buffers, labeled 0 and 1: Indicator1, Buffer 0 & 1 Indicator2, Buffer 0 & 1 Indicator3, Buffer 0 & 1 Each Indicator works separately correctly. But, as I get the info from the EA from every Indicator it only...
[Deleted]
Hello, Do you know any MT4 broker who would also be offering currency options trading (e.g. $XSF - Swiss Franc, $XAD - Australian Dollar etc.) Where can I find some basic information on currency options trading ? thanks draho
[Deleted]
Hi EVERYBODY !!! Anyone in MQL4 Community Trading FX Options (PHLX & ISE) and / or Options on the Currency Futures and / or Currency ETFs ???!!! Any "GOLD Future Options" and / or "GOLD ETFs Options" Traders out there, as well ????!!!! Yours in BonCho...