Releases: maxheltzel/MarketQuant
MarketQuant 0.4.7
1. Interpolator
A utility for generating interpolated values between two numerical points using multiple interpolation methods.
Supported Methods:
Linear: Constant rate progression.
Ease-In: Starts slow and accelerates.
Ease-Out: Starts fast and decelerates.
Ease-In-Out: Smooth start and end with a faster middle phase.
Cubic: Smooth cubic interpolation.
2. ChartPlotter
A charting tool for creating both line charts and candlestick charts with extensive customization options.
Supported Chart Types:
Line Charts: Ideal for displaying trends over time.
Candlestick Charts: Perfect for financial data visualization, showing open, high, low, and close prices.
Customization Options:
Styling: Customize colors, fonts, grid lines, and more.
Logo Integration: Add the MarketQuant logo to your charts for branding.
Flexible Layouts: Adjust figure size, DPI, label rotations, and other layout settings.
v0.4.2
- Added HLdensity() tool in Fractality
- Amended the GitBook to ensure it was up to date
- Released 0.4.2 on PyPi
MarketQuant 0.3.1
Release Notes:
Updated file structure for simpler imports
Fixed init.py and import issues in the MACD_strategy class
Re-organized the strategy_simulation directory