General - page 716

Hi, everyone!         I need to use this functionon mt5 to convert a simple indicator code.         As i could see, there is no function with similary code in the mt5 basecode.         Any of you have an ideia, how can i reply this to work the same way?         Regards!
Hi, I have come across a problem when trying to open trade right away after closing a trade. However, i can see in logs telling trade did open but actual trade is not open. Here is my code for the condition; // Close Trade when market is not moving upward from its current candle start and...
//+==================================================================================================+//|                                                                          NN Indicator EURUSD.mq5 |//|                                                               Copyright 2018, C. K....
Does anyone know what the % relates to in the developer profile summary when you view job applicants? Hovering mouse pops up a label that says "personal". What does this mean??
I was sold an EA that always recommends selling and does that everyday at the same time. Like a compass that always points in only 1 direction, it is useless. I've contacted the author and she said she would help and that she has not abandoned the project but she does nothing and it is already
  hide source code  (5)
good evening everyone, I created an expert advisor, is there a way to distribute my expert advisor but hiding the source code in a way that can not be read and edited?
  PiNNacle - a Neural Network EA  (27   1 2 3)
This is a three-layer forward feeding NN EA. Attach it to any chart, I recommend the 15 min of your favorite currency pair. It works on every tick of data. It works on one timeframe of data, the chart you attach it to. If you use it on more than one chart at a time please change the MagicNumber to...
How do I motivate the Strategy-Tester again to debug my program? While I was debugging the Editor suddenly wasn't re-acting any more (everything was greyed) and I closed the debug-window, the editor and the terminal - after the restart of the terminal and the editor the EA compiles without any...
  Looking for an Auto EA  (34   1 2 3 4)
Hello, I have this little indicator that puts arrows on the chart for when to buy and sell. Just wondering if someone can create or tell me how to setup an EA to make the trade automatically when the arrows arrives. Please Thanks
  EA for gold  (26   1 2 3)
M1 timeframe. Gold.
  Exotic Pairs  (5)
Fellow traders, Please can you advise the best forums for learning the upcoming direction of the exotic currency pairs. I am a volatility enthusiast and am seeking a good  information source where the prospects and investor sentiment of the exotics is documented. Best regards, Kenneth 
Hi everyone. I got an indicator that I will attach to the post. The problem is when I add it to my originnal chart I get a few arrows showing entry and exit signals, but when I start backtesting it, more arrows show up when I compare it to my original chart. In short words, more arrows in my...
  Maximum drawdown  (6)
Dear All, I have a question regarding the MAXIMUM DRAWDOWN. It is possible to give the expert advisor an order not to open any more positions when he reaches a certain drawdown value ? If so,how? Thanks for help.
dear all, hope everyone is fine, is anyway that i may code such that two indicators CCI and MACD are overlapping in the same window automatically? thanks for help Aman
  Just a statistic  (62   1 2 3 4 5 6 7)
The data was taken from the signals service at the moment. The stats are only for those signals, which are visible in the window. ZS: added link to the statistics file
Hi all, I placed a job but I decided to close it as he has no response +no delivery for long time. I applied for arbitration +close job already but the money did not return. Do I need to wait for developer's agreement? What if he would not agree +no job deliver, will my money get frozen forever?...
  EA and UK Tax  (6)
I was wondering if anybody could advise on the UK tax law and running EA. I'm self-employed freelancer programmer (web / mobile) , but I want to have an external / passive income source, in form of a EA. (which I purchased from the market) I'm originaly from central europian country, but I reside in
I am not a programmer but I'm trying to build a simple indicator that tells me the difference between 2 products. I have entered coding as shown below & compiled without errors. Unfortunately the output doesn't appear on a chart. Can someone provide a tip.  //--- Seek prices for XBRUSD and...
FrameAdd is not working for genetic optimizations in the last build (2085). To reproduce you can optimize the unique variable available here: //+------------------------------------------------------------------+#property tester_no_cacheinput double...
Hello, Official Development Team of MQL5, I want to report a bug in the tester window. When I draw arrows above every candle on the chart (not an indicator buffer) just I created an EA that draws arrows, some arrows are drawn while  others not, and this happens randomly. And I would like to know How...
Hi This mql5 code needs to sort the pairs from the market watch and write the sorted list in a file or array. I just need help with the sorting please. am not sure how to sort the values, please give a hand. Sort the long pairs decending by their swapL values, then sort the short pairs by their...
There are limitations in mt5, if the product of the iterations numbers of the parameters for optimization is bigger than 100 million or so, it will only run a genetic algorithm, regardless if a full optimization was selected. Seems to be an internal bug, makes owning your own fancy expensive server...
  create panel with mql5  (12   1 2)
I am newbie to mql5. I would like to know how to create a panel like image below with mql5. Thanks in advance
Hi all I need using strategy tester for back test results I have collected in excel file. Is there a way reading excel file ? How can I do that?
Hi Everyone, I seem to have some issue with regards to setting up the separate accounts in MT4 terminal with each account having its own VPS and each VPS hosting 1 signal. The problem is when I set up, it tells me that signal is successfully set up and migrated. Then if I exit the client, open it...
void OnStart()   {    int symbol_0='0';    int symbol_9=symbol_0+9;    printf("In a decimal form: symbol_0 = %d,  symbol_9 = %d",symbol_0,symbol_9);    printf("In a hexadecimal form: symbol_0 = 0x%x,  symbol_9 = 0x%x",symbol_0,symbol_9);   } 2019.07.24 22:56:27.205 P78-Character Constants...
Good morning. I have the following problem. By testing my EA, I saw a long period of time during which EA do not perform any deals at market. I tried to investigate if problem could be in general setup parameters such as every tick or every tick based on real tick, but issue was always the same....
Hi, I am using an EA which has the following function: Managing my trades, putting automatic buy/sell stops, etc.. This EA is using a custom sell and buy button to manually execute the trades. Will anything i do on my personal computers terminal automaticly be transferd to the virtual hosting...
Hello everybody,  Does someone know  how I can retrieve my custom indicators and template charts on the MT4 Platform when connecting from a different device? I had them saved on my original device, wouldnt I be able to load them only connecting to my user?
I have downloaded MQL 4 and am trying to run it in demo mode with <Deleted> Lite.  When I go to the <Deleted> Lite download page and click on "Download," I then get a box asking me if I've downloaded Meta Trader 4.  I click "Yes," and then I get an error message telling me I need to download other...