jonromero / forex_algotrading

My Forex algotrading platform in Python - based on my posts at http://jon.io
MIT License
477 stars 178 forks source link

Chart.html is empty #10

Closed BasharAG closed 7 years ago

BasharAG commented 7 years ago

Everything worked out until trying to open Chat.html.

It was an empty page with nothing on it. I used the sample data, and I setup the http server. I could access the files, but the chart.html was empty

BasharAG commented 7 years ago

Figured it out. Solution: Edit lines 16&18 in chart.html and replace the zeros with your server address (IP or domain).

To be clear, I am running this on a rented bare-metal server. So it is NOT local.

The original configuration in the file might still work if you are running this on a local machine.