fxDreema Error Bucket of Trades Pending orders Count not working
-
Hie,
I would like to be able to count the number or Buy Trades and Number of Buy Pending Orders.
I have created two buckets, Red For Buy Trades, and Green for Buy Pending Orders,
However, My EA is able to count the number of Buy Trades but its not able to calculate the number of Buy Pending Orders, I am assuming this could be a technical problem on the fxDreema system.
Please review this function and revert -
Is there a moment when the number of pending orders is 0?
Take a look at this example: https://fxdreema.com/shared/wu6cs7ALd
If you remove the yellow connection from block 3, you will not see the count of 0. This is because the Bucket blocks does not pass when there are no orders that it selected. The idea is that if you don't have orders, there is nothing to work over, so the block does not need to pass. But the counter shows 1, which is only because this is the latest value (because the Comment block does not run when the Bucket block does not pass). So, when I add that yellow connection, the Comment block runs every time and registers that 0 count. -
Hi Admin, thanks for your comment, I went through your shared link, and to answer you, Please review the edited same shared link https://fxdreema.com/shared/wu6cs7ALd and take note of the Buy Report Notification, When this program is run, It is able to produce all notification fields or Data Rows as specified (Trades Count, Total Lots, Total Profits, Pending Order Lots), but the Data Row 4 'PO Count' is the problem. The system fails to print "2" as the result... Rather it prints '1' as the result and yet we have two Pending Orders. Can you please help