Navigation

    Quantiacs Community

    • Register
    • Login
    • Search
    • Categories
    • News
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. anshul96go
    3. Posts
    A
    • Profile
    • Following 3
    • Followers 0
    • Topics 13
    • Posts 22
    • Best 2
    • Groups 0
    • Blog

    Posts made by anshul96go

    • RE: Taking long time and no status update

      @support Thanks for the clarification!

      I have a lot of strategies in queue. If the strategies are not finished running by the deadline, will they not be considered?

      posted in Support
      A
      anshul96go
    • Taking long time and no status update

      Dear @support team

      My strategy champ_1 has been running for more than 2 hours but the log file is still empty. Could you please check if there is issue with code or the servers? The complete code run on the server in less than 30 minutes.
      6c4b9ea4-b4c4-4dda-b444-792d59959485-image.png file:///home/anshul/Pictures/Screenshot%20from%202022-04-29%2002-39-18.png

      posted in Support
      A
      anshul96go
    • RE: Weights different in testing and submission

      @support Thanks for the help team! Ahh, that makes sense. I am trying to run it.

      Also, there is one more issue coming up. On creating a local development environment today, the load data function is failing with the following error: "cannot represent labeled-based slice indexer for dimension 'time' with a slice over integer positions; the index is unsorted or non-unique". Could you please look into that too?

      posted in Support
      A
      anshul96go
    • RE: Different Sharpe ratios in backtest and after submission

      @sun-73 I am also facing the same issue. I checked the submission weights and it seems the number and type of assets used in the submission are different. Also, the data seems to be different on some days.

      posted in Support
      A
      anshul96go
    • Weights different in testing and submission

      Hi @support

      The strategy submitted to the Q17 is giving different weights after submission and in the testing phase. For instance, the q17_2 strategy is giving non-negative weights to all assets on 01/01/2014 when I cloned the strategy and run the code on the Quantiacs server whereas the weights I downloaded from the q17_2 submitted log give negative weight to some assets on 01/01/2014. Could you please help me with that?

      posted in Support
      A
      anshul96go
    • RE: Clarification regarding execution time

      @support Any update on this?

      posted in Support
      A
      anshul96go
    • Clarification regarding execution time

      Hi

      Following rule is mentioned regarding limit on execution time: "The evaluation of your strategy code will be performed on our servers. The execution time of your code must be less than 10 minutes per each point in time."

      Does this mean that my code can't take more than 10 minutes to do the complete training and run each day or am I missing something?

      posted in Support
      A
      anshul96go
    • RE: The Q17 Contest is running!

      @news-quantiacs
      Can the output be 0 too? It will mean that continue with the position and take no action.

      The broader question is this:
      Consider a cryptocurrency, say BTC. My algorithm gave an output of 1 for BTC on day t. So, we bought bitcoin. If my algorithm gives signal of +1 on t+1, does it mean that more BTC will be bought or will it just hold the past position?

      posted in News and Feature Releases
      A
      anshul96go
    • Output the results in an excel or other format file

      Hi Team

      I am running strategy in multipass mode. Is there a way to get the key result statistics in an excel or text file for analysis?

      posted in Support
      A
      anshul96go
    • Should I care about this?

      Hi Team

      I am getting this warning while running strategy in multi-pass mode and want to know if I should do something to correct it or can I ignore it?

      3c669e0b-de31-4093-bc0d-45526d832b51-image.png

      posted in Support
      A
      anshul96go
    • Unable to see 15/16 of myu strategies

      @support

      Hi

      I am unable to 15/16 strategies and not sure if there was some issue or are they taken into the contest. Some of the strategies that I wanted to submit are still showing in the "CANDIDATES" tab but no strategy is showing in "IN CONTEST" tab.

      posted in Support
      A
      anshul96go
    • Unable to untick the strategy

      @support

      Hi Team

      I accidentally selected 16 strategies and now I am unable to untick one of the strategies. I receive an error "Error while saving data". What should I do?

      be23e111-00d2-4dab-bbc6-0aa77b310140-image.png file:///home/anshul/Pictures/Screenshot%20from%202021-05-31%2016-27-29.png

      posted in Support
      A
      anshul96go
    • RE: Issue with Future and Crypto Spot data

      @support Thanks, mailing you!

      posted in Support
      A
      anshul96go
    • RE: Issue with Future and Crypto Spot data

      @support Hey

      I am trading cryptofutures in each case but I am using other datapoints (cryptocurrency spot, futures) as indicators. Can you tell if there is something I am missing because I am gonna submit the majority of my strategies of same kind.

      @admin Yup, that's the issue. I am not sure why it is not trading. I want to know if there is something wrong with the data I used or the way I used data?

      posted in Support
      A
      anshul96go
    • RE: Issue with Future and Crypto Spot data

      @support

      Please find the details below:
      (I) ML v1.0: Only BTC Futures Data
      (ii) othercrypto_open,othercrypto_close,othercrypto_high,othercrypto_low: Used other cryptocurrency spot data (didn't use BTC spot data)
      (iii)btc_othercrypto_close,btc_othercrypto_open,btc_othercrypto_high,btc_othercrypto_low: used btc and other crypto currency spot data
      (iv) futures_open,futures_high,futures_low,futures_close: futures data

      There are others too which include either crypto spot data or futures data. Please have a look as there are many strategies in the pipeline waiting to be submitted.

      posted in Support
      A
      anshul96go
    • Issue with Future and Crypto Spot data

      Hi

      Is there some issue with the futures and other cryptocurrency data? I have built some strategies for Cryptofutures competition using (i) futures data; (ii) other Crypto spot data but they are showing OS of zero. Could you please confirm that as I have multiple strategies in the pipeline using the same dataset?

      posted in Support
      A
      anshul96go
    • Bitcoin Futures strategy in Futues Competition

      Hi

      Just want to confirm, can I submit the Bitcoin Futures strategy under the Futures competition?

      posted in Support
      A
      anshul96go
    • Clarifications

      Hi

      Just want to clarify 2 things:

      1. For crypto futures competition, we still need to get data from: qndata.cryptofutures.load_data(tail=period)
        or this: qndata.crypto.load_data(tail=period, assets="BTC")

      2. The data from qndata.cryptofutures.load_data() is daily level whereas the data in qndata.crypto.load_data() is hourly, so are the strategies judged with daily level data?

      posted in Support
      A
      anshul96go
    • Trading System Optimisation Code

      Hi

      I have confusion regarding the trading system optimization and optimal parameter selection feature you are providing. I tried to do the same manually but the results varied with the ones I got using your trading system optimization feature. Can you tell how it decides the optimal parameters?

      posted in Support
      A
      anshul96go
    • Using Volume/OI data

      Hi Team

      For the BTC Futures competition, is it okay if my strategy works for data after 17 December 2018 as I want to employ Volume/OI data that is zero before that date? ANy solution/turnaround for that?

      Thanks
      Anshul

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