Search Engine
Here you can search through the pages of this Namespace, their attachments and the files uploaded to the system.
Note: the results will only display the items you have permissions to read.
This search, performed through 3.85 MB (775 documents, 11907 words), completed in 0.0 seconds and yielded 11 results.
[...] public PremierStochasticStrategy()
{
paramPTLong = CreateParameter( "Profit Target (L)" , 1.08, 1.01, 1.30, 0.01);
paramSLLong = CreateParameter( "Stop Loss (L)" , 0.96, 0.85, [...]
[...] RevenueEstimate, and RevenueSurprise . They are available in two forms: In a popup when mousing over an [99] eps item on a stock chart In WealthScript Strategoes via the GetDetail or FormatValue methods:
Make sure you've collected the fundamental data before running this Strategy (Data Manager > "Update Data" tab > check "99WallStreet.com earnings releases" > go to "DataSets" tab > click "Update DataSet").
using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
using WealthLab;
using WealthLab.Indicators; namespace WealthLab.Strategies
{
[...]
[...] adjacent two red bins, -0.5 and 0, have comprised losing trades which risk/reward was ranging from -0.99:1 to -0.5:1 and from -0.49:1 to 0, respectively. [...]
[...] 1, 100, 1);
} protected override void Execute()
{
int period = paramPeriod.ValueInt;
double Goal = 9.99; //Calcluate modified [...]
[...] Momentum.Series(ds, 1)[bar] + alpha * HP[bar-1];
DataSeries smoothHP = FIR.Series(HP, "1,2,3,3,2,1" );
DataSeries hmlSer = Median.Series( High - [...]
[...] 8; n < 51; n++ )
{
double beta = Math.Cos(twoPi / n);
double g = 1 / Math.Cos(2 * twoPi * delta / n);
double a = g [...]
[...] DateTime format (see below)
Description
Exports data to ASCII comma-separated files. Sample data string: 07/31/2009,162.99,165,162.91,163.39,15090600 [...]
[...] WealthLab.Strategies
{
public class MyStrategy : WealthScript
{
protected override void Execute()
{
int Period = 99;
CMO cmo = CMO.Series( [...]
[...] Risk reward of 4) The following call accomplishes this: Position s = SplitPosition ( LastPosition , 49.99 ); SplitPosition returns a new Position [...]
[...] slippage as a percentage of size (e.g. 100% sizing - 0.05% slippage - 0.05% commission, so final size = 99.9%). Related option For last position, use [...]
[...] frequency that different actions are taken for Positions associated in a split when the strategy enters several Positions on the same bar. /* Example: [...]