General - page 824

[Deleted]
Hi Everyone, I'll appreciate if anyone can here.  I have spend amount of time in internet trying to find a "Script to Close Multiply Open Orders - Close All " but without success. I've tried many scripts and instruction provided in internet but none have being successful. I thought to seek help here...
hi , Can I run expert advisor  at the expense of demo ? Thanks .
Hi, Is there a way to create multidimensional array of buffers in MQL4. This topic has been discussed in various threads, but I couldn't find a direct way to define an array like: double buffers[3][]; SetIndexBuffer(0,buffers[0]); The closest I could find was using OOPS concepts https://www.mql5...
  Auto take/stop?  (5)
any indicator that puts auto stop and auto take? I am scalp, I would very much like an indicator that would do this. I operate on the mt5 platform
Hi I am trying to run my MetaTrader setup on VMware since I mainly use Linux every day. Everything was great this morning and not that everything is still running fine through VPN but on my client, it deleted all of my licences for my EA´s... Has anyone had this problem and is there a solution. I...
Dear Sir, I have purchased the signal (see below journal) but it is not working. Error " 7961897': Signal - subscription not found". Please investigate urgently. Tks. 2018.11.13 03:29:22.808 '7961897': Signal - subscription not found 2018.11.13 03:29:21.999 '7961897'
Hi, this is my first indicator and I'm struggling to resolve an error. Any help is really appreciated to get me started. I get the last 100 Bars on USDCAD and the last 100 Bars on EURUSD and I am tryting to find the ratio by dividing the USDCAD timeseries by the EURUSD timeseries. However, for some...
Hi I did not see any stars when doing a feed back to my developer using my phone but after that come to know it were 3 stars while I want to give him 5 stars.Kindly let me know how to change the feedback stars from 3 to 5? Your help will be much appreciated. Thanks Imran
Maybe after a update on Win10 I'm an not sure. But I can run MQL5 versions no problem, But cannot run my brokers version I keep getting a spinning gear and nothing after. I tried a complete uninstall and still the same thing>>>>Any help or direction please..
I have created seller account few weeks back. can you please review it and approve it thank you
#property indicator_separate_window#property indicator_plots 1#property indicator_buffers 1#property indicator_color1 clrLime#property indicator_type1 DRAW_LINE#property indicator_style1 STYLE_SOLID#property indicator_width1  1#import "NNTrainDLL_EURUSD.dll"   int initializeTrainedNN(string...
My ea was working perfectly until the 2nd of November(working for almost a year without an issue). Since then randomly I'm getting Array Out of Range.  So I have changed the code to this: MqlRates PriceInformation[];      int Data = CopyRates(Symbol(),Period(),0,10,PriceInformation);   if(Data<=0)...
Every so often (more than once week) all my MT4 settings get deleted and I have to start from scratch. Its pc related, as it happens with different brokers. Is there a way to do a backup so I can reload everything? I have Win10 os.
Hi everybody, Is it possible to create/design a virtual server that only provides historical data for my custom symbols but not any real trades? Thanks.
  Programmers  (68   1 2 3 4 5 6 7)
Hello all! Once again I find myself with a seemingly reliable contractor, but, once again, the next contractor is out of touch and misses all conceivable deadlines. Previously, when there was a rating of top programmers, it was easy to find a normal artist, but now everything has become much harder
Hello, does anyone have a problem with vizualsation on MT5 Backtest? and there is no difference, if the vizualisation in on or not. let me explain,  i've tested an simple function for inside Bars bool InsideBarShort(const string sym,const ENUM_TIMEFRAMES tf,const int shift)  {   bool...
On this example below Line 1 receives a signal to sell and checks for any open short positions Line 2 defines the Vol, Price, SL, TP if (signal =="sell" && PositionsTotal()<1) trade.Sell(1.0,NULL,Bid,0,(Bid-200 * _Point),NULL); My question is : Can I pass as Argument here that TP is a condition not
Goodevening! Please tell me the name of this theoretical part by analogy with theexisting procedure. Part of the procedure "Theoretical part of theprocedure functions on elevation": Given: nand n+1 candles are positive. With thedata should be: 1-way withchanging candles:    -The algorithm changes...
Should your trading platform remain open all the time if you copy a signal provider?
Hello, need to delete this icons because can't see the candles of 1wk or 1day well. Anybody know how to delete this icons?
2018.11.11 09:45:15.371 cannot open file 'C:\Hosting\instances\2D4F1CB2C4D6375C5D5CE8E0BE7B85DC\MQL4\Experts\FX_EA.ex4' [2]
OL      2       18:37:37.026    Core 1  2010.09.16 09:22:40   Access violation at 0x000000013F6AC5F4 write to 0x0000000008D9C852IS      2       18:37:37.026    Core 1  2010.09.16 09:22:40                 000000013F6AC390 48896C2418        mov        [rsp+0x18], rbpMP      2       18:37:37...
Hello comunity I began to study all of this nonsense about 3 years ago...Used to be an online poker player before all that came down... I deposited $100 in my forex account... lost it.... deposited another $100.... lost it slower... I had some algorithm writting background... learned mql4...made a...
  MT5 Strategy Tester  (14   1 2)
Comments that do not relate to the "Why different result on strategy tester?", have been moved into this topic.
In EA Is there any possibility to get min and max candle value given range of last x number of candles. Using heikin ashi indicator. or   How to get value of last x candle in EA using heikin ashi. Thank you.
On the signals tab in MT4, one can specify the equity level to close all trades as part of money management by using the option "Stop if equity level is less than   --------".  The MT4 user guide states:  Stop if equity is less than [B] — this parameter allows you to limit losses when using trading...
I accidentally put too much money into my account to pay a programmer for an EA they made me recently in the MQL5 Freelance section. The job is finished and the programmer has been paid in full, but I now cannot see how I withdraw the excess amount of $120.60 I have in my account. Anyone know how...
Can I invest for relatives and friends in Italy? I heard that CONSOB (italian institution that supervises financial markets) forbids investments for third parties, but I'm not sure that doing it just for relatives and friends would be against law...
SYMBOL_SESSION_BUY_ORDERS SYMBOL_SESSION_BUY_ORDERS_VOLUME
Is there a way to have different take profits for multiple positions in the same pair?