Support Board
Date/Time: Fri, 09 May 2025 20:52:02 +0000
Post From: STO / T3 Combined Into one Signal
[2019-03-03 16:07:36] |
User371906 - Posts: 141 |
Hello, I am presently trying to set an alert condition based on two indicators; 1. Slow Stochastic – set to slope (green up – red down) 2. T3 Moving Average - set to slope (green up – red down) The idea is set up a Color Background Based On Alert Condition (Arrows in Region 1) when both indicators match criteria. Stochastic = Crossing from 30 line above or 70 line Crossing from below would be signal. Only using SG1 (slow %K) when it crosses 70 or 30 line without a cross of SG2 (Slow %D) T3 = Slope either green or red to match signal Stochastics =or(and(CROSSFROMABOVE (SG1, SG2), SG1 > 30), and(CROSSFROMBELOW (SG1, SG2), SG1 < 70)) T3 =OR(AND(SG1[0] > SG1[-1] , SG1[-1] <= SG1[-2]) , AND(SG1[0] < SG1[-1], SG1[-1] >= SG1[-2])) Could someone in the community help me to combine both signals into one as an arrow up or down in the chart region 1. Thank you g Date Time Of Last Edit: 2019-03-04 14:01:01
|