Alex43
New member
Is there an example of a conditional order that utilizes support and resistance levels to trigger buy and sell actions?
I am not sure if the following would be a good one:
low[1] <= Lowest(low[2], 10) and close > close[1] and volume > Average(volume, 20)
(yesterday hit a swing low) and (today is bouncing upward) and today has above-average volume)
I am not sure if the following would be a good one:
low[1] <= Lowest(low[2], 10) and close > close[1] and volume > Average(volume, 20)
(yesterday hit a swing low) and (today is bouncing upward) and today has above-average volume)