Search results

  1. P

    Tickblaze - An Advanced Platform for Quants and Active Traders

    Pochitito, alternatively, you could backtest on Daily data (Bar Type = Day, Bar Source = Day, Invoke = On Bar Close), which would be the fastest way to backtest a large universe of stocks, but also the most unrealistic. There's also a catch with Daily bars and On Bar Close - we can't cheat the...
  2. P

    Tickblaze - An Advanced Platform for Quants and Active Traders

    My quant friend, that innocent sentence "there shouldn't be much difference" makes all the difference in the world :) You know what they say ... The devil is in the details. Let me explain. You are right in the big picture, but the crucial difference lies in the Script Functions - the result is...
  3. P

    Tickblaze - An Advanced Platform for Quants and Active Traders

    Pochitito, ok, got the code for you. First off, your Data Series need to be set to 1 minute bars and invoked On Bar Closed, like this: I ran the backtest on DJI stocks from 2015, but didn't get many trades, so I tried Gamestop and that was better :) so here's GME backtest from 2015-2023 just...
  4. P

    Tickblaze - An Advanced Platform for Quants and Active Traders

    Hi @Pochitito If you export and share your strategy's code (MENU > Desktops > Export Resource), I will take a look at it this weekend (no promises though). It is difficult to help when we can't see the code and the settings of your strategy. Can you share Data Series settings? Just to check..
  5. P

    Tickblaze - An Advanced Platform for Quants and Active Traders

    I took the liberty of testing it myself :) , namely: - downloaded the whole current history of 1min BTCUSDTPERP from Binance API - converted the data to a Tickblaze compatible format - created new custom Binance Futures Exchange with the right settings (watch out for Tick Values, it differs even...
  6. P

    Tickblaze - An Advanced Platform for Quants and Active Traders

    Ok, and here's compressed 1min BTCUSDT (perpetual) dataset right from Binance as they provide it, if anyone wants to try and import to Tickblaze: https://1drv.ms/u/s!AiTD7m52MwrG8T2DKlTo7qR3sDsL?e=3WzQgC
  7. P

    Tickblaze - An Advanced Platform for Quants and Active Traders

    Hi, I've noticed that there is a Binance Futures exchange in the Security Master: (it is not present in the BETA version, but in the 1.0.47) Did anybody try to import text data from Binance Futures and backtest on it in Tickblaze? Is it usable for backtesting purposes?
  8. P

    Tickblaze - An Advanced Platform for Quants and Active Traders

    Hi Sergey, thanks for a quick reply. Fantastic, I will test the functionality right away, please let me know when the beta release is ready.
  9. P

    Tickblaze - An Advanced Platform for Quants and Active Traders

    Hi, I have a question about Symbol Explorer, about adding multiple new symbols into a strategy. I am trying to put in all ES futures single contracts (both historical and future ones) into the table, but since I can only do it one by one, it is really cumbersome (for some other futures like CL...
  10. P

    Tickblaze - An Advanced Platform for Quants and Active Traders

    Long time user, since 2017. I run a small fund. We've executed thousands of futures contracts with Tickblaze in live automated trading (via IB API) and counting.
Back
Top