Login Page - Create Account

Support Board


Date/Time: Tue, 07 May 2024 17:15:43 +0000



[Programming Help] - Backtesting a list of custom pivots per day

View Count: 425

[2020-07-13 03:57:59]
FuturesTradeKing - Posts: 13
I would like to backtest a pivot each day that I enter, and only have that pivot be active for the RTH trading day.
So a example list would be:

16-Jun  3116
17-Jun  3133
18-Jun  3090
19-Jun  3133
22-Jun  3075
23-Jun  3133
24-Jun  3109

I wrote a custom study that can do the trading, but I need to use the horizontal line or a similar study to "move" the line each day.

So on June 16th, I want to have the line be at 3116 and accessible as a subgraph. On June 17th the line moves to 3133, and uses the same subgraph ID as the line on the 16th did.

Is this possible?

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account