• Information
10+ years
experience
0
products
0
demo versions
1
jobs
0
signals
0
subscribers
Sherif Hasan
Added topic Need Suggetion?
Hi, I am currently running EA for different pairs with different chart? now i wouldlike to combine with one EA. ie. one EA filters different pairs,different tf,etc.. Is this good idea or better to run EA with different chart? Your advice are welcome
Sherif Hasan
Added topic How to open order for different pair?
Hi, I wrote EA's for different pairs. but i like to use only one chart. Currently i run GBPUSD chart and strategy running for EA on 30min tf. now i add code for USDJPY with 4hr startegy also. EA not opening buy/sell orders? i take values from
Sherif Hasan
Added topic Please support me to solve this issues!
Hi! My EA placing orders while i backtesting. when i run with live account no orders placed. Error message is: OrderSend() error - trade is not allowed in the expert properties Please advice me to fix this error
Sherif Hasan
Added topic What is Hidden S/L,T/P?
What hidden s/l,t/p? What is the usage? Please support me, is there any functions available to place hidden s/l,t/p? Thanks in Advance
Sherif Hasan
Added topic EA not working with current version build 625?
My own ea worked well previous mt4. after i updated mt4 ea working fine only backtesting . when i go live no trades occurs. i copied ea on folder mql4/experts folder. please support me to solve the issues. i don't get any error in logs file
Sherif Hasan
Added topic EA not showing unders Expert Advisor?
I have setup vps for my EA. i have copied and pasted all indicators and ea from local computer to vps server . when i open mt4 terminal only indicators i see on left panel. no EA showing on under expert advisor.but ea still on experts folder. I have
Sherif Hasan
Added topic Need Help on this?
Hi! I have written EA using 2 strategy. first strategy i use 30 minutes and 2nd strategy i use 4hrs and for JPY pairs. I run EA with 30min tf. for second strategy i used BB indicator at 4hr timeframe and once per bar. I validate the below conditions
Sherif Hasan
Added topic How to read values from custom indicator while indicator doesn't use buffers?
How to read values from custom indicator while indicator doesn't use buffers? I am writing new ea which by using custom indicator.but indicator not using buffers. so how can i read values for ea? Plesse give me a suggetions to solve this issues
Sherif Hasan
Added topic TestGenerator: not enough memory for 'GBPUSD5'
When i backtest EA says error as : TestGenerator: not enough memory for 'GBPUSD5' what will be the problom
Sherif Hasan
Added topic How to get 1hr candle high/low values in 30m chart?
Hi, I have written EA using 2 strategies. one is using custom indicator with 30 minute timeframe . another strategy is no indicators. its pure breakout system. i take first 10 1hr candle high/low and place buystop/sellstop with highest/lowest price
Sherif Hasan
Added topic Start/Stop EA!
Hi, I have written EA and using for more than 5 different currency pairs . I open chart and applied my EA for different chart and different currency. currently i remove EA when i dont want to run EA for particulr currency. Is this possible to add
Sherif Hasan
Added topic Is this possible to close orders before news arrives?
Hi! Is this possible to close orders before news arrives? eg: when High/Medium impact news arrives after 30min-1hr, i check all open/pending orders and to be close/delete orders. How to find and add news time to my EA? Your help is appreciated
Sherif Hasan
Added topic How to break line in Comment function?
How to add break line in comment? when i tried it shows last comment. eg: Comment("ABC"); Comment("XYZ"); Comment("123"); In Screen which shows final comment only which is "123". How to display all comments
Sherif Hasan
Added topic How to substract the minute?
I want to substract the minute value as 10: eg: if i give 00 means it should consider 50, 50 means 40,etc... tried following code. but it seems wrong. can you suggest exact idea to substract the minute? extern int newsDateMinute = 30 ; newsDateMinute
Sherif Hasan
Added topic Give me a Support?
Hi, I use 4hr timeframe. what i need is yesterday daily high/low/close and day before yesterday daily high/low/close? Especially by running 4hr timeframe how to get day before yesterday daily high/low/close? Please give me suggetion to get
Sherif Hasan
Added topic Is this possible to backtest the EA used multi timeframe?
Hello, I wrote EA using 2 different timeframe.eg. 15m and 4hr. but when i backtest nothing doing. Forward test works fine where i opened 2 timeframes on chart. Question is: Is this possible to code to test backtest also? if yes how it will be done? I
Sherif Hasan
Added topic Whats wrong with this code?
Whats wrong with this code? I get previous day high/low/close and start calculation. To get previous day high/low/close i got simple code here. just added some code for previous day low,close and calculations. when i compile which shows error message
Sherif Hasan
Added topic Can you fix this code!
Hi, I used following code/idea to apply 1 trade/day. last 20days it was worked. but since today not working. may be my logic will be wrong. I assign the int value 0 to nday and process orders if nday!=Day() once prcess done i change the value for
Sherif Hasan
Added topic Complete metric for Heiken Ashi color change?
Can anyone help me what is the complete metric for Heiken Ashi color change? I feel i am wrong with following rules: If the haClose is above haOpen, then a bullish sign occurs (white candle). If haClose is below haOpen, then a bearish sign appears
Sherif Hasan
Added topic Question about MarketInfo()?
Shall i use NULL instead of Currency name? I tried as NULL instead of EURUSD,but results are "0"? int     digits=MarketInfo( "EURUSD" ,MODE_DIGITS);