General - page 827

Hi all! I am developing a trend system that opens a position depending on the signal it receives. It turns out that I am trying to incorporate an indicator that works as exit indicator (that is, when the signal is given, the trend is supposed to be over, so the position should closed), but it turns...
Hi all! I'm trying to do an EA that can recalculate target values when its re-initialized when the VPS restarts or when I reload the EA for any reason. The thing is that I am setting my stoploss at 1.5 * ATR value and want to take half of the profit at 1*ATR and also start trailing from this point,...
  signal settings  (11   1 2)
hi, does that mean that my signal subscription and my virtual server are currently active ?
Hello everyone. I started using forex robots i recently bought one but even tho i have set lot size for 0.01 the EA is increasing lot size by itself and i dont want that. Is there anything what i can do about it ? thank you
Hi everyone it's a bit of time that it doesn't work anymore on the mql5 site, the ordering of the new experts, they are all mixed and they are not in order of date. seccede also to you?
Hi my name is Isaac from South Africa, I need your help regarding an EA, simple not complicated, an EA that uses Bollinger Bands with Sell Stop and Buy Stop, not fixed lot Size, Pip step Stop loss The rest of the information we will discuss privately, I will share the EA and hope it works  Can...
How to make an EA in mq5 to trade only one hour before high impact news, and one hour after?
Hello Can someone help me about this indicator or template ? Where can I download it ? Regards                    
  Help with a csv export  (33   1 2 3 4)
hi guys i have this file i have been messing with called agdata. it exports metatrader data into a csv file (intraday data in "end of day" data format). i finally got it so close but the only problem is when i export the csv file it looks great in excel but in notepad it is missing something. i
Brokers like FXCM offer their MT4 for free. What are these MT4 different from normal MT4 other than pre-set trading servers and logos? Mql5 is regulating broker-offered mt4? If you know something concrete,please share
  Reading from TXT file  (16   1 2)
Dear  I need to create a structure named "table" to hold the data from the txt file (attached). How can I do that? I tried this script below but did not work.   //+------------------------------------------------------------------+//|                                                      Stategy.mq5...
Hi I tried to write an indicator to show two CCI graph on the same window It works but values are different from single CCI indicators with the same period. I attached the code. It is very simple but numbers that displays are wrong. Appreciate your help....
Can somebody tell me how much reliable is the order filling simulation in MetaTrader 5, on demo accounts?
  Time Zone  (1)
Hi: Does anybody know if in MT5 is possible to add a Clock with my Local Time Zone
hey guys, i have a slippage of 1.66 × 412 with my current brooker and my signal provider brooker is this a problem for begining signal copy
Hi, Can anybody recommend a good BB indercator that alerts for a heavy / big close outside a BB - and that does not repaint. Thanks Freddie
Hi, I'm using this LSMA indicator on MT4 but I'd like it to calculate using the price high of each bar. I'm not sure which price it's currently using but its not the high. I can't figure out the relevant variable to change in the code below. linreg_function is the section of of the main body...
Will my trades copy to clients if my pairs names are different like EURUSDi ? Do you have experience about this ? Thank you
Hello to everyone !I want to pass multiple values (2 or more) from this array: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - string CheckSMMA_5M(){double SMMA_Array_5M[];int SMMA_M5_Def = iMA (_Symbol,PERIOD_M5,50,0,MODE_SMMA...
Hey guys, I know, it's pretty embarrassing but I can't solve this on my own. Can someone please tell me how to modify this formula, so that the result is b = .......... This is the formula: f = (a*b*c+b*d)*e/a As mentioned above, I need b. Thank you!!
while(true) {  RefreshRates();  ticket=OrderSend(...);  if(ticket>0)                         // this can be true only if ordersend is successful?  {   Print("order placed successfully"); // a message is printed then   break;                              // and loop breaks...
I am looking for a non repainting supertrend MT5 if you have them please share 
Hello, I am new to MT4/5 and know next to nothing about scripts, for my strategy I require a trailing stop and would like one automatically entered each time I open a position, I'm thinking usually there is something I need to copy and paste somewhere, can anyone help this n00b? Thank you
Hi everyone, i must say that i'm not a coder, so this is one of my first attemp to make my own indicator, its based on rules wrote in other language but i wanted in mql4. I attached the mql4 file if anyone could answer me whats wrong. For an unknown reason the code works fine till i try to calculate...
For one week on my computer using windows 10 site display is not good. I tried mozilla, google chrome, internet explorer same thing. On other computer using window7 works well SEE ATTACHMENT FILE!
[Deleted]
  wrong last name  (2)
please who can help... there s a mistake in my last name... how can i correct? thanks 
Hey guys, I'm new to trading and I'm still in the process of figuring out how MT4 & MQL4 work. I've wrote a little EA that, if tested on one pair, executes as intended but if I use the same EA across 2 or more pairs, the S/L and T/P get messed up big time. For example, if two sell orders happen back...
With property strict extern string MyPair = "eurusd";string xyz = StringToUpper(MyPair); // gives warning: implicit conversion from 'number' to 'string' But in some function body... void DoBreakEven(int BP, int BE){StringToUpper(MyPair); // no warning// ...} and string SetCase(){...
Anybody know why my EA performs well in strategy test but when I take it to live Demo account it performs poorly. This has happened twice and I am at wits end in trying to figure out whether running Eas on strategy tester is even worth the trouble because the results are so different when testing in...