higher time moving average compatible w/ intraday timeframes

Hi, nothing critical here - just putting in a request for this tool to work with intraday time frames. For example, viewing a 1 Hour chart and would like to see a particular MA from 4hour, etc…

Also, would be neat to have a slope color feature where MA will change color on slope changes to up, vs down…

Jeff

Hi Jeff,

You can do this using the Show Plot tool and select the timeframe of the MA. Try this on a 1 hour charts for a 5 period MA of the 4 hour chart:

MA(Minute(PERIODAMOUNT=240), CALC=Close, BARS=5)

Use this as the custom colour script for up for the Show Plot and / or the bars, with the default colour set to red:

MA(Minute(PERIODAMOUNT=240), CALC=Close, BARS=5) IsUp

Capture

Thanks Darren! I got it working with the method you outlined here.