Support Board
Date/Time: Fri, 07 Feb 2025 18:20:46 +0000
Post From: Running backtest with my own manual entries/exits
[2024-12-03 11:13:01] |
User59879 - Posts: 74 |
Thank you Sawtooth, now I understand what the problem is: a Study is very different from a Drawing, because a study applies to all bars. So I guess that one way to do this is: write a program that somehow finds all the Rectangles (or another drawing) on the chart, then uses these to create the associated Buy Enter/Exit and Sell Enter/Exit orders Would this be a good approach? Or is there a better way? Greatly appreciate your feedback, TIA. |