@l-andorrĂ Infact I have noticed that Its failing to POST because I am sending alot of data or Key values, It seems they is a limit on how much can be sent at a time, as for me, I am sending about 34 key values using 4 various HTTP request blocks on the On Trade Data Events, but when I send 10-20, It works, however I need all 34 key values sent at the same time. Can anyone help on how this can be done?
Posts made by kekhumbo
-
RE: On Trade Event Data not working when Posting HTTPposted in Bug Reports
-
On Trade Event Data not working when Posting HTTPposted in Bug Reports
Hi,
I want to be able to send HTTP Post request to my server when a trade closes, I have two sets of messages; Message set 1 to send statistics link consecutive losses, equity, consecutive wins, Login Number etc, and Message 2 to send details like, spread, lotsize, close time, close price, order date, take profit etc.
For message 1, I am able to get this data without a problem using POST at my server/database.
But for Message 2, I am am using the same method of connectivity, using the On Trade screen and using the ontrade event data, but everything is sent as Null or blank. How can i send the on trade events when a trade closes?Please review the code here
-
RE: fxDreema Error Bucket of Trades Pending orders Count not workingposted in Bug Reports
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
-
fxDreema Error Bucket of Trades Pending orders Count not workingposted in Bug Reports
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 -
How to display Labels or Text Input on the Chartposted in Questions & Answers
I would like to display the following on my chart but am failing. For the Current Market:
1 No of Pending Orders:
2 No of Sale Orders:
3 No of Buy Orders:
4 No of Open Trades:
5 No of Open Sale Trades:
6 No of Open Buy Trades:
7 Current Profit of Open Trades:
Please help me.