Updated Volatility Bands for Sierrachart
Modify only first study (Moving Average Envelope) in study list (all bands will adjust automatically). Modify only "Fixed Value" and "Moving Average Length" according to ES Intraday data. vol_bands_1Download
Modify only first study (Moving Average Envelope) in study list (all bands will adjust automatically). Modify only "Fixed Value" and "Moving Average Length" according to ES Intraday data. vol_bands_1Download
Below you will find a cht file for sierrachart with ES optimized settings. emini_vol_1Download
input displace = 0;input length = 162;input pctAbove = 51.0;input priceH = close;input priceL = close;input averageType = AverageType.SIMPLE; plot UpperBand = MovingAverage(averageType, priceH[-displace], length) + (pctAbove);UpperBand.SetDefaultColor(GetColor(5)); plot UpperBand2 =…
Here you will find cht file with DOM Im using to gather a big chunk of information for my tools and also which I trade on. You just need to…
For those traders who prefer less risky instruments there is a nice way to run global macro portfolio with ETFs. Here is a complete list and base sizing: FXA, FXB,…