Login Page - Create Account

Support Board


Date/Time: Mon, 25 Nov 2024 16:35:01 +0000



Post From: Swing High and Low using spreadsheets for automated trading

[2024-02-27 02:50:20]
aswade3451 - Posts: 19
That code does work. I think I was getting confused because didn't have the second subgraph enabled

Code used for swing highs (HH is the Cell for Swing high)

=IF(HH3>0, HH3, O4) --- Cell O
=IF(HH3>0, O4, P4)--- Cell P
=IF(HH3>0, P4, Q4)--- Cell Q

Code used for swing LOWS (HI is the Cell for Swing Low)

=IF(HI3>0, HI3, R4)--- Cell R
=IF(HI3>0, R4, S4)--- Cell S
=IF(HI3>0, S4, T4)--- Cell T
imageScreenshot 2024-02-26 184948.png / V - Attached On 2024-02-27 02:49:54 UTC - Size: 168.73 KB - 45 views