Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 04:05:03 +0000



Post From: Spreadsheet trading averaging entries

[2018-02-07 05:13:29]
Sawtooth - Posts: 4000
Is there a way problematically to create simple formulas within spreadsheets that would allow be to sell based on offset percentages?
I was unaware there is a limit to the number of open Trade Windows.

If this is an all-out exit, my second choice is to use J29 (instead of L3/N3). Reference row 3 so it will happen intrabar, like this:
=OR(AND(J8>0,OR(C3>=offsettargetformula,D3<=offsetstopformula)),AND(J8<0,OR(D3<=offsettargetformula,C3>=offsetstopformula)))