robindrew / robindrew-trading

Algorithmic trading core library for Java, with an extensive set of support libraries for backtesting and trading.
GNU General Public License v3.0
7 stars 5 forks source link

Create trade execution strategy for support/resistance levels #12

Open robindrew opened 6 years ago

robindrew commented 6 years ago

Prices are always either trending upwards, trending downwards or consolidating within a range. Create a strategy for profiting from a movement at a support/resistance level.