Cmeeker778
New member
plot arrow_up = open("period" = AggregationPeriod.FIVE_MIN); RSI crosses above 30 within 1 bar + StochasticFast crosses above 20;
basically I'm trying to plot a boolean up or down arrow at the the open of a 5 min price bar; based on RSI, Momentum and Stochastic fast slope; or cross above the oversold/overbought areas
I've never written an indicator so any help would be much appreciated!
basically I'm trying to plot a boolean up or down arrow at the the open of a 5 min price bar; based on RSI, Momentum and Stochastic fast slope; or cross above the oversold/overbought areas
I've never written an indicator so any help would be much appreciated!