Skip to content

Adding messa_types #4

Description

@Fungraphic

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions