I'm looking to create a script that does the following:
So for example... the size of the candle is $10 (High $100 - Low $90 = Size $10)
And I select 60% (Input #1) and 'Above' (Input #2)
Then if $6 of that $10 candle is above VWAP, I get an arrow.
In other words, 60% of this current candle is above the VWAP line on my chart.
I know it's a weird ask, but I have noticed a pattern and want to see if this is possible.
- Allows me to enter a percent in the Input
- Allows me to select 'Above' or 'Below'
- Then it calculates using these two percentages in relation to the candle size vs VWAP line
So for example... the size of the candle is $10 (High $100 - Low $90 = Size $10)
And I select 60% (Input #1) and 'Above' (Input #2)
Then if $6 of that $10 candle is above VWAP, I get an arrow.
In other words, 60% of this current candle is above the VWAP line on my chart.
I know it's a weird ask, but I have noticed a pattern and want to see if this is possible.