#include "TradingBot.h" #include #include #include "main.cpp" Bot::Bot(MerkelMain _app) { app = _app; } std::vector Bot::linearRegresion(std::vector orderList, unsigned int start, unsigned int end) { //get all dates from the order book } std::vector Bot::getTimeStamps() { std::vector timeStamps; //timeStamps.push_back(app.; //while(std::find(timeStamps.begin(), timeStamps.end(), )) } double Bot::getMean(std::vector) { }