Support Board
Date/Time: Sat, 05 Jul 2025 19:20:05 +0000
Post From: Plotting a value from a static cell eg. AK1 in spreadsheet study possible?
[2016-05-18 21:17:50] |
Sawtooth - Posts: 4234 |
It cannot be done without a formula. And historical values can only be at close of bar. For example: If the Buy Stop is 1 tick above the previous high, and the K3 entry conditions are TRUE, then your X3 formula would look like this: =IF(K3,C4+$J$21,0) Your J22 formula would be: =X4 (for close of bar entry) |