Skip to content
#

backtest

Here are 79 public repositories matching this topic...

A multi-asset, multi-strategy, event-driven trade execution and management platform for running many algorithms/bots at many venues simultaneously with unified risk management and reporting. Uses MongoDB for storage and Telegram for user notifications/trade consent.

  • Updated Mar 9, 2021
  • Python
ZongUin
ZongUin commented May 16, 2018

There is this error when I use backtest :

perl backtest.pl Gekko BacktestTool v0.6 Website: https://github.com/xFFFFF/Gekko-BacktestTool

Exchange list: history/binance_0.1.db
config/strategies/MACD.tomltrue[2018-05-16 14:29:20] Brute Force mode enabled
config/strategies/CCI.tomltrue[2018-05-16 14:29:20] Brute Force mode enabled
config/strategies/RSI.tomltrue[2018-05-16 14:29:20

cryptochassis
cryptochassis commented Apr 14, 2021

Describe the solution you'd like
SWIG was used to create Python bindings for this library. Currently the procedure documented at https://github.com/crypto-chassis/ccapi/tree/v3.4.2#python isn't applicable for creating Python bindings on Windows. Modify the CMake files used in the build process to create successful Python bindings using MinGW (if you can also make it work for MSVC that will be

Improve this page

Add a description, image, and links to the backtest topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the backtest topic, visit your repo's landing page and select "manage topics."

Learn more