Log in to see Cloud of Tags

Wealth-Lab Wiki

Sqrt: Indicator Documentation

Syntax


DataSeries Sqrt(DataSeries ds)

Parameter Description

ds Specify data series

Description

Returns the square root of a specified data series.

Example


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

namespace WealthLab.Strategies { public class CompareMACDwithLBR : WealthScript { protected override void Execute() { Sqrt ds = Sqrt.Series(Close); ChartPane pane = CreatePane(40,true,true); PlotSeries( pane, ds, Color.Red, LineStyle.Solid, 2 ); HideVolume(); } } }

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.