Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 21:29:10 +0000



Post From: Simple or impossible alert question

[2014-09-20 18:55:13]
jackw - Posts: 57
Found 2 problems with the original study collection that were creating your issue:

1) The Value format on the Stochastics study was set to 1. Because of this, when the alert formula on the color bar referenced the %D value, the value it was getting was being rounded to a whole number. So, when the change in %D from bar to bar was less than 1, the alert would fail.

2) Though it happens rarely, if the %D value is the same value 2 bars in a row, the alert would fail.

Made the following changes to the study collection:
1) Changed the Value format on the Stochastics study from 1 to .01.
2) In the alert formulas, changed the operator from '<' to '<='

The revised study collection is attached. Let me know if you still see a problem.

attachmentSlopeChange.StdyCollct - Attached On 2014-09-20 18:54:19 UTC - Size: 18.68 KB - 479 views