MQL4 and MetaTrader 4 - page 1591

[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...
  RU translete  (1)
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]
  MT4 Disk Space  (4)
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
  Heiken Ashi EA  (1)
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
[Deleted]
i wrote a function void bb(char* test[3]) { test[0] = "name1"; test[1]= "name2"; test[2]="name3"; } use win console function to call bb, int main() { char* abc[3]; bb(abc); cout<<abc[0]<<"\n"; cout<<abc[1]<<"\n"; cout<<abc[2]<<"\n"; } that works fine. i export the function bb from dll and i call...
[Deleted]
Hi, I´m trying to write a simple EA that put a buy order at the beginning of the bar and sell at the end of the bar. I´m trying to develop these with a daily chart but I intent that it work’s on every timeframe. The first part of the problem is easy because we can use the expression:...
Which are the most inportant indicators for short therm trading? If I use M1, M5, M15, M30. And which are the most important indicators at all
New article Expert Advisors Based on Popular Trading Systems and Alchemy of Trading Robot Optimization is published: This article dwells on implementationalgorithm of simplest trading systems. The article will be useful forbeginning traders and EA writers....
[Deleted]
Have any of you experienced unexplained immediate closures of positions just opened? There's sufficient equity and there's nothing in the code I can discern which should cause an immediate closure. My EA has been running fine up until last night when it opened a position at the specified time as it...
[Deleted]
Hello, How come that the time on the bars in the chart (last bar) is not the actual time as my PC-clock indicates, but with a delay from +/- 2 h !!?? I trade (long/short) on M5, M15, M30 and H1 I work from Belgium (Europe) Do i have to set my (time)setting otherwise ?? Please respond, need to solve...
  Signal Transmitter/Receiver!  (117   1 2 3 4 5 ... 11 12)
Hi all, Hereby a tool to send/receive text messages between MT4 instances! It includes 2 sample MQL files, 1 DLL file and its source code (using Visual Studio 2005, C++) 1. Put both MQL files in expert subfolder 2. Put DLL file in expert/libraries 3. Don't forget to enable DLL function in MT4...
1-How do to apprehend tredn (UP or Down) ?
[Deleted]
Is somone can help me to set the autotrader robot to buy when 200 MA exponential and 60 MA simple Cross. I need the screen to show all option for - stop loss,buy price, sale price Thanks. Moshe.
[Deleted]
  Modify an Order  (1)
hi guys. am new to programming and have been playing around with MQL4. i seem to be hitting a wall with the code. am trying to have an order modified when condition "A" happens. however it does not to work. below is how my code would look like. double stopLoss; if(a>b) for(int...