python-ws-dtc-client icon indicating copy to clipboard operation
python-ws-dtc-client copied to clipboard

Adding messa_types

Open Fungraphic opened this issue 10 months ago • 0 comments

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;

Fungraphic avatar Mar 07 '25 10:03 Fungraphic