• Information
8+ years
experience
0
products
0
demo versions
1
jobs
0
signals
0
subscribers
Sherif Hasan
Sherif Hasan
Comment to topic Traders Joking
Traders Joking
Sherif Hasan
Sherif Hasan
Comment to topic Traders Joking
Traders Joking
Sherif Hasan
Sherif Hasan
Comment to topic Traders Joking
Traders Joking
Sherif Hasan
Sherif Hasan
Comment to topic Traders Joking
Traders Joking
Sherif Hasan
Added topic Bad Expeirence today! How to solve this issue by coding?
My EA placed order at the price of 135.00 on EURJPY. as per conditions EA must close 50% of lot when price reaches 20+pips profit, when EA tried close the order spread difference become 2.5 pips to 50+ pips. so EA closed the order with loss of
Sherif Hasan
Added topic Warning Message: possible use of uninitialized variable 'ordticket'
I get the follwing warning message. how to resolve the issue? Warning Message: possible use of uninitialized variable 'ordticket' void ClosePctPartial() {      int orderstotal = OrdersTotal ();      int orders
Sherif Hasan
Sherif Hasan
Which is the Best Leverage to Choose for Safe/Secure the trade!
  • 15% (6)
  • 38% (15)
  • 10% (4)
  • 21% (8)
  • 10% (4)
  • 5% (2)
Total voters: 39
Muhammad Shahrukh
Muhammad Shahrukh 2015.09.19
1:500
Sherif Hasan
Added poll Which is the Best Leverage to Choose for Safe/Secure the trade!
  • 15% (6)
  • 38% (15)
  • 10% (4)
  • 21% (8)
  • 10% (4)
  • 5% (2)
Total voters: 39
Sherif Hasan
Added topic properties dialog - about tab logo icon - Maximum size of the ico file size allowed?
#property icon "MyIcon.ico" What is the maximum .ico file size allowed
Sherif Hasan
Added topic Is this Possible to change EA parameters while EA running!
Eg: EA default parameter settings as StopEA=true; If (a>0) { StopEA=False; (this to be changed in expert parameter settings) } i would like to change this settings as StopEA=false while EA runs. Is this possible to write code? if yes please advice
Sherif Hasan
Sherif Hasan
Comment to topic Traders Joking
Traders Joking
Sherif Hasan
Sherif Hasan
Comment to topic Traders Joking
Traders Joking
Sherif Hasan
Sherif Hasan
Comment to topic Traders Joking
Traders Joking
Sherif Hasan
Sherif Hasan
Comment to topic Traders Joking
Traders Joking
Do You?
Sherif Hasan
Sherif Hasan
Comment to topic Traders Joking
Traders Joking
Sherif Hasan
Sherif Hasan
Can't Add Friends now. every one get same issue?
Matthew Todorovski
Matthew Todorovski 2015.08.18
I only tried one person... are you "maxed" out? Or perhaps it is MQL5 that has a problem?
Sherif Hasan
Added topic Backtest report says Mismatched charts errors, Need help to solve this issue!
Before there was no mismatch error. but currently shows so many mismatched erros in thousands? Note: today What i did is i removed all history datas and tried download from broker from history. but there was no data, so i restored all histories which
Sherif Hasan
Added poll Which Investment makes you Better Profits?
  • 73% (24)
  • 18% (6)
  • 9% (3)
  • 0% (0)
Total voters: 33
Sherif Hasan
Added topic How to Get the Intial Deposited Amount? I tried But!!!
int Total = OrdersTotal (); double BalanceUsed = AccountBalance(); double Balance; for ( int i = 0 ; i < Total; i++)     {      OrderSelect (i,SELECT_BY_POS, MODE_TRADES);      if