Uses of Class
com.strategyquant.tradinglib.NegatersList
Packages that use NegatersList
-
Uses of NegatersList in com.strategyquant.tradinglib
Methods in com.strategyquant.tradinglib with parameters of type NegatersListModifier and TypeMethodDescriptionabstract IBlock
Negater.negate(NegatersList negatersList, IBlock block, int blockType, int returnType, StrategyBase strategy)
Negate.static void
ParametersHelper.negateParametersInClonedBlock(IBlock block, IBlock oppositeBlock, NegatersList negatersList, StrategyBase strategy)
Negate parameters in cloned block.