General - page 438

All, I have verified that OnBookEvent() function will "acummulate" the number of events it occurs while it is still busy doing the tasks of last call....If for whatever reason it took a long time (for exemple a timeout). In such a case instead of simply being called once after the long task is done
I wish to transfer a signal subscription (during the subscription period) from one account to another maintained at the same broker - so deactivate on one and transfer the balance of time to another. Is this possible
Hi there, I am currently using the ArrowZigZagMT4 indicator for one of my strategies. The indicator does have not push notifications. I would like someone to build an EA for me so I can receive push notifications from this particular indicator. If you a programmer and are able to do this, please
Hi, guys. Thanks for reading. I'm a complete newbie and got a few problems understanding leverage (not the mechanics!). I'm currently trading a 1000€ account and have the options for leverage. So, if I switch to 1:50, the value of 1 PIP is the same as without leverage. Does this mean I can use a
I published by signal but potential subscribers cannot subscribe due to the above error message. Any idea on how I can solve this
[Deleted]
Indicator used - https://www.mql5.com/en/code/22602 Been searching for about 7 hours, but cant seem to get anything to work. I have tried working with icustom and looking at the buffer but kept getting the empty value, in which I tried to detect if it value != empty value but it didn't work either
Here are two indicators that I created with a developer. I am having a problem with the alerts that are not validating correctly. I think it comes from the fact that the alerts are transmitted on unclosed candles. but I am not sure. I really need to finalize its indicators. on the graphic example
  Slippage  (14   1 2)
My server doesnt appear at the providers list with servers-slippage. Is it way to check the slippage before subrscribe
Hi all, I'm running several EAs on several pairs of the same terminal. Some EAs do report their name in a trade comment while some don't. How can I find which "anonymous" trade belongs to which EA? thanks in advance
[Deleted]
Okay so I have real and demo both account. And mql doesnt allow to charge On demo account . So I want to ask if some one subscribe to demo Can they copy all my trades for frèe
I am using standard library CAppDialog to create a dialog void OnInit () { EventSetTimer ( 1 ); } void OnTimer() { // Do Something } When EventSetTimer ( 1 ); is set, The panel freezes and becomes unresponsive but when EventSetTimer ( 5 ); is set, it works ! How can i make it work on EventSetTimer (
I want to import my dll program written in VS C# which runs OK, into mql5 script . Here is what i have done. but after compiling in mql5 I get following the error: Cannot find 'Program' in 'Keygen.dll' unresolved import function call Would you help me how to do the binding? using System; using
I created an EA in MT5 and I tested it with Strategy Tester. It must trade with multiple currency pairs in parallel, but the strategy tester doesn't work properly, because it doesn't trigger neither "Take Profit"-s nor "Stop Loss"-es. Please check the following screenshot. Red color means Sell
As i said in the title, is there a function where you can get a notification (push or mail) when a new subscriber follow your signal
Is it possible to copy signals but set the MT4 copy to add a suffix to the currency pair/ symbol, e.g. ".r" so the broker will activate the trade? Or does the copy only work when the symbol is precisely the same? Many thanks for any help provided
I don't know why I keep getting " Failed Market But (Only position closing is allowed)"
When I try to open the toolbox from VIEW the toolbox opens but will not expand to bottom of chart, any help here would help
I need help because my plateform sut down alone during my trading
Hello, I uninstalled a previous MT4 version with another broker IFCMarkets. I then installed a newer MT4 version from Oanda (Demo). The installed completes successfully, but the application will not start after I double click Oanda icon. No instance starts in Windows task manager. I can't find a log
  Random wandering  (571   1 2 3 4 5 ... 57 58)
Hello, found an article from 2011 (https://smart-lab.ru/blog/26840.php) which claims that you can get + on random rambling. So, the question is this really possible or not
What does this mean? I tried to register my account as a signal.
Why is not giving true with two true results? Print((PositionsTotal() == 0)); Print((PositionsTotal() == 1)); Print((enPositionType == POSITION_TYPE_BUY)); Print(((PositionsTotal() == 1) && (enPositionType == POSITION_TYPE_BUY))); 2021.09.14 06:30:43.688 2021.09.01 04:45:00 false 2021.09.14
[Deleted]
Whats the best way to rent my EA clients? I would really appreciate any persons thought on this, thank you
Hello fellows, can someone share a list of brokers or your broker who uses GMT+5 or +6 time server please ? Thanks a lot
hi guys i rented blah tech supply and demand few dasy back and used it on my mt4 platform but i had to re install windows on my pc when i try to use balh tech on my terminal after windows re install it is not responding and i m unable to use it on my charts please help
Is it possible to get MT4 working on this ? Thank you for any guidance
Is it possible to have an MT5 Futures account acting as a signal provider ? Or is this only possible in CFD trading
When I trying subscribe for signal in mt5 platform but I can't do that. Not opening payment gateway for signals subscribe
[Deleted]
This EA trades a 3 bar setup LONG - One bearish and two bullish bar formation SHORT - One bullish and two bearish bar formation StopLoss - 2 bars below or above entry (may be Highest High or Lowest low of Bar[2]) TakeProfit - time after 40 minutes 1. How do I calculate stop loss based on
Hi     I include a mqh file in my ea , and there is a function within which there is a Print("some text") function , But when i run the ea , it did not print any thing that It was supposed to.