This will be the last thing I’ll post prior starting to connect R with Metatrader. Indeed, as you may suspect already I use this blog as my lab-book. The following might be quite general, but it fits in my overall ambition to build a personal quant-trading architecture as professional as I can.
Graphic visualization is a major part of a trading system design. To me, nice & clean graphs are as important as their content. One needs to appreciate looking at the information to understand it, or at least to spend some time trying !
Here are the few framework I found that could interact with R:
- Tulip is an advanced visualization framework that may support the development of interactive charts
- Stanford Protoviz through R-Web-Vis, also for Web deployment (demo site)
- Jung, a java interactive graph rendering framework
- GGplot2 is a static graphic library more polished than the original R-one
- Graphviz
Finally, few web resources for graph examples:
- R-Climate
- RGraphics exampels from Auckland univ.
- and the famous: R-addictedtor