webclinic017 / protected_moonshot_backtester

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

protected_moonshot_backtester

Introduction

This repository contains python scripts that are used by Brahma Finance to simulate the performance of the Protected Moonshot DegenVault. The repo is structured as follows:

data/ folder contains the csv files related to ETHUSD price data from FTX and Chainlink rounds.

In terms of the python files:

  1. utils.py contains all the functions used to process the raw data.
  2. trading_utils.py contains functions to backtest the enhanced strategy
  3. trading_utils_simple.py contains functions to backtest the simple strategy

In order to run the backtest for the strategy use the two notebooks:

About


Languages

Language:Jupyter Notebook 92.1%Language:Python 7.9%