CandleSample GenerateRandom Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Generates random market candle stream

Namespace: NFX.Financial.Market
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static CandleSample[] GenerateRandom(
	int count,
	DateTime startDate,
	int msInterval,
	int msIntervalDeviation,
	int priceDirChangeEvery,
	int priceChangeAccel,
	float currentMidPrice
)

Return Value

Type:  CandleSample 
See Also