Support Board
Date/Time: Thu, 23 Jan 2025 03:33:19 +0000
Post From: Stochastic Alert
[2016-10-04 18:56:50] |
User292365 - Posts: 20 |
Hello, I understand that if I use this alert equation for stochastic: =AND(CROSSOVER(SG1, SG2), SG1 > 70), when the %K line crosses the %D line and %K is above 70, then an alert will be given. I would also have a stochastic alert that triggers if SG1 < 70. How do I add this to the formula? I know I have to use the OR command. Would it be something like =OR(CROSSOVER(SG1, SG2), SG1 > 70, SG1 < 30)? But see, I know this is not going to work because the alert will be triggered if anyone of these conditions are triggered. I still want to make sure the stochastic is either overbought (above 70) or oversold (below 30). So, what about if I use something like this: =or(and(CROSSOVER(SG1, SG2), SG1 > 70), and(CROSSOVER(SG1, SG2), SG1 < 70)) Would the alert above work. It is telling me to give me a stochastic alert if K crosses D and stochastic is overbought or if K crosses D and stochastic is oversold. I'm trying out this equation to see if it works. If u guys could help me out with this u'll be life savers! Thanks! PS: How do I delete a question once I've posted to the forum? Date Time Of Last Edit: 2016-10-04 20:00:14
|