• Information
8+ years
experience
0
products
0
demo versions
1
jobs
0
signals
0
subscribers
Sherif Hasan
Added topic Is this possible to change leverage for testing my EA?
Is there any method to test my ea with given input leverage? This is for testing purpose only to setup money management in live
Sherif Hasan
Added topic Is this correct declaration?
extern double MaPeriod = 14 ; extern double MaShift = 0 ; //extern string MAMethodHelp="SMA=MODE_SMA;EMA=MODE_EMA;SMMA=MODE_SMMA;LWMA=MODE_LWMA"; extern double MaMethod = MODE_SMA ; //extern string
Sherif Hasan
Added topic How to get today's high/low?
Hi, How to get today's high/low? while i run on any timeframe whenever candle closed i need to get today's high/low value! please suggest me to get the easy idea! i tried, but it shows alltime high/low: int    firstbaroftoday= 0 ; double
Sherif Hasan
Added topic What could be the problom while backtesting?
I tried backtesting from jan,02 2015 to jan,05 2015 using tick chart. ea place order on 2nd jan. but when i backtest from dec,31 2014 to jan,05 2015 ea does not place order on 2nd jan 2015. Note: Jan 31st Market closed at 20:00 and 02nd market
Sherif Hasan
Added topic How to / Where to use enum?
Hi, Question as above? I tried some code here. but it shows many error! can anyone show me exact example to use enum? i tried search googling, no use? enum CurrencyEnum   {    EUR,      USD,  
Sherif Hasan
Added topic Can anyone support me to use this function?
Hi, I really wanted to use this function written by "RaptorUK", but i am still getting error. I am not expert with ObjectLabel, but i tried my best to display objects on screen, too much of line i wrote. so i would like to use CommentLab her eis the
Sherif Hasan
Added topic Default Template for EA?
Is this possible to apply default template for my EA? because when my EA applies text are invisible while background colour are same. so i would like to apply default template when EA applied. Please suggest me to solve this issue
Sherif Hasan
Added topic Close Order Partially by given %?
Hi, I want to close when order runs with +20 pips i would like to close running order % of order partially with some profit. eg: lot size: 1 lot partial close parameter is = 50% so when order is running above 20+ profit pips i would like to close the
Sherif Hasan
Added topic How to find whether my previous order closed with s/l or t/p?
Hi, i would like to find whether my previous order closed with s/l or t/p? please advise me to find
Sherif Hasan
Added topic Is there Free VPS available?
Hi!, I want to run my updated EA with demo account ! Is there free VPS available as a trail period. once i satisfied with my EA ans VPS i can go for paid service with live account? Please advice me
Sherif Hasan
Added topic How to get last closed order gained pip?
How to get last closed order gained pip? Is there any function available to find last closed order pip value
Sherif Hasan
Added topic Please help me with Hammer Candlestick Formula?
Hi, I am currently adding candlestick pattern for my EA. herewith i found formula for black hammer/white hammer from our forum. but i want to confirm whether the formula is correct or not? {      if ((Close[ 1 ] > Open[ 1 ])
Sherif Hasan
Added topic Please Resolve my mistake?
Hi, I want to run my ea as following time. eg: 10,11,13,14,15,17,18,19,20 I tried following code, but i get error. hope i use user variable i defined something wrong. can you support me to resolve this issue? extern int HoursOpen = 1 , 2 , 3 , 4 , 5
Sherif Hasan
Added topic Need Help to total orders closed current day?
Hi, I would like to add condition for my EA to place order not exceeding more than 2 orders. EA place 1st order if its loss again place new order, even it closed with loss no more order. I want to add condition or how to get total closed order today
Sherif Hasan
Added topic How to Stop EA for 1 Hour?
Hi!, I would like to stop my EA on News Hour. so that i want to implement to stop trading in before and after 30 news time. Eg: NewsHour1=15:30; NewsHour2=11:30; When NewsHour1 is 15:30 EA should stop from 15:00 to 16:00 When NewsHour1 is 11:30 EA
Sherif Hasan
Added topic Shall i Suspends execution of the current expert for the specified interval?
Hi! Shall i Suspends execution of the current expert for the specified interval? eg: i would like to validate conditions at buystop/sellstop at 11:29, once validated EA must wait 55-59 seconds and must place order. is this possible? shall i use Sleep
Sherif Hasan
Added topic Is this possible to open trade on exact seconds?
Hi, Is this possible to open trade on exact seconds? eg: @10(HH):15(MM): 01(SS) i want open buystop/sellstop at 10:15:01 is this possible to code to filter seconds
Sherif Hasan
Added topic Why don't i see Custom Indicators on Navigator?
Hi, Since yesterday i don't see Custom Indicators on Navigator. What will be the probloms? before it was shown. Also when i tried on indicators menu, many indicators showing as grey colors and as hidden? Please support me to solve this issues? My
Sherif Hasan
Added topic How to add Combo Box as extern variable? see pic!
Hi, Is this possible to add list/combo box as extern variable? if yes how to add? pls. see image i attached here
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