EA (and news indicators) does not work when market is close so let's wait for Monday.
Printable View
Once the market are opened, the expert adviser will display the information.
Attachment 16543
Hello,
I'm testing this EA but it opens a lot of pending orders, I understood defaults opens 4 orders:
OrdersNum = 2; //Number of pending orders from one side
for some reason it is not working as expected.
Regards,
It works for me ... yes, lot of pending orders
It is working version of EA. I don't have any problems either.
I think the issue here, it's not an issue. It's a behavior, I think that if there's simultaneous news events happening like at the same time or very close time. It will open as many orders as news events. And the orders last for 5M in a M5 chart that's what happen.
Is there anyway to ask the programmer about this?
Hi BentonP,
I reported to Igoad so hope he will rely with something.
As to me so I am trading NFP only so I do not have this problem with pending orders.
great thanks, I'm just trying to understand how it works... I trade using volatility indicators so, some news that may move the market not as high as the NFP would work great.
Hi BentonP,
The EA works fine with OrdersNum=1- please see the attached screenshot.
Attachment 16567
Regards,
Igor
Hello Igor, and thanks for the screenshots, but I think that if there are more news happening at the same time will open more pending orders...
see here it is working OK with only one news event:
Attachment 16570
but here you see more than one order:
Attachment 16571
I will check the code and the var OpenTime as it was for debugging //Print("OpT=",TimeToStr(OpenTime));
Thanks for the support!