• Information
8+ years
experience
0
products
0
demo versions
1
jobs
0
signals
0
subscribers
Sherif Hasan
Added topic Multi Pair Buy/Sell order?
Hi, Is this possible to open multi orders for different pairs using single EA? eg: I would like to sell all USD pairs so when EA runs it must open Sell/SellStop/SellLimit USDJPY ,USDCHF,USDCAD,etc... if possible please give me suggetions to start
Sherif Hasan
Added topic How to get Last 2 digit value after decimal point?
Hi, I would like to get Last 2 digit value after decimal point? eg: 0.814 25 0.81 42 Thank you in advance
Sherif Hasan
Added topic How to get second candle open/high/low/close of opened chart?
Hi, Hope, subject itself asks question: How to get second candle open/high/low/close of opened chart ? eg: i opened 4 hour chart. i need the2nd candle of the day. please give me support
Sherif Hasan
Added topic Timeframe 3m,10m Possible?
Is this possible to use timeframe 3m,10m for EA, which is not available in chart
Sherif Hasan
Added topic How to find values for 24hrs?
Hi! I like to take high/low of last 24 candle in 1hr chart. eg: 01AM GMT(yesterday) to today 01AM(today). how to filter the above time periods? when i try which filter current 01am candle high/low only. Please help me to solve this issue
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