simonpotel / QTSBE

Quantitative Trading Strategy Backtesting Environment
MIT License
0 stars 0 forks source link

Real-Time Simulation #5

Open simonpotel opened 1 month ago

simonpotel commented 1 month ago

Real-Time Simulation is the process of testing trading strategies in a live market environment using virtual money. This allows for testing under real market conditions without financial risk.

Live Data Feed: Integrate with APIs to receive real-time market data. Latency and Slippage: Simulate the delays and slippage that occur in real trading. Order Matching: Mimic how orders would be filled in a live market, considering order book depth and liquidity. Monitoring and Alerts: Implement real-time monitoring and alerting systems for trades and market conditions.

simonpotel commented 1 month ago

This will not be implemented for now, it should be if I make a day a display/web interface.