# vnpy_novastrategy **Repository Path**: quant_s/vnpy_novastrategy ## Basic Information - **Project Name**: vnpy_novastrategy - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-19 - **Last Updated**: 2026-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nova strategy app for VeighNa Evo

## Introduction This strategy app is designed specifically for trading quant strategies in crypto markets. ## Install Users can easily install ``vnpy_novastrategy`` by pip according to the following command. ``` pip install vnpy_novastrategy ``` Also, users can install ``vnpy_novastrategy`` using the source code. Clone the repository and install as follows: ``` git clone https://github.com/veighna-global/vnpy_novastrategy.git && cd vnpy_novastrategy python setup.py install ```