Support & Resistance

Hello all,
Is there any support & resistance indicators here for Tradovate?? Would love to have one or two.

Many thanks!

Louis

Post some images of example of what you would like to have.

Hello - maybe something like this Multi Time Frame Support & Resistance- don’t really need the cloud colors but if there’s an option to select on/off thats cool. This is from Trading View…

Timeframe = timeframe.period
if TimeframeU == β€˜Auto’
Timeframe := timeframe.period == β€˜1’ ? β€˜15’ :
timeframe.period == β€˜3’ ? β€˜15’ :
timeframe.period == β€˜5’ ? β€˜60’ :
timeframe.period == β€˜15’ ? β€˜60’ :
timeframe.period == β€˜30’ ? β€˜120’ :
timeframe.period == β€˜45’ ? β€˜120’ :
timeframe.period == β€˜60’ ? β€˜240’ :
timeframe.period == β€˜120’ ? β€˜D’ :
timeframe.period == β€˜180’ ? β€˜D’ :
timeframe.period == β€˜240’ ? β€˜D’ :
timeframe.period == β€˜D’ ? β€˜W’ :
timeframe.period == β€˜W’ ? β€˜M’ :
β€˜12M’

3 Likes