Support Board
Date/Time: Mon, 20 Jan 2025 17:02:39 +0000
[Programming Help] - Advances Declines
View Count: 640
[2018-07-01 05:49:32] |
User28682 - Posts: 233 |
Im trying to take the difference between SP 500 advances - SP500 declines, then sum up the last 5 days of this difference. Do you have an idea how this can be done a shorter way other than this? (ADV-SP) - (DECL-SP) =day1 (ADV-SP[1]) - (DECL-SP[1]) =day2 (ADV-SP[2]) - (DECL-SP[2]) =day3 (ADV-SP[3]) - (DECL-SP[3]) =day4 (ADV-SP[4]) - (DECL-SP[4]) =day5 (day1 + day2 + day3 + day4 + day5) = "X" Then plot "X" Thank you!! Date Time Of Last Edit: 2018-07-02 21:18:15
|
To post a message in this thread, you need to log in with your Sierra Chart account: