https://github.com/paulpierre/pp_chartvisual
Chart Visual is a tool that helps forex traders get an edge to informed trading
https://github.com/paulpierre/pp_chartvisual
bot chart copy forex fx indicator trade trading visual
Last synced: over 1 year ago
JSON representation
Chart Visual is a tool that helps forex traders get an edge to informed trading
- Host: GitHub
- URL: https://github.com/paulpierre/pp_chartvisual
- Owner: paulpierre
- Created: 2018-11-08T19:29:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T19:48:55.000Z (over 7 years ago)
- Last Synced: 2025-01-21T06:11:39.287Z (over 1 year ago)
- Topics: bot, chart, copy, forex, fx, indicator, trade, trading, visual
- Language: JavaScript
- Homepage: http://paulpierre.com/#chartvisual
- Size: 11.3 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chart Visual
- - -
### Chart Visual is a tool that helps forex traders get an edge to informed trading.

built by [http://paulpierre.com](http://paulpierre.com) in 2016
I developed a web front-end that connected to a series of Meta Trader 4 bots as well as all the visualizations with D3.js


I developed the front-end with the usual suspects, CSS3, JS, HTML5 with JQuery and the backend with PHP on AWS. What was interesting was working with another develop on the trading bots themselves. The C# developer would code the strategy and I would code in C# the part that would write to a MySQL database. From there I would visualize the data in D3.js. With the exception of playing in Unity, this was my first deep experience with C#.
Live app and servers no longer maintained.
### MIT License
- - -
Copyright (c) 2019 Paul Pierre
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.