ml-ai-agents-py/agents/backtesting.md
2023-04-06 10:02:24 -07:00

217 B

strategy backtesting


  • use a simulator to test an inital version of the strategy against a set of historical data.
  • the simulator can take things such as order book liquidity, network latencies, fees, etc.