Support Board
Date/Time: Sun, 19 Jan 2025 12:37:53 +0000
Post From: Spreadsheet trading averaging entries
[2018-02-07 05:13:29] |
Sawtooth - Posts: 4155 |
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))) |