Navigation

    Quantiacs Community

    • Register
    • Login
    • Search
    • Categories
    • News
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Strategy help
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • A

      Bollinger Bands
      • anthony_m

      3
      0
      Votes
      3
      Posts
      304
      Views

      A

      @antinomy wow, thank you so much, this is awesome!

    • S

      Pairs trading with states iterations
      • spancham

      4
      0
      Votes
      4
      Posts
      332
      Views

      S

      @support
      Cool, thanks very much! 👍

    • P

      How to do sliding window of test/train
      • Penrose-Moore

      8
      0
      Votes
      8
      Posts
      512
      Views

      support

      @penrose-moore We finally released a template which allows you to perform a retraining, it is available in the "Examples" section of your private space or publicly in the Documentation:

      https://quantiacs.com/documentation/en/examples/machine_learning_with_a_voting_classifier.html

    • W

      sliding 3d array
      • wool.dewgong

      6
      0
      Votes
      6
      Posts
      367
      Views

      support

      @wool-dewgong Hello! We added one template which should address your issue and allow you to perform a rolling fast ML training with retraining. It is available in your user space in the Examples section and you can read it here also in the public docs:

      https://quantiacs.com/documentation/en/examples/machine_learning_with_a_voting_classifier.html

    • S

      Machine Learning Strategy
      • spancham

      13
      0
      Votes
      13
      Posts
      1035
      Views

      S

      @vyacheslav_b
      Thank you! 🎉 🎉

    • magenta.grimer

      Trend following strategy BUG
      • magenta.grimer

      3
      0
      Votes
      3
      Posts
      209
      Views

      support

      @magenta-grimer

      Hello.

      I confirm this bug.
      It is fixed now.
      If you clone this template again, it will work ok.

      Thank you very much for your report.

    • A

      Using Volume/OI data
      • anshul96go

      3
      0
      Votes
      3
      Posts
      233
      Views

      support

      @anshul96go Hi Anshul, the IS period starts on January 1st 2014. You can use a strategy with the following logic:

      if Volume/OI is zero, then take this decision:

      Otherwise, take this decision:

      But yous algorithm should produce results also in the period when Volume/OI data were not available.

    • S

      Optimizer still running
      • spancham

      10
      1
      Votes
      10
      Posts
      667
      Views

      S

      @support
      Thank you! I'll try that and let you know.

    • S

      Please advise on p settings. Thanks.
      • spancham

      21
      1
      Votes
      21
      Posts
      1938
      Views

      S

      Hi @support
      Thank you, I'll try that.

    • magenta.grimer

      Can't apply optimizer to another simple strategy!
      • magenta.grimer

      3
      0
      Votes
      3
      Posts
      181
      Views

      support

      @magenta-grimer

      Hello.

      Remove .isel(time=-1).

      ma_slow = close.rolling(time=parameter1).mean() #.isel(time=-1) ma_fast = close.rolling(time=parameter2).mean()#.isel(time=-1)

      It selects the last day, you need an entire series.

      Regards.

    • magenta.grimer

      Modify an example strategy to trade on the futures market
      • magenta.grimer

      8
      0
      Votes
      8
      Posts
      451
      Views

      magenta.grimer

      @support Thank you very much!

      I hope to don't disturb you so often in the future @support , but before that I need help to "get going".

    • magenta.grimer

      Help in developing a strategy
      • magenta.grimer

      9
      0
      Votes
      9
      Posts
      674
      Views

      support

      @magenta-grimer Hi, the lookback period in the backtester function is expressed in calendar days, and the indicators are expressed in trading days. So as far as the lookback period is long enough to include all indicator needed periods, all choices are fine.

      If the longest period needed for an indicator is 10 trading days (2 weeks), a lookback period of (for example) 20, 50 or 100 for the backtester function will deliver the same results. The shorter the better for efficiency.

    Powered by NodeBB | Contributors
    • Documentation
    • About
    • Career
    • My account
    • Privacy policy
    • Terms and Conditions
    • Cookies policy
    Home
    Copyright © 2014 - 2021 Quantiacs LLC.
    Powered by NodeBB | Contributors