Quant Systems. Real Logic. Retail Access.

We trade with math, statistics, and algorithms to stay disciplined and consistent. Our hedge fund gives retail investors access to institutional strategies.

ONLY SYSTEMS CAN BEAT THE MARKET

Risks Without System

  • Emotion-driven trades often lead to losses.
  • Analysis limited to basic and manual indicators.
  • Manual trading is easily exploited by market makers.
  • Hard to adapt to fast-changing market conditions.

Potential With System

  • Fully data-driven decisions, free from emotional bias.
  • Advanced algorithms combining math, stats, technicals, and machine learning.
  • Designed to consistently outperform market benchmarks.
  • Accurate backtesting and optimization tools.

OUR QUANTITATIVE ADVANTAGES

Every metric shows how we are systematically designed to outperform the market.

Strategy Annual Return Sharpe Ratio Win-Rate Max Drawdown
Quantum Momentum +149% 1.97 71.4% -17.9%
Markov Chain Scalper +98% 2.10 65.2% -13.8%
Advanced Donchian +125% 2.16 74.6% -19.5%
Trend Following ADX +153% 1.26 61.9% -26.1%
100+ Other Strategies +100.0% +2.00 +70% -15.0%

The above data is the backtesting results from some of our algorithm strategies since 2020 (on average).

WHY CHOOSE US?

Built on Statistical Logic

We trade using probability and structure, not predictions. Every move is driven by data, not emotion or noise.

Real Alpha, Not Hype

We generate returns from market inefficiencies through disciplined, data-based research, not speculation.

Retail Access

We give retail investors access to institutional-grade quantitative systems with full structure, transparency, and discipline.

LOGIC BEHIND THE ALGORITHM

Our project is built on a robust system and code. Below is an example snippet of the code (simplified version).


class ExampleStrategy(Strategy):
    @property
    def slow_sma(self):
        return ta.sma(self.candles, 200)

    @property
    def fast_sma(self):
        return ta.sma(self.candles, 50)

    def should_long(self) -> bool:
        # Fast SMA above Slow SMA
        return self.fast_sma > self.slow_sma

    def should_short(self) -> bool:
        # Fast SMA below Slow SMA
        return self.fast_sma < self.slow_sma

    def should_cancel_entry(self) -> bool:
        return False

    def go_long(self):
        # Open long position and use entire balance to buy
        qty = utils.size_to_qty(self.balance, self.price, fee_rate=self.fee_rate)

        self.buy = qty, self.price

    def go_short(self):
        # Open short position and use entire balance to sell
        qty = utils.size_to_qty(self.balance, self.price, fee_rate=self.fee_rate)

        self.sell = qty, self.price

    def update_position(self):
        # If there exist long position, but the signal shows Death Cross, then close the position, and vice versa.
        if self.is_long and self.fast_sma < self.slow_sma:
            self.liquidate()
    
        if self.is_short and self.fast_sma > self.slow_sma:
            self.liquidate()

FREQUENTLY ASKED QUESTIONS

What is Quant Seeker?

Quant Seeker is a private investment fund fully managed by algorithmic systems. Every trading decision is data-driven, structured, and free from emotional bias.

How is this different from a mutual fund or robo-advisor?

Unlike mutual funds or robo-advisors that follow passive mandates, Quant Seeker employs active trading strategies based on statistical signals, mathematical models, and market inefficiencies.

Can retail investors join?

Yes. Quant Seeker is designed to make institutional-grade quantitative investing accessible to retail investors, lowering the traditional entry barriers of hedge funds.

How does your algorithm make decisions?

Our system applies statistical and mathematical logic to identify high-probability setups, quantify risk, and execute trades automatically with consistency and precision.

How is profit shared?

Profits are distributed under a 40:60 model, with 40 percent to investors and 60 percent to the quant manager, governed by a High Watermark structure to ensure fairness and accountability.

Are there any additional fees?

No. There are no extra fees charged to investors. All costs related to servers, research, ecosystem development, and management are fully covered by the quant manager.

Is this safe or guaranteed?

No investment is entirely risk-free. Quant Seeker focuses on risk-adjusted returns and capital preservation through diversification, strict drawdown limits, and disciplined execution.

Do you manage the fund manually?

The fund operates autonomously under predefined algorithmic parameters. Human oversight ensures the system performs as intended and adapts to evolving market conditions when necessary.

Can I withdraw my money anytime?

Investments are subject to a one-year minimum lock-up period to maintain portfolio stability. Early withdrawals are only permitted under exceptional circumstances through a formal investor meeting.

Can I add or reduce my capital during the term?

Capital adjustments are not allowed during the trading period. Investors may add or withdraw funds only during the December cut-off window, effective from January of the following year.

How is performance tracked and reported?

Performance is tracked in real time, benchmarked against market indices, and reviewed monthly. Detailed reports are delivered to all investors to ensure full transparency.

QUANT MANAGER

Abida Massi Armand

Abida Massi Armand

Currently an Analyst at BRI Danareksa Sekuritas, with over six years of multi-asset investment experience and two years in algorithmic trading. Certified in FMVA® and CMSA®, focusing on data-driven investment strategies.

LinkedIn

INVESTOR REFLECTIONS

10+
Investors
Rp2.5B
Total AUM
100+
Strategies
David Carter

David Carter

Software Engineer
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
Dr. Mark Shapiro

Dr. Mark Shapiro

University Professor
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
Katherine Miller

Katherine Miller

Financial Advisor
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
Samuel Jones

Samuel Jones

Architect
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
Chloe Garcia

Chloe Garcia

Graphic Designer
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
Priya Sharma

Priya Sharma

Product Manager
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."

REGISTRATION FOR SELECTION

Investment slots are very limited. We conduct a selection process for strategic partner candidates. The first step is to complete the registration form for our review.