Class BloomTradingStrategy

java.lang.Object
com.bluebell.greenhouse.anther.strategy.impl.BloomTradingStrategy
All Implemented Interfaces:
AntherTradingStrategy<BloomTradingStrategyParameters>

@Service public class BloomTradingStrategy extends Object implements AntherTradingStrategy<BloomTradingStrategyParameters>
Java implementation of the Bloom trading strategy, focusing on daily trends through moving averages. The full definition can be found in bloom.md.
Version:
2.0.4
Author:
Stephen Prizio