Login Page - Create Account

Support Board


Date/Time: Mon, 16 Sep 2024 19:05:37 +0000



Post From: Where are my stops and targets?

[2024-07-03 16:49:54]
Sawtooth - Posts: 4091
I realize that, but how can I get those values inside a study?
You could use the Spreadsheet System for Trading study directly, instead of the Spreadsheet Formula and the Trading System Based On Alert Condition studies.

But if you want those values for use in other studies:
- Add the Spreadsheet System for Trading study
- Set the Number of Rows to 1
- use these formulas on the spreadsheet:

Stop price:
Cell O3:
=IF(ROW()=3,$J$96,0)

Limit or Stop entry price:
Cell P3:
=IF(ROW()=3,$J$94,0)

(Note: Don't use columns K-N)

Then reference SG5 and SG6 of the Spreadsheet System for Trading study.