Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 765 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 765 Bytes

Forex-sim

A flask based foreign exchange Binary trade simulation. Might port to tkinter for an executable GUI. Right now, that design is all over the place. But the generation seems to be pretty solid. How the hell am I going to get flask to update the webpage using ajax? I am confused as it is now. But I'll pull through. Looks like ajax data got to the client side. Not sure about live rendering yet. Lets hope for the best. Yup, got that worked out. Nice UI elements. Hooray! Kinda wrapped up here. Only need some backend python to do the actual stuff, and then we're done. Yup. Project complete, pack up.

Future updations:

  • Multi user access
  • Multi data rate mode
  • everything else

Dependencies:

  • flask
  • forex_python
  • tkinter
  • matplotlib
  • chart js