Uses of Interface
com.strategyquant.lib.IRandomGenerator
Packages that use IRandomGenerator
Package
Description
General usage classes providing various utilities for handling data, time, etc.
Trading related classes, constants and methods.
-
Uses of IRandomGenerator in com.strategyquant.lib
Methods in com.strategyquant.lib that return IRandomGeneratorModifier and TypeMethodDescriptionIRandomGenerator.clone(long seed)
Clone.IRandomGenerator.newInstance(long seed)
New instance. -
Uses of IRandomGenerator in com.strategyquant.tradinglib
Methods in com.strategyquant.tradinglib with parameters of type IRandomGeneratorModifier and TypeMethodDescriptionvoid
MonteCarloRetest.modifyData(IRandomGenerator rng, TickEvent tickEvent, double globalATR)
Modify data.void
MonteCarloRetest.modifyOHLCData(IRandomGenerator rng, com.strategyquant.datalib.data.io.VersatileData data, double globalATR)
Modify OHLC data.void
MonteCarloRetest.modifySettings(IRandomGenerator rng, SettingsMap settings)
Modify settings.abstract void
MonteCarloManipulation.modifyTrades(IRandomGenerator rng, OrdersList originalOrders)
Modify trades.