What TimeFrame and algorithms Trade this EA?
I found a grave error inside the code of WarLord,
if (OrderOpenTime() - (TimeCurrent() >= 300) || AccountProfit() > 2.0) {
if (TimeCurrent() - (OrderOpenTime() >= 300) || AccountProfit() > 2.0) the condition, that should close long positions will never be executed
I think, no need to test this
Besides, the code of EA contains magik, but never use it, consequently the EA will close all positions.
Respect
:rolf: Угарный код.I found a grave error inside the code of WarLord,
if (OrderOpenTime() - (TimeCurrent() >= 300) || AccountProfit() > 2.0) {
if (TimeCurrent() - (OrderOpenTime() >= 300) || AccountProfit() > 2.0) the condition, that should close long positions will never be executed
Ваш?:rolf: Угарный код.
Вот и я посмотрел на него и подумал, как же он будет закрывать позиции лонг? Если честно, я бы не тестил советника с грубейшими ошибками и с магиком, который никогда не используется, а поэтому моментально перекрывает все шот позиции!Если бы этот код был моим мне было бы совсем не весело.
Yes, I'v got error 138 to, that made me look inside the code. And I found that the code is broken, and contains a lot of mistakes! I think, let's forget this EA!I got error message on the backtests :
OrderClose error 138
Anyway the backtest works - I attach here the report.
But when try to check other pairs like GBP/USD another error :
Order Send error 138
Anyway this EA is bad, piece of junk, another Scam for marketing purposes.]:->
Regards,
Roscoe
Хотел пошутить, не вышло. Просто у вас логин Ugar(Угар), а вы написали "Угарный код"Если бы этот код был моим мне было бы совсем не весело. А по угарать над теми кто в 2 строках делает море ошибок, да ещё и впаривает этот хлам считаю святым делом.