Zorro git - Step by step
-
Create Zorro folder
-
Clone git repo to new folder
git clone https://github.com/zuongthaotn/zorro .
- Clone git submodule
git submodule update --init --recursive
-
Download & Install Zorro into Zorro folder
-
Rename the Strategy to Strategy.old
-
Move all code from git folder to Zorro folder
-
run _deploy_repo.cmd
Using
-
Copying file price data and rename it to a assest name Example: History/AAA.csv
-
Convert data to Zorro format Example: Using Zorro with script "CSVtoHistory" and asset AAA => click Test button
-
Using custom Strategy Now, you can using your own Strategy