Login Page - Create Account

Support Board


Date/Time: Sat, 18 Jan 2025 18:21:09 +0000



Post From: Tracking ticks from entry

[2018-02-09 17:20:33]
Sawtooth - Posts: 4154
You could do this with the Spreadsheet System for Trading study, and the Text Display for Study study:

1. Add the Spreadsheet System for Trading study
-Give it a name in the Spreadsheet Name field
-On the spreadsheet, put this formula in cell O3:
=IF($J$8>0,(E$3-$J$48)/$J$21,IF($J$8<0,($J$48-E$3)/$J$21,0))
To assure that this study can't make any entries:
-Put this in J28: =TRUE
-Do not put any formulas in columns K,L,M,N

2. Add the Text Display for Study study
-Set the 'Study and Subgraph to Display' to the spreadsheet study's SG5.