General - page 778

Hi All ! What are push notifications are what they are used for ? Thanks
How can i Close all open orders when Profit/loss of all open orders reach the amount of i want, for example 500 profit and 300 loss. If any of this triggers, i want to close all open orders.
  MT5 Demo NZDJPY  (6)
My EA runs perfectly on AUDJPY but not running on NZDJPY Narrow down to the issue and found out that the min lot size for NZDJPY is actually 0.1 where AUDJPY is 0.01 Is there an issue
When i run the strategy tester,a position is opened but the the P/L remains at value 0. When the price reaches the SL or TP neither one of them is triggered. Can anyone please help on how to resolve this. It used to work just fine but hasn't been working in the last couple of months. Would really...
Hello! Can anyone help me have this code that works perfectly in mt4. It alerts you when a trade is closed. The code is very simple. I would like to transcribe this code to MT5. I've tried here but I'm a layman on the subject! #property indicator_chart_windowint...
what is the buffer number for indicators like StdDev? I am not able to CopyBuffer of this indicator. Can anybody explain?
5 build 2093 3 july 2019
Hello, I am about to sign up to the VPS Hosting service. As part of the terms, i read you can only trade with ONE Account. Unfortunately I have to trade with my Demo account first to see how it goes before using my live account. In view of this, does the rule of ONE Account ONLY still holds if I am...
Hello all, I need to store variable values into an array i tried :    double AverageRSI=(MaxRSI+MinRSI)/2;      //--- Copy Average values to buffer   ArrayFill(average_rsi_buffer,0,2,AverageRSI); But it doesn't work Can anyone help me ?
Hi, I am trying to write code for back testing manually - just seeing where the SL/TP sits on the chart if trade is entered. Copied a bit of code from the help file, which works fine except for not being able to change line color on graph. Help would be appreciated....
  Signal  (9)
Would anyone please advise how to hide the open order of the signal page, i.e., only signal subscribers can see the open order?
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...