I just had and idea that possibly could help me journaling trades and I would ask if this is even possible.
The idea:
An indicator checks if there is a Symbol Drawn. if yes - then it checks AnchorTime of this Symbol and compares it to the time of certain data plotted of different panel than the chart, and then exports it to the CSV File.
If above is possible I would love to extend it so that it recognizes which symbol is drawn, and accordingly, it would read and export different data to different excel columns.
But there are two other questions at start:
1. How to compare AnchorTime to BarTime. Now I came up with an error: "Argument 1: cannot convert from 'int' to 'System.DateTime'"
2. How to trigger scaning a chart and export to CSV file manualy, not on BarUpdate. I would like to do it once a day, after market closes. This is an indicator, not a strategy.
Regards

Comment