Skip to content

a personal project to analyze stock and crypto prices based on different logics.

Notifications You must be signed in to change notification settings

arashnm80/stock-and-crypto-price-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

created with collaboration with pooryas98

how to use:

  1. clone this repo for yourself:
git clone https://github.com/arashnm80/stock-and-crypto-price-analysis.git
  1. remove previous result files (if there are any):
rm ./files/results/*
  1. change experiment cases in variables.hpp to your desired ones, for example:
int N_arr[] = {5, 10};
int upMarginPercentage_arr[] = {1, 2, 3, 4, 5};
int downMarginPercentage_arr[] = {2, 4};
int logicNumber_arr[] = {1, 2};
  1. build:
g++ -std=c++17 main.cpp -o app
  1. run:
./app

About

a personal project to analyze stock and crypto prices based on different logics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages