Essam Daoud
Essam Daoud
  • Information
4 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends

Add friends via their profile or user search and you will be able to see if they are online

Essam Daoud
Added topic Signal subscription moved date
Hi Is there to see a list of the dates when a subscription was moved from one account to another? Is it a 7 days wait for moving again or a week "Mon-Sun"? Thanks
Essam Daoud
Added topic Market Watch Symbols string
Hi My MT4 trading broker shows the currency pairs with "-5" added to the string. Does that mean that the signal copying will not work if the signal uses the pair without the "-5" string? Thanks
Essam Daoud
Added topic How to pause signal copy on VPS
Hi How can I make a signal copy to pause till some time later? It is currently running on a mt5 vps. Thanks
Essam Daoud
Added topic Signal copy slippage
Hi From a signle page, Slippage tab: " The average slippage based on execution statistics on real accounts of various brokers is specified in pips. It depends on the difference between the provider's quotes from "FXOpen-Real2" and the subscriber's
Essam Daoud
Added topic VPS synch to platform
Hi I have a VPS listed in the Navigation window, do I need to do anything to synch the trades/positions so that I can see the trading activity on my local MT4 that has happened on the VPS or it is automatic show? Thanks
Essam Daoud
Added topic Moving a Signal from one account to another account with different broker
Hi Is it possible to move a signal which is currently active on one account running on mt4 vps to another account with a different broker? if so, how? Thanks
Essam Daoud
Added topic Signal Trading history Time & Price twice
Hi The image attached is taken from the Trading History of one signal on this site. Notice that column heading Time and Price are repeated, Why twice and what does each one exactly referses to please? Thanks
Essam Daoud
Added topic Signal Copying on MT4 in MQL5 VPS
Hi Is it important to insure the pairs the signal is trading are in the market watch before moving the signal to a VPS (Navigator > Register a virtual server )
Essam Daoud
Added topic Plateform prepairation before VPS migration
Hi For the purpose of Signal copying, Do I need to have a chart open on the MT4 plateform before migrating to the VPS ? I know that is needed for an EA since it gets attached to the chart but not sure about the signal copying for this requirement
Essam Daoud
Added topic Signal Tab not present in MT4
Hi I have MT5 and MT4 on different PCs. The signal tab shows in MT5 but not in MT4. Tools > Options > Community Login and password. Which credentials to use? the mql5.com login or others. I tried many combinations for no avail. any help pleaes
Essam Daoud
Added topic How is the YTD calculated for a trading signal
Hi How is the YTD is calculated, adding did not total as shown, comulative did not add up. Any idea? Thanks
Essam Daoud
Added topic Strategy Tester Visualization need 2 runs
Hi An EA being ran on MT5 Strategy Tester: Settings Tab::::: EURUSD, M5, 2019 07 22 to 2019 08 01 Execution: Without Delay, Open prices only Optimization: Fast generic based algorithm, Balance max Optimization Results Tab:::::: shows the list of all
Essam Daoud
Added topic Sorting pairs by their swap value
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
Essam Daoud
Added topic news file time
Hi I noticed the dateTime in the file  https://cdn-nfs.faireconomy.media/ff_calendar_thisweek.xml  is GMT+12. Is this correct? and is this always the case or it gets changed? and if so, when and why? Thanks
Essam Daoud
Added topic How did the 2008 GFC affected the fx brokers?
Hi How can one understand the risk of a GFC on the forex broker holding the trading account? Any ideas about some forex brokers that went under in the 2008 GFC? Thanks
Essam Daoud
Added topic limit the periods in ENUM_TIMEFRAMES as input
Hi Is there a way to limit the periods available in the ea input for the  ENUM_TIMEFRAMES like to only show and PERIOD_H1? I tried few ways but could not get it to work. Thanks
Essam Daoud
Added topic Order failed due to Invalid price
Hi A mql5 EA placed an limit sell order but the log shows failed due to Invalid Price. Any idea how to start to find the problem? Notice that the prices are all good in the order but the results.ask and result.bid are both 0.0. Why is that? Thank you
Essam Daoud
Added topic Position vs. Deal vs. Order
Hi Reading the docs, and applying the info to the functions I find it confusing. Under the heading "Position Properties"  https://www.mql5.com/en/docs/constants/tradingconstants/positionproperties In the second line, It states: " For each
Essam Daoud
Added topic get property of just deleted object
Hi Is there a way in mql5 to get some object property of just deleted object? Thanks void OnChartEvent ( const int id, const long &lparam, const double &dparam, const string &sparam) { if (id== CHARTEVENT_OBJECT_DELETE ){
Essam Daoud
Added topic price on slopy trend line at current bar.
Hi How can the price on a slopy trend line be found at the current bar time?  The lines starts few bars before current bar and extends to the future by few bars after the current bar, the code in mql5. I tried few ways but could not get it, Any