# GridTrader **Repository Path**: frankygtd/GridTrader ## Basic Information - **Project Name**: GridTrader - **Description**: A python-based experiment of `Grid Trading Strategy`. - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-04-06 - **Last Updated**: 2021-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GridTrader A python-based quantitative trading framework. The baseline theory is (Grid Trading Strategy)[https://www.investopedia.com/terms/g/grid-trading.asp] and this is one of the executable experiments made for the trading of ETF funds. #### Installation You may simply try the strategy using the following codes in python console: ```python # prepare the environment: git clone https://gitee.com/mariospace/GridTrader cd GridTrader pip install -r requirements.txt # run the test: python strategy.py # change the target fund code in the "download.py" # and execute the script: python download.py ``` #### Welcome contributions 1. Fork this repo Click the button. 2. Create your own branch ``` git checkout -b grid_xxx ``` 3. Modify the codes and push them ``` git add ... git commit -m "explanation" git push origin grid_xxx ``` 4. Creae the Pull Request Make PRs from your end. #### Contributer wuyi haiguangboy Update by 2020/04/25