Log in to see Cloud of Tags

Wealth-Lab Wiki

UnusualVolumeOnPricePane

RSS

Syntax

public static void UnusualVolumeOnPricePane(this WealthScript obj, Color clr)

public static void UnusualVolumeOnPricePane(WealthScript obj, Color clr)

Parameter Description

objPass an instance of WealthScript
clrVolume series color

Description

This static method created by Robert Sucher plots a mountain graph of Volume as an overlay on PricePane. If the method does not plot anything, turn off Semi-Log Scale. It's intended to work with the Linear axis scale chart only.

Hint: pass a semi-transparent color for a nice looking chart.

Image

Example

Example using C# extension methods + Legacy syntax (commented out):

using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
using WealthLab;

namespace WealthLab.Strategies { public class MyStrategy : WealthScript { protected override void Execute() { this.UnusualVolumeOnPricePane( Color.FromArgb( 35, Color.Blue ) ); //Community.Components.Utility.UnusualVolumeOnPricePane(this, Color.FromArgb( 35, Color.Blue ) ); } } }

Important Disclaimer: The information provided by Wealth-Lab is strictly for informational purposes and is not to be construed as advice or solicitation to buy or sell any security.  The owner of Wealth-Lab.com assumes no liability resulting from the use of the material contained herein for investment purposes. By using this web site, you agree to the terms of this disclaimer and our Terms of Use.


ScrewTurn Wiki. Some of the icons created by FamFamFam.