Login Page - Create Account

Support Board


Date/Time: Tue, 09 Sep 2025 12:16:51 +0000



Post From: Indicators not scaled correctly in Chart Region?

[2025-08-06 03:13:47]
neevaksama - Posts: 61
1st AND = Volume is more than 20SMA and Average of previous 3 candles
AND(V > ID20.SG1, V >= 1.5 * AVERAGE(V[-1], V[-2], V[-3]))

2nd AND = Volume is more than prior Candle. Prior candle's volume is more than 20SMA at the prior candle and Average of previous 3 candles before that prior candle
AND(V > V[-1], V[-1] > ID20.SG1[-1], V[-1] >= 1.5 * AVERAGE(V[-2], V[-3], V[-4])

Enclosing OR = So in either case, if I do see a colored bar in the volume histogram, either that bar or the previous bar must be above the 20SMA right?

_________________

If you look at the chart uploaded where I have arrowed out some colored bars, none of them fulfills this
Enclosing OR = So in either case, if I do see a colored bar in the volume histogram, either that bar or the previous bar must be above the 20SMA right?


I meant volume of bar has to be above SMA not SMA above volume of bar, hence why I am confused when I mentioned "Visually, volume looks lower than 20SMA ..." :
there is no condition in what you have that checks just that the SMA is greater than the volume of a bar.

Date Time Of Last Edit: 2025-08-06 03:32:29