Hi, I am a newbie here. I need help to change the current Fibonacci retracement level setting from (0, 23.6, 38.2, 50, 61.8, 100) to (0, 0.25, 0.382, 0.5, 0.618, 0.75, 1). Or is there a custom indicator whereby you guys can share. Really appreciate if you can teach me. Thnks warmest rgds Koon
What am I doing wrong? Here is the function: extern int slipage = 1;extern double lots = 1.0;extern double takeProfit = 15.0;extern double stopLoss = 30.0;#define RMRHR2_MAGIC 80518 void DoLong() { RefreshRates(); double stopValue; double takeValue; if(0 < stopLoss)...
[Deleted]
Hi to all on the Forum. I am new to the Forum and would like to know whether the coding is available in the public domain for the EA "shell" to open and close close trades. If so can you please point me to this. Kelvin
New article Comparative Analysis of 30 Indicators and Oscillators is published: The article describes an Expert Advisor that allows conducting thecomparative analysis of 30 indicators and oscillators aiming at theformation of an effective package of indexes for trading. Author: Александр
[Deleted]
"Hello everybody, It is probably me, but why do I get the message in my Platform Journal..... " Trading by Experts is Prohibited", after I have successfully enabled and attached the Forex Autopilt thingy to my trades and charts. I have my pracrtice account with Apex FX trading, but do they actually...
[Deleted]
Can MetaTrader allow stop and reverse orders that can fire off many times on the SAME 1 minute bar ? i.e. either when filled and not filled? ie. on each tick or 'almost tick' some criteria is tested and then any unfilled order and stops are altered or cancelled and replaced - OR any fill orders...
[Deleted]
Hi. I was wondering if anyone has seen (has written/would write) an indicator that added a horizontal 'tail' to a confirmed fractal ? A tail that ended ONLY at the point that the fractal was overtaken by price. like the mock up above... I think this would be very useful, not just for fractal-break
[Deleted]
if somebody with programming experience could make an ea that closes 50% of all open position when the sum of all open positions reaches a certain profit that would be great! please email me if you can or have questions kobe0ne@hotmail.com
[Deleted]
Hello, I have a problem about writing my Money Management. This must work like this : If I have a BUY signal, I open with 1 lot. The first time I have a profit (variable Profit), I want modify the order with a StopLoss equal to open price, and put a new TakeProfit (current price + Decrement_TP) and...
Dear All, I want to make a new window without any bar chart or line chart and without any indicator in it, because I want to put text base object makrket information in that blank window. how to define the blank window ? thank for the helping to solve the problem. rgds bob
[Deleted]
I would like to create an indicator that is placed behind everything else in the chart. The reason why is that it will basically take up the whole chart, so if it was in front, nothing else would be visable! It is a type of support and resistance indicator. It is a gradiant, meaning it changes...
[Deleted]
Recently I found out that Doug Schaff, the developer of the Schaff Trend Cycle, has disclosed its original code. The logic was not the same as the one intorduced in the indicator of the MQL4 library. I tried to modify the MT4 code but it was rather difficult for me. Could anyone kindly modify the...
if(prevMainLine<prevSignalLine && mainLine>signalLine) Alert("Ñèãíàë íà ïîêóïêó. Âğåìÿ: ",TimeToStr(Time[a])); if(prevMainLine>prevSignalLine && mainLine<signalLine) Alert("Ñèãíàë íà ïğîäàæó. Âğåìÿ: ",TimeToStr(Time[a])); Please translate english ?
[Deleted]
Hi. Can I ask if there is a way to visualize in my chart windows (m1, m5, m15, m30, h1) an amount of bars filling 3 or 4 years without slow down the pc more than the necessary? I usually set the number of visible bars in the Options menu. I change Maximum bars and Number of bars to 500000. It...
[Deleted]
Hi senior fellows, from my experience with manual trading,i discovered that there is always a constant disconnection on brokers servers during trading sessions and i always have to re-login, now i want to use an EA that has take profit,stop loss,and trailing stop, what happens when there is a...
[Deleted]
I have been struggling to try to write EA's that do not seem to work. Is there any one who lives in the Olympia, Tacoma, Seattle area that would be willing to meet with me and go over a simple 2 indicator EA that I am trying to make work? I would be willing to take any day of the week off and meet...
[Deleted]
Hello, As a new trader (beginner) i analysed ALL the technical indicators, available on your site. For me, 2 of them looks very nice to trade sharply both long/short. But i hope these indicators are not "selfcorrecting" and that they keep there plots when the quotes are continuing... These...
[Deleted]
How much space is required to run Mt4 I have been running it now for 2 weeks and I havce found that it now take up massive disck space?? 6.32GB! Thanks chewing into my disk space a hell of a lot is that corrrect or are there settings that need to be adjusted? Can I run MT4 off an external hard...
[Deleted]
The following USD/GBP order has been rejected for having an incorrect s/l or t/p. What is wrong with it? Pending buy: 1.9772; s/l: 1.9772; t/p: 1.9852
[Deleted]
Sorry for asking such basic questions but I'm new to this market and I need all the info I can get. So what are the differences in terms of data and how they are served? Don't both servers serve the same ticks? Thanks
I attach a Heiken Ashi EA, but it is not quite doing what I want it to do. Exactly on the bar where the color changes to white - bullish, it should enter a long trade with no stop loss. It must keep the trade open until the exact bar that the color changes to red. At exactly this color change it...
[Deleted]
Hello, where can I find the Donchian Indikator for the MT4 Software and how has to installation to be done? thank you for your help nala
[Deleted]
Hello, how can I transfer all my chartsettings in MT4 from one PC to another PC? because I bought a new PC and now it would be great to find a easy practicable scheme thanks in advance for your support
[Deleted]
Forex signals. Trading signals - is a set of rules written in a special language Trading Language (eg Mql4), which formed the team and a warrant for opening and closing of positions. The signals are an important part of trading strategies
[Deleted]
Hi, I made an EA whose decisional structure can succeed managing several symbols (pairs). But it seems no allowed to open position with pairs different from that of the current chart (Symbol()). If my line is, e.g.: OrderSend("EURUSD", OP_BUY, 0.1, ask, 3, bid-15*point, bid+15*point, NULL, 9999, 0,...
[Deleted]
Could someone please tell me why the below listed code will not change the stoploss to = my Entry price when breakeven pips are reached? if(Bid-OrderOpenPrice()==Point*BreakEven) { OrderSelect(BuyTicket,SELECT_BY_TICKET); OrderModify(BuyTicket,OrderOpenPrice()...
Its been a few weeks now since I´ve been testing my EA, and the result are very promising (they have to be, I´ve been using this trading techinque successfully for some time now.) but, as any experienced trader knows, no EA can be run 24/5, and every EA has its own personality, but in general terms
[Deleted]
Hi everyone, I am running into some issues using the iStochastic function as well as the iCustom function and am hoping you can help me. With either function, the values that I get do not match those that I see on the chart for either the stochastic indicator or my own indicator that I am calling...
[Deleted]
Hi, Does anyone know the code for the copyright ... ex. copyright 2008. EA. owner ??? Any help is appreciated
[Deleted]
Hi, Is it possible to use an off-line symbol on tester? When I open the symbol combo box the off-line symbol isn´t there: Only these? Thanks
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.