Friends

Add friends via their profile or user search and you will be able to see if they are online

olufemi
Registered at MQL5.community
olufemi
Added topic 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
olufemi
Added topic 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
olufemi
Added topic 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
olufemi
Added topic 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
olufemi
Added topic 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
olufemi
Added topic 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
olufemi
Added topic 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
olufemi
Added topic 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
olufemi
Added topic 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
olufemi
Added topic 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
olufemi
Added topic how is it possible?
the attached EA i want it to be placing buy and sell at the same time when new bar formed and i want the orders to be more than three orders ( i.e buy and sell in three places ) but it is not doing so it only place buy and sell one even sometime
olufemi
Added topic pls help with this EA
Please i found this attahed EA interesting but its maximum orders its open is two. pls what can i do to make it open more than two orders. Thanks
olufemi
Added topic Bauer Boy this is the code
//+------------------------------------------------------------------+ //| femi candlestick.mq4 | //| Copyright © 2009, MetaQuotes Software Corp. | //| https://www.metaquotes.net/ |
olufemi
Added topic Bauer Boy Thanks Alot but something remains
Thank you so much am very greatful but when the condition met, the opened order was not close. What could have caused it? pls. help me again
olufemi
Added topic pls Bauer boy you are my savior you need to help me
I have typed the Check ForClose(); but this is the error i got"'CheckForClose' - no dll defined for the imported function C:\Program Files\MetaTrader - Alpari (US)\experts\EA.mq4 (190, 7) " pls am not a good programmer am only putting legs
olufemi
Added topic pls help again sorry for disturbing house
pls i dont know hoe i will call for the function in the EA attached so that it can be closing orders and to remove the error giving"Function "CheckForClose" is not referenced and will be removed from exp-file "
olufemi
Added topic pls urgent help
pls i would like someone to look into the code of the attached EA i want the EA to be closing market if the last condition is met but unfortunately for me it is not so when i complied it, i got warning " Function "CheckForClose" is
olufemi
Added topic pls is this the formular?
I would like to calculate the bearish and the bullish candlesticks base on the close of the five candles. pls. is this the formular for it and not really sure. For bullish= Close[5]<Close[4] and for bearish=Close[5]>Close[4]. Please am i
olufemi
Added topic can someone look into this code?
i dont really know why this attached EA is not placing order the all the time even if the condition is fulfilled. Pls. did i make mistake or is there anything i can do to retify this problem. Thanks
12