Forum

please can someone tell me why?

What could cause delay in entry price in an EA ? I have an EA that am using instead of it to enter at a specific price stipulated in the EA, it always delay the market price would have moved almost 20 to 40 pips sometimes before its enter. Also I tried to open two live accounts and i put thesame

Can someone help me on this EA?

I want the attached EA to be placing order once per day if the signal occure between the hour stipulated in the i.e 7 a.m to 17 p.m which its did but i discoverd that it place order more than one between the period if the signal occure and i do not no what to do. This is how i want it to place buy

kindly help

please i want my ea to be place order on the second candle of the day .i.e after closing of the first candle of the day. Am on GMT+1. Am having problem on knowing GMT+1. I do not know how to write it.please help me

please someone help me on this matter

i want to my EA to place other base on this way but am confussed; if ihigh(NULL,PERIOD_H4,1)-i high(NULL,PERIOD_H1,1)>20pips && iLow(NULL,PERIOD_H1,1)- iLow(NULL,PERIOD_H4,1) <20pips is BUY ORDER While if i high(NULL,PERIOD_H4,1)-i high(NULL,PERIOD_H1,1)>20pips && iLow(NULL,PERIOD_H1,1)-

help on this error: cannot load library 'WebGet.dll' (error 126)

I tried to load the atttached ea and tthis error was got cannot load library 'WebGet.dll' ( error 126 ) . Where am having problem is that on my local pc no error was got but when i loaded it on vps i got the error . Please what could have been the problem and what can i do

can someone help me on the attached ea?

I saw these eas on one of the forums i loaded it on vps but it did not update but on my local pc it up dated and it place orders. Can someone help me to know what happened

This what i mean

Do not be surprised that thesame question is rased by keylove we are thesame. Assuming am using ema5 and 21. before place buy i will makesure that ema5>ema21on 1hour timeframe when new candle formed on 1hour then 1 will stead wait for newcandle to form on 5mins timeframe when ema5.ema21 before i

help is needed.

please i want to enter trade base on this sstrategy in thesame EA and i do not know how to do it. when a new candle formed on 1hour, i wiil wait till a new candle form on 5mins before i place a trade.Where am having problem is i do not know how to code it in a single EA i can code the one of 1hou

Thanks house but something else remain help! help!!

The attached EA places one order sometime and it is two orders that i want it to be placing at the same time not one actually it places two orders and some time one. I do not know where i made the mistake. Am sorry for disturbing you. Kindly help.thanks

what can i do ?

thanks for being there always, then what can i change if (OrdersTotal() == 0){ to so it can be placing more order . can i make it to be : int TimePattern() {int cnt=0; if (cnt<OrdersTotal()){ thanks