Quantitative Trading
Investor – Running an Automatic Trading Bot
So far we have looked at the trading simulation functionality which was using the historic stock data to evaluate strategies on a single stock or a portfolio of stocks. In this document we want to demonstrate how to do trading with actual data. We still use the PaperTrader to demonstrate the basic logic Setup We add the necessary jars and import all relevant packages: %classpath config resolver maven-public https://software.pschatzmann.ch/repository/maven-public/ %%classpath add mvn ch.pschatzmann:investor:0.9-SNAPSHOT ch.pschatzmann:jupyter-jdk-extensions:0.0.1-SNAPSHOT Added Read more…