High Frequency trading dataset copyright FirstRateData.com
Add tick dataset :)
Add transaction fee
The model needs to learn how to avoid the cost from transaction fee, which means it should avoid buying too many times
You can add a supplimentary model for Qnet (No consideration for transaction fee), and let it consider the transaction cost
A trail model will be: Use a LSTM and input action and output the same way with loss = loss-transaction fee
The model simply decide whether to execute this order or just stay. Buy and sell are determined by Qnet
Add drop trend dataset
Abstract copyright UK Data Service and data collection copyright owner.
Not seeing a result you expected?
Learn how you can add new datasets to our index.
High Frequency trading dataset copyright FirstRateData.com
Add tick dataset :)
Add transaction fee
The model needs to learn how to avoid the cost from transaction fee, which means it should avoid buying too many times
You can add a supplimentary model for Qnet (No consideration for transaction fee), and let it consider the transaction cost
A trail model will be: Use a LSTM and input action and output the same way with loss = loss-transaction fee
The model simply decide whether to execute this order or just stay. Buy and sell are determined by Qnet
Add drop trend dataset