This indicator changes the color of the volume bars based on average of previous bars.
- Default is based on last 4 bars but this can be changed in the properties
- If the bar is > than the average of the last X bars the volume bar is changed to Green
- If the bar is > than one of the last X the volume bar is changed to Yellow
- Both colors can be changed to a different color if you want through properties
volEnhanced v2 changes
- Serialization Issue with Brushes: brush properties marked with XmlIgnore
- BarsRequiredToTrade set directly within the SetDefaults state
- All properties are initialized with default values
- Correct Overriding of OnStateChange to properly handle custom properties
- Changes default bar size to 10