Skip to content

Summary charts of trading strategies created with alchemist-lib.

License

Notifications You must be signed in to change notification settings

Dodo33/alchemist-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Alchemist

Alchemist-view

Description

Alchemist-view is a php/javascript application which allow to view summary charts of trading strategies created with alchemist-lib.

Screenshot

Alchemist-view screenshot

Requirements

  • A webserver
  • PHP
  • Mysql

Installation

Just copy the alchemist-view folder to the root directory of the webserver. It should be something like /var/www/html/ on debian-derived Linux distributions.

$ sudo cp -r alchemist-view /var/www/html/alchemist-view/

After that, set all permissions for the temp/ sub-directory.

$ sudo chmod 777 /var/www/html/alchemist-view/temp/

Usage

Type localhost/alchemist-view/index.php into the browser and login with mysql credentials setted during the installation of alchemist-lib.

Alchemist-view login