Skip to content

Releases: maxheltzel/MarketQuant

MarketQuant 0.4.7

24 Sep 22:39

Choose a tag to compare

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

11 Sep 21:56

Choose a tag to compare

MarketQuant 0.3.1

09 Sep 20:04

Choose a tag to compare

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