How to analyze the trades of the Signal selected in the chart
by
, 07-31-2018 at 01:10 PM (723 Views)
Having compiled the indicator, we will only need upload to the terminal chart the statistics of the selected signal and attach our indicator to one of the charts. Now we can study and analyze trades.
Table of Contents
- Introduction
- 1. Setting the goals for our future work
- 2. Collecting trades statistics
- 2.1. Class for keeping information on the order
- 2.2. Collecting information from the charts
- 2.3. Creating the timeseries of the balance and funds on each symbol
- 3. Adding a graphical shell
- 3.1. Creating a graphic panel
- 3.2. Chart creation function
- 3.3. Chart and statistical data updating method
- 3.4. "Animating" the panel
- 4. Creating an indicator to analyze the signal
- Conclusion
more...