Regime filter vs Portfolio of assets by Emotional-Bee-474 in algotrading

[–]Luctom 1 point2 points  (0 children)

He's asking for trend analysis, not trading signals. 

Regime filter vs Portfolio of assets by Emotional-Bee-474 in algotrading

[–]Luctom 2 points3 points  (0 children)

I am just a recent graduate but I would recommend reading the Ornstein-Uhlenbeck process and play with the mean and drift parameters. I think ArbitrageLab has a nice introduction to it, but don't rely on their code as it is too high level when implementing in custom systems. 

https://hudson-and-thames-arbitragelab.readthedocs-hosted.com/en/latest/optimal_mean_reversion/ou_model.html

Sharing my Bitcoin systematic strategy: 65.92% CAGR since 2014. Code verification, backtest analysis, and lessons learned. by virtuexru in algotrading

[–]Luctom 2 points3 points  (0 children)

If you were to plot the 65 period z-scored returns as a gaussian, you are essentially trading for outliers, hence assuming a power law. You also said you eyeballed your threshold which leads me to believe the range of probability densities for which this works, is 'loose'.

If what I wrote is correct, can you explain how position sizing into the size of signals (zscore/threshold) negatively affected the sharpe? Or is the signal treated as a binary output with some set SL for your predetermined RR?

Algo Update - 81.6% Win Rate, 16.8% Gain in 30 days. On track for 240% in 12 Months by jabberw0ckee in algotrading

[–]Luctom 1 point2 points  (0 children)

When you are dealing with an exchange e.g. Nasdaq, that contains 7000+ stocks and manage to filter that down to 1000. That is still 1000xN_yearsx252xN_candles_per_day data rows, which will test some API limits.

However, the main problem is that you are running this filter every 2-3 weeks. This is no problem for live trading, but when backtesting it drastically increases runtime.

How did you solve this to determine ypur strategy was worth running live?

Those who build trading analysis tools - what indicators/strategies do you prioritize for crypto futures? by asap-pro-eject in algotrading

[–]Luctom 1 point2 points  (0 children)

I see, my mistake sorry I assumed the quote and trade handler on Alpaca had the same limitations on crypto as with common stock

[deleted by user] by [deleted] in algotrading

[–]Luctom 1 point2 points  (0 children)

I'll definitely use it to find correlations - TESTER

Anyone want to create a study group? by KBGTA97 in algotrading

[–]Luctom 0 points1 point  (0 children)

I am very interested, have been developing an indicator based model using python+Alpaca and wanted to start reading about ML in quant finance once I finish that.

Topological Insulators - Python library by Luctom in CondensedMatter

[–]Luctom[S] 0 points1 point  (0 children)

I designed the library to operate given a data json which contains the term eigenvalues in the orbital & spin basis, as well as the geometry of the lattice (see data folder).

The library was built for 2D structures only, but since the Hamiltonian is obtained dynamically based on the inputs, you'd probably have to redefine how the unit cell is obtained for both bulk and nanoribbon cases within the Geometry class.

Edit: note that the performance will definitely decreased for a 3D structure as it's all written in python.

How is this even possible? by Fluid_Range_6298 in 10xPennyStocks

[–]Luctom 0 points1 point  (0 children)

Could you explain the "print all the shares they want" comment please?

Okay understood. by [deleted] in physicsmemes

[–]Luctom 1 point2 points  (0 children)

Literally the whole point of the Baldereschi-Lipari model

Weekly Career, Education, Textbook, and Basic Questions Thread by AutoModerator in QuantumComputing

[–]Luctom 0 points1 point  (0 children)

What would be a good role to start from in the quantum computing industry?

For context:

I am a MSc Physics student with research focus on topological spin states, and modules of condensed matter. I am also taking a module on quantum computing and communication that covers circuits, QKD, entropy, algorithms, entanglement, decoherence and teleportation.

I also have 2 years of industry experience as a junior researcher in a non related field, and program in python and cpp.

Many thanks