-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi, how can I add these 2 functions to your project?
"HISTORICAL_TRADES_REQUEST"
"HISTORICAL_TRADES_RESPONSE"
"HISTORICAL_TRADES_REJECT"
I've tried but it doesn't work, so I must be making errors.
Here are the links to the sierra charts documentation.
https://www.sierrachart.com/index.php?page=doc/DTCMessages_SierraChartCustom.php#Messages-HISTORICAL_TRADES_REQUEST
https://www.sierrachart.com/index.php?page=doc/DTCMessages_SierraChartCustom.php#Messages-HISTORICAL_TRADES_RESPONSE
https://www.sierrachart.com/index.php?page=doc/DTCMessages_SierraChartCustom.php#Messages-HISTORICAL_TRADES_REJECT
I used the code_generator.
I added the information about these three functions and ran the script.
Everything went fine but I'm not receiving any data from the server. Could this be the broker blocking the data?
const uint16_t HISTORICAL_TRADES_REQUEST = 10100; const uint16_t HISTORICAL_TRADES_REJECT = 10101; const uint16_t HISTORICAL_TRADES_RESPONSE = 10102;