dmt-space / SIM-TAC

(Simulator Technical Analysis Charts). Its a platform which objective is improve your Trading skills.

Home Page:https://www.sim-tac.tech/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIM-TAC

This project was built in order to create a platform to streamline learning for users who want to be in the world of Traiding.

This is why SIM-TAC is a tradig simulator with a clean and simple interface in order to learn the operability of the markets without losing real money in the process.

You can see the final product in this link: SIM-TAC

Installation:

This project was developed with different technologies, if you want you can download the Docker image that was used as a development environment. if you dont have docker in your system can you download on this link, and then run this command:

$ docker pull xtian17/django_image:v.0 #This image includes Nginx, GIT, Python3.7.5, mysql, Django 2.2.13. 

After that, you need to run the following commands to run our aplication with MYSQL databases:

$ sudo apt-get install python3.7-dev libmysqlclient-dev
$ sudo apt install libpython3.7-dev
$ pip3 install mysqlclient==1.4.6

Or if you want, you can install the following tools:

  • Django = 2.2.13
  • python = 3.7
  • python3.7-dev libmysqlclient-dev
  • mysqlclient = 1.4.6

Usage:

For everything to work properly, you must do the migration to the database, with the following commands:

$ python3 manage.py makemigrations
$ python3 manage.py migrate

You can run this project with this command:

$ python3 manage.py runserver 0:8000

Contributing:

  1. Clone repo and create a new branch:
    git checkout https://github.com/MAZTRO/SIM-TAC.git -b name_of_your_branch
    
  2. Make change and test
  3. Submit Pull Request with comprehensive description og changes.

Team:

Authors:

Cristian Gomez - Evert Escalante - Jonatan Mazo

About

(Simulator Technical Analysis Charts). Its a platform which objective is improve your Trading skills.

https://www.sim-tac.tech/


Languages

Language:HTML 88.0%Language:JavaScript 7.0%Language:TypeScript 2.2%Language:CSS 2.2%Language:Python 0.7%