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...
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]
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...
[Deleted]
Sorry I am new to this. Thanks
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...
Good evening! A problem has arisen. I need to close a position. By the signal of the indicator. In addition, I need to be able to close the position by Stop Loss or Take Profit. (Just in case the indicator signal is too late. - This often happens): if ( ... ... ... ) { ticket = OrderSend ( Symbol ()
[Deleted]
Help!
Hi, Im writing an EA, and I cant optimize on SL or TP like I can on some others. Anyone know the reason for this? Thanks for your help. Micky
[Deleted]
I have one indicator. There are three variables, which are important for drawing a line on a chart on every bar. I wrote an EA, which calls indicator with iCustom function: iCustom(NULL, 0, "Name of indicator",parameter1, parameter2,...,0,0) iCustom(NULL, 0, "Name of indicator",parameter1,...
[Deleted]
I have a number of EAs that run on an account, but when backtesting, there are no results. What is the coding they use to make this happen? If there is a code, or is there something else that could be making this happen. Thanks Guys, Much Appreciated.
[Deleted]
Hi all, I've been searching the code-base for an indicator that will plot the volume for each bar divided by the bar range (H-L), in a line, like a volume per pip indicator. I've tried some of the volume indicators on the code-base but non of them seem to do this for me, if anyone knows that can
[Deleted]
I'm a new for MT4 normally fibo expansion should run to 2.618 and 423.6 can some one reset this
i have wrote an EA but it has problems can some one help me correct it it must buy on a cross ema1 and ema2 and if any trades is open close them then send me an email this is the code i have
Hi all! I would like to ask a question about the data range used to optimise EAs . I.e. on which timeframes which ranges to choose. For example, for H1, is it enough to optimise an EA on one month, three months, or one year of data? I would like to see these values for different timeframes and at
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.