EthernetWink
EthernetWink
  • 37
  • 21 373
How To Get Started in Quantitative Finance For 2025!
This is the Google Doc I was reading off:
Step 0, is programming for you?
Start for free on YT
Code some projects
Not basic ones, ones that interest you
Learn why to use certain languages where
What projects make you want to code?
Find your personality
Step 1, what kind of programming?
Learn DS+A, Computer Architecture
Front end back end?
Cli or web app?
Work with databases?
JavaScript?
concurrency/async/parallelism: Languages: Go, Python, C++
Step 2, Quant Finance?
Good data
Free: yfinance, other free api’s: alphavantage, openBB
In the middle: QuantConnect, IBKR, Tradier, TradingView
Premium: Databento, alphavantage, thetadata, IEXCloud
Iterate
Equities, Bonds, Commodity futures, currency futures, and index futures, bond futures, options, options on futures. Instruments Swaps.
Edges, strategies: Day trading, HFT, Swing trading, directional, Investing, event driven:news. Machine learning.
Non local: QuantConnect
Local: Zipline framework
Solve a real problem…
What do you want?
Tricks nuances and context
Earnings, fed decisions, fear, expirations, Strike deviations, think in percents, threshold * 1.02. Risk Risk Risk: expectation vs probability. Mean reversion, trend.
Magic numbers: SMA(20)
Sum of Squared Errors
Significant numbers and you deal with non optimized
A little obsessed
Randomness, fractals, ML, topology, option volatility. Read
Books: Fooled By Randomness, The Black Swan both by Nassim Nicholas Taleb. The Misbehavior of Markets by Benoit Mandelbrot
Step 3, Commit
Throw yourself at it, learn a lot, what are you scared of?
Commit to a Niche project
Learning with things like ChatGPT
My road
Yfinance and pandas and numpy for python
QuantConnect
Order flow imbalances
Stat based(technical indicators)
Physics and math side: entropy, hurst exponent, topology, stochastic probability, expectation vs probability
Large universe of fixed symbols
Dynamic universes
Outsized moves and mispricings
Custom Machine Learning and mis-pricing skewed risk
Infrastructure
Backtesting engines
Pricing scripts
Web apps
Languages I use: Python, Go, C++
Languages I want to learn: Zig, Rust… maybe
Languages to Master: Go, Python
Indicator with LuxAlgo: www.luxalgo.com/creator/sce/
Prometheus Paid: whop.com/prometheus-analytics/
Prometheus Open Source: www.tradingview.com/u/PrometheusAnalytics/#published-scripts
Business X: x.com/ScorEnterprises
Prometheus X: x.com/prometheusmondo
Personal X: x.com/scorsone_joe
Переглядів: 1 163

Відео

SuperTrend and Stochastic Indicators in QuantConnect! | QC Tutorial 14
Переглядів 29614 днів тому
In this video I show how to use the Supertrend and Stochastic indicators in QuantConnect. I also show how to structure algorithms to use dynamic universes and indicators to trade options. LuxAlgo Collaboration: www.luxalgo.com/creator/sce/ Business X: x.com/ScorEnterprises Personal X: x.com/scorsone_joe Prometheus Analytics Free: www.tradingview.com/u/PrometheusAnalytics/#published-scripts Prom...
Showing Off My new Indicator and Collaboration With LuxAglo!
Переглядів 28414 днів тому
In this video I go over the newest indicator I made with LuxAglo and how you can use it to enhance your own trading! Product page: www.luxalgo.com/creator/sce/ Personal X: x.com/scorsone_joe Business X: x.com/ScorEnterprises
Code a Parallel Backtesting Engine in GoLang With Me | Part 1
Переглядів 19421 день тому
In this video I code a backtesting engine in GoLang that can preform multiple backtests at once. At around 28:00 I make a mistake, the code to calculate the payoff of the short is like this: result.TotalProfit = entryPrice - data[i].Close I update it at the end of the video, but for my impatient homies. Github Repo: github.com/Joseph-Matteo-Scorsone/Go-Parallel-Backtest-Engine/tree/main Prometh...
Simple Order Flow Futures Trading Algorithm in QuantConnect! Beginner Friendly | QC Tutorial 13
Переглядів 8872 місяці тому
In this video I make a trading algorithm that works on a fixed universe of futures in QuantConnect. I go over how to organize data and structure a project like this. QC Discussion: www.quantconnect.com/forum/discussion/17967/orderflow-trading-on-a-fixed-universe-of-futures/p1 FREE Prometheus Products: www.tradingview.com/u/PrometheusAnalytics/#published-scripts Prometheus Products: whop.com/pro...
Orderbook in GoLang Project Part 1
Переглядів 3122 місяці тому
In this video I kick off a series where I make an interactive web app orderbook in GoLang. This is the first basic idea. @CodingJesus How's it looking? Coding Jesus video: ua-cam.com/video/GW0Wh1qjbi0/v-deo.html Twitter pricing tweet: x.com/Hamptonism/status/1819474874147991992 Prometheus Analytics Products: whop.com/prometheus-analytics/?pass=prod_y21wZqFPuhLXL Prometheus Analytics Free stuff:...
an ai hot take with no evidence to support it
Переглядів 1042 місяці тому
In this video I speak about why I do not think AI is worth our while for trading models. links to references and articles: ua-cam.com/video/lV29EASsoUY/v-deo.html www.nature.com/articles/d41586-024-02420-7#:~:text=Researchers gave successive versions of,AI — and observed rapid collapse medium.com/@sgino209/deep-reinforcement-learning-for-automated-stock-trading-c661299ebe0f x.com/lizziegibney M...
Pricing Options Using the Binomial Pricing Model
Переглядів 1582 місяці тому
In this video I calculate options prices using the Binomial Pricing Model. The video is more focused on the fundamentals about the options than the C code. AI was used in code generation, please let me know if you were ripped off, or if you could tell, curious. Repo: github.com/EthernetWink/Binomial-Pricing-Model Investopedia reference: www.investopedia.com/articles/investing/021215/examples-un...
Topological Data Analysis in Quant Connect! | QC Tutorial 13
Переглядів 7853 місяці тому
In this video I modify code from this article: medium.com/@crisvelasquez/predicting-stock-market-crashes-with-topological-data-analysis-in-python-1dc4f18ca7ca to create a trading indicator in Python in Quant Connect. I wanted to get a video out more so than understand this specific topic, hence the use of an article. Also my equity is on HOUR timeframe not DAILY. Link to code in QC: www.quantco...
Calculating the Custom Indicators on a Stock Universe in Quant Connect | QC Tutorial 12
Переглядів 3063 місяці тому
This video is about using custom indicators on a universe of stocks in QuantConnect. I chose to use the Hurst Exponent as my custom indicator to calculate a form of long memory. Business: whop.com/prometheus-analytics/ Business Twitter: x.com/prometheusmondo Personal Twitter: x.com/scorsone_joe
Calculating Implied Volatility on an Option Chain using C++
Переглядів 9443 місяці тому
I apologize for all the breath in the microphone. I liked the way I spoke about everything so I am using this take. This video is about calculating implied volatility with the Newton-Raphson method and the Black-Scholes model. Link to the code: github.com/EthernetWink/Black-Scholes-model-and-IV-cpp/tree/main Links for more references: chatgpt.com/share/49fcb7ce-88c2-4922-8821-321ab60e9f01 www.q...
Pricing Options With the Black Scholes Model and Calculating Greeks in C++ (Beginner Friendly)
Переглядів 8183 місяці тому
This is a video explaining code that calculates option premium using the Black Scholes model. I also calculate the Greeks, Implied Volatility, and intrinsic value. References: stackoverflow.com/questions/61196712/converting-days-into-years-seconds-and-minutes cplusplus.com/forum/beginner/62864/ en.wikipedia.org/wiki/Black–Scholes_model www.5minutefinance.org/concepts/the- greeks#:~:text=Let P r...
Pricing Options Using Monte Carlo Simulation in C++ (Beginner Friendly)
Переглядів 4,8 тис.3 місяці тому
In this video I go over C code to price options using a Monte Carlo Simulation. I explain what a Monte Carlo Simulation is and why they can be used to estimate values. Disclaimer: ChatGPT was used to generate lines of code. If you want this video removed or credit because you believe ChatGPT had a hand in plagiarizing your source code, please contact me through scorsonejoseph4@gmail.com and we ...
Coding an Order Book in C++ (Beginner Friendly)
Переглядів 8664 місяці тому
In this video I explain code I wrote to simulate an order book in C . It supports multiple order types and works well with some small flaws I go over in the video. GitHub link for code: github.com/EthernetWink/Cplusplus-order-book Prometheus Analytics: whop.com/prometheus-analytics/ Prometheus Twitter: x.com/prometheusmondo Personal Twitter: x.com/scorsone_joe
How to Make a Rebalancing Portfolio in QuantConnect! | QC Tutorial 12
Переглядів 3044 місяці тому
In this video I make an algorithm, per request, that selects the most liquid stocks and then buys the ones with the lowest PE ratios. There is also a risk measurement that is dependent on the Federal Funds Rate. QC Documentation I used: www.quantconnect.com/docs/v2/writing-algorithms/algorithm-framework/universe-selection/fundamental-universes My Twitter: x.com/scorsone_joe Prometheus Analytics...
How to Create Custom Indicators on OPTIONS and UNDERLYINGS | QC Tutorial 10
Переглядів 1285 місяців тому
How to Create Custom Indicators on OPTIONS and UNDERLYINGS | QC Tutorial 10
Buying A PUT and CALL At A Moving Average Tutorial | QC Tutorial 9
Переглядів 180Рік тому
Buying A PUT and CALL At A Moving Average Tutorial | QC Tutorial 9
Entropy, Hurst Exponent Trading Algorithm | QC Tutorial 8
Переглядів 389Рік тому
Entropy, Hurst Exponent Trading Algorithm | QC Tutorial 8
New Traders Aren't Supposed to Make Money
Переглядів 137Рік тому
New Traders Aren't Supposed to Make Money
How To Buy More Than One Future in the SAME Program! | QC Tutorial 7
Переглядів 198Рік тому
How To Buy More Than One Future in the SAME Program! | QC Tutorial 7
4 Stocks for This Week! | Stock Sundays 4
Переглядів 41Рік тому
4 Stocks for This Week! | Stock Sundays 4
Contrarian Trade Idea | Stock Sundays 3
Переглядів 37Рік тому
Contrarian Trade Idea | Stock Sundays 3
Stocks For This Week Plus My System | Stock Sunday's 2
Переглядів 55Рік тому
Stocks For This Week Plus My System | Stock Sunday's 2
Stocks I'm Looking at For This Week! | Stock Sundays 1
Переглядів 63Рік тому
Stocks I'm Looking at For This Week! | Stock Sundays 1
The $SIVB Bank Collapse Explained Very Simply | Silicon Valley Bank Collapse
Переглядів 19Рік тому
The $SIVB Bank Collapse Explained Very Simply | Silicon Valley Bank Collapse
Updates To the Python Blockchain!
Переглядів 46Рік тому
Updates To the Python Blockchain!
Explaining a REAL Barclay's Options Strategy!
Переглядів 456Рік тому
Explaining a REAL Barclay's Options Strategy!
Simple Order Flow Trading Algorithm in under 25 Minutes | QC Tutorial 6
Переглядів 2,7 тис.Рік тому
Simple Order Flow Trading Algorithm in under 25 Minutes | QC Tutorial 6
2 Ways to Calculate the Hurst Exponent in Under 15 Minutes! | QC Tutorial 5
Переглядів 1,2 тис.Рік тому
2 Ways to Calculate the Hurst Exponent in Under 15 Minutes! | QC Tutorial 5
2 Ways to Calculate Stock Market Entropy in Under 15 Minutes! | QC Tutorials 4
Переглядів 1,1 тис.Рік тому
2 Ways to Calculate Stock Market Entropy in Under 15 Minutes! | QC Tutorials 4

КОМЕНТАРІ

  • @mitulkumar8174
    @mitulkumar8174 2 дні тому

    Hey, please share your discord would love to share some potential ideas

  • @gurneetbhamra
    @gurneetbhamra 2 дні тому

    Do you have this on GitHub ?

  • @ethantimmy8656
    @ethantimmy8656 4 дні тому

    sooo you're making trading view indicators 🤣

    • @ethernetwink7230
      @ethernetwink7230 4 дні тому

      @@ethantimmy8656 yes. I make some open source ones and offer some for a premium

  • @killer1o165
    @killer1o165 4 дні тому

    What libraries do u use to create these trading bots

    • @ethernetwink7230
      @ethernetwink7230 4 дні тому

      @@killer1o165 that’s why I suggested QC so much, it’s all built in to the online ide. If you want to code locally I’d use either yfinance or alphavantage for free just to develop. Or databento for more production style and dynamic stuff. I believe I put the API’s in the description, that google doc. In terms of tools, numpy, pandas, scipy for python, and in Go you’d probably have to make most the stuff yourself. A gift and a curse lol

  • @HitAndMissLab
    @HitAndMissLab 5 днів тому

    nice, except no long term performance, no comitment to a trading strategy with entry and exits. That way one can just hype up any hazy claims. Plus obviously, author is not trading this with real money on real broker acount, so it $36/mo for a pretty picture. In essence author has not tested the strategy on his own skin, but his customer will have to pay money to put his own hand in a fire.

    • @ethernetwink7230
      @ethernetwink7230 5 днів тому

      @@HitAndMissLab the whole point is that I did not show a back test and on the twitter for my business there are screenshots of trades I have taken with this. Sorry I haven’t been able to be a full time trader while double majoring. If you want me to show you an overfit backtest I can do that. And if you want me to describe a stringent way to use this indicator in an esoteric way. I can also do that. Sticking a hand in the fire is a strange way to say that. We do that with any trade. You don’t have to buy it but making claims based on something you simply cannot be certain of is strange.

    • @HitAndMissLab
      @HitAndMissLab 5 днів тому

      @@ethernetwink7230 Contrary to popular belief risk of trading algo strategy is much higher then in discretionary trading because with alogo trading one has to wait for dorwdown to surpass drawdown from backtest. And that can be quite a large number of successive losses. yeah, of course I would like to see the back test. How can it be done? What timeframe bars is strategy using? I'm missing the point of of not showing the back test?

    • @HitAndMissLab
      @HitAndMissLab 4 дні тому

      yeah, I would be interested to see backtest. In a meantime you can check this video to see how the top seller on MQL5 trading strategy marketplace markets his trading strategy, for x100 sales of $1,000+ per month: ua-cam.com/video/KAzb-iEJcwg/v-deo.html

    • @ethernetwink7230
      @ethernetwink7230 4 дні тому

      @@HitAndMissLab if I show you a backtest you have zero way to know if it’s overfit. You also have zero way to know if I faked it, it is a closed source indicator. Id rather show what the indicator looks like as it alerts. It’s also confining I find. If I show you a backtest trading options on a 5 minute, but you want to trade futures on a 4 hour. You still don’t have any information. I also have never head the paradox of drawdowns from an indicator being greater than not. Why not still make your own decisions and use the indicator as a tool?

    • @ethernetwink7230
      @ethernetwink7230 4 дні тому

      @@HitAndMissLabthank you for the resource

  • @NadidLinchestein
    @NadidLinchestein 6 днів тому

    Should i study Mathematics or Computer Science as Undergrad?

    • @NadidLinchestein
      @NadidLinchestein 6 днів тому

      Looking at Quant Trader or Quant Dev roles

    • @ethernetwink7230
      @ethernetwink7230 5 днів тому

      I’m doubling my friend

    • @NadidLinchestein
      @NadidLinchestein 5 днів тому

      @@ethernetwink7230 Unfortunately Double major of Math/CS isn't offered

    • @ethernetwink7230
      @ethernetwink7230 5 днів тому

      @@NadidLinchesteinthen I’d do computer science. I think it’s easier to teach a programmer math. Than a mathematician programming.

    • @DonKilluminati323
      @DonKilluminati323 4 дні тому

      @@ethernetwink7230I would disagree. Learning math is harder than programming.

  • @abelkidanemariam6485
    @abelkidanemariam6485 6 днів тому

    subbed!!!!

  • @marcovalentinoalvarado3290
    @marcovalentinoalvarado3290 7 днів тому

    Where did you learn this stuff? I was just planning to get into algorithmic trading this summer (now) and I got this recommended, perfect timing, also I was actually going to start with MQL5 + Python, but do you have any suggestion regarding technologies to get involved with? I want to specifically trade Forex, but I'm also open to commodity pairs. BTW; Liked, subscribed, and notification bell set up!

    • @ethernetwink7230
      @ethernetwink7230 7 днів тому

      @@marcovalentinoalvarado3290 thank you so much for the like and subscribe! It’s funny you comment this now I am planning on putting out a video on this topic how to start algorithmic trading. I might record and upload it tonight I don’t want to put it off anymore. But since you know exactly what you want to trade. Either find a good data provider and broker in one. So you can get data and manage orders from the same API. Or use QuantConnect. I love QC for live alerts

  • @GRAVITYtrading679
    @GRAVITYtrading679 8 днів тому

    Hallo sir please code haging strategy daily profit 1%

    • @ethernetwink7230
      @ethernetwink7230 7 днів тому

      I’m not familiar with that kind of strategy

    • @skdx1000
      @skdx1000 День тому

      lol he’s asking for an implementation worth hundreds of millions of dollars

  • @sbqb21
    @sbqb21 10 днів тому

    great stuff I would like to share some ideas with ya !!!!!

  • @hackerborabora7212
    @hackerborabora7212 13 днів тому

    Pls let's make video about it kan4tsf packages it's amazing Time series analysis package let's play with

  • @pratikpatil8395
    @pratikpatil8395 13 днів тому

    hello sir which book you are using and what are prerequiste to start learning with this book

    • @ethernetwink7230
      @ethernetwink7230 13 днів тому

      @@pratikpatil8395 this website is called QuantConnect. I have a bunch of videos on my channel about writing code in it. Their documentation and community support is really good though

  • @JosephKimani-o7r
    @JosephKimani-o7r 14 днів тому

    THANK YOU DUDE THANK YOU SO MUCH

  • @dibyojyotibhattacherjee4279
    @dibyojyotibhattacherjee4279 16 днів тому

    Happy to see c++ being used for something amazing.

    • @ethernetwink7230
      @ethernetwink7230 16 днів тому

      @@dibyojyotibhattacherjee4279 right. The language isn’t bad especially with them implementing a safe keyword for functions. But it’s really esoteric for some reason. I wish visualization and imports was more intuitive. But for stuff like this, C++ or Go is the best imo. Quick and reliable

  • @Exzal123
    @Exzal123 20 днів тому

    do you use warmup for EMA ? in my strategy I use EMA 48000 (EMA 200 of H4... but to avoid look-ahead I use 48000) and it seems to fuckup my codes, I'm not sure how to handle that lol

    • @ethernetwink7230
      @ethernetwink7230 20 днів тому

      @@Exzal123 you can either warm up manually or set a flag in the initialize. In my latest orderflow video on QC I make an entropy indicator and I think that the structure of that code can help you

    • @Exzal123
      @Exzal123 20 днів тому

      @@ethernetwink7230 Thanks man, love ur vibe ✌

  • @eigensmith8316
    @eigensmith8316 20 днів тому

    brother are you a quant?

    • @ethernetwink7230
      @ethernetwink7230 20 днів тому

      @@eigensmith8316 i try to be hahaha. I like the title but anyone who does analysis like this is a quant

  • @JosephKimani-o7r
    @JosephKimani-o7r 27 днів тому

    hey i appreciate your channel, and i was kindly asking can you do a python option trading bot using the supertrend and the stochatic momentum index

    • @ethernetwink7230
      @ethernetwink7230 27 днів тому

      @@JosephKimani-o7r sounds fun. On Quant Connect?

    • @ethernetwink7230
      @ethernetwink7230 27 днів тому

      And thanks for the kind words!

    • @JosephKimani-o7r
      @JosephKimani-o7r 27 днів тому

      @@ethernetwink7230 NO thank sir you do not know how i have been struggling with building an option trading bot in python, i am trying to use the trading view scripts but it is kinda hard to convert them to python i have to use chatgpt, which is not quite accurate and i end up failing the debug part

    • @ethernetwink7230
      @ethernetwink7230 27 днів тому

      @@JosephKimani-o7rtranslating python to pinescript or vise versa is so so so annoying I’ve done it a few times myself. I’ll make that strategy you asked about on QuantConnect. Do you think I should do a pinescript video? It’s actually kinda similar to Go the way I think about setting up my types and stuff. One file is kinda annoying

  • @b3746
    @b3746 27 днів тому

    number = 1234567.89e3 print("{:.0f}".format(number))

  • @b3746
    @b3746 27 днів тому

    Hi, great stuff. I wonder if you have an email could reach you out.

  • @NadidLinchestein
    @NadidLinchestein Місяць тому

    Can you make longer videos?

    • @ethernetwink7230
      @ethernetwink7230 Місяць тому

      @@NadidLinchestein I’m planning on making a code along video soon. Idk if it’ll be in C++. Probably something with concurrency in Go

    • @NadidLinchestein
      @NadidLinchestein Місяць тому

      @@ethernetwink7230 Please waiting for C++)

  • @manujayaperera3961
    @manujayaperera3961 Місяць тому

    Thnak you. Nice channel

  • @hackerborabora7212
    @hackerborabora7212 Місяць тому

    Try autoengineering data with Autofe or autofeature tool this is help ML &DL TO GET MORE ACCURATE BE CURFUL FROM OVERVITING

  • @Ilya-zs5sj
    @Ilya-zs5sj Місяць тому

    Good stuff, well written

  • @HitAndMissLab
    @HitAndMissLab Місяць тому

    Is there any chance you can re-do this video because sound is incomprehensible?

    • @ethernetwink7230
      @ethernetwink7230 Місяць тому

      @@HitAndMissLab in the most recent futures trading vid I put out I show how to calculate entropy better. I’ll do this video again I think the title would get me a lot of clicks hahaha

  • @HitAndMissLab
    @HitAndMissLab Місяць тому

    I hope I'm not overloading the comment senction, but this is really a topic that keeps me awake during the night. I'm doing both discretionary and algo trading, and I want to branch into ML for let it find patterns for me. Except for steep learning curve. My discretionary paper trading is kind off wobbly, and it obliterates any free time I might want to have. But on ML side, there is a giant learning curve and months of coding. On other hand YT is choke full of succesfull discretionary traders, and I go into ML it will be full year passed and I will not even be ready to start. Now, Johann Christian Lotter is owner and developer of Zorro Trader trading software with about x20 years of trading strategy development experience. On his blog "Financial Hacker" he wrote quite unique article comparing various approaches and their success rate: Indicators, Patterns, Options & ML. ML actually did quite purely in comparison with others: financial-hacker.com/please-send-me-a-trading-system/

  • @HitAndMissLab
    @HitAndMissLab Місяць тому

    Great channel by the way! I guess it is "rubbish in rubissh out" theorem. What makes you sure that you are giving ML actually predictive inputs. Larry Williams published book back in late 90's with one pattern (forgot it's name) and YT is full of videos that are testing that pattern and it still works x24 years after it was published. So, patterns are out there. Maybe its the way ML "thingks" that prevents it from finding them.

  • @HitAndMissLab
    @HitAndMissLab Місяць тому

    Where this idea that order stacking on one side behaves differently in ranging and trending market? Do you have a link?

    • @ethernetwink7230
      @ethernetwink7230 10 днів тому

      Learned it a while ago and it holds water now with backtests. Lmk if you find any literature

    • @HitAndMissLab
      @HitAndMissLab 10 днів тому

      @@ethernetwink7230 The reason I was asking is that there is this paid trading strategy for NinjaTrader v8 that is called Futures Analitica ( they have YT channel ). This strategy works off the order flow as well, but user has to manually interveene and tell to the software when market is ranging or trending mode. So I found it interesting that you hopefully indipendently found the same to be true. Actually they do lots of live real time trading videos and you can see them manually switching between ranging and trending while placing live trades.

  • @albertng5997
    @albertng5997 Місяць тому

    such a nice video, amazing so good and a really smart and kind guy~!

  • @anangelsdiaries
    @anangelsdiaries Місяць тому

    Actually pretty fair, I am learning algotrading currently and the idea of using ML raw as an automated trading system just always sounded wrong. I know people overfit backtests with finetuning for regular strategies so using ML would just compound the problem because ML models are typically pretty hard to interpret. But it feels like if used for sentiment analysis, or as some other cog in the overall system. ot would make sense? Maybe ML based position sizing? Idk, I am still learning all that stuff.

    • @ethernetwink7230
      @ethernetwink7230 Місяць тому

      @@anangelsdiaries i think ML will be a standard for classification in the future. Things like K means and PCA are proven and awesome. But like you said, overfitting a trading strategy make it a pain to understand what is going on

  • @horsei
    @horsei Місяць тому

    such a good video, thanks mate

    • @ethernetwink7230
      @ethernetwink7230 Місяць тому

      @@horsei glad you enjoyed brother

    • @horsei
      @horsei Місяць тому

      @@ethernetwink7230 hey man,could u recommend some good apis to fetch the implied volatilities to make this more dynamic

  • @nick_buttge
    @nick_buttge Місяць тому

    Hey, nice tutorial :) Is there a way to contact you for a developement order and discuss some trading strategies ?

  • @nebaazii2149
    @nebaazii2149 Місяць тому

    re: Hey i know this is random but, i have already built a profitable trading bot on the quant side you could consider it a start up mini hedgefund and i was wondering if you were intrested in joining my devlopment team let me know if you are intrested.

    • @ethernetwink7230
      @ethernetwink7230 Місяць тому

      Send me your LinkedIn and twitter, website anything else

  • @nebaazii2149
    @nebaazii2149 2 місяці тому

    Hey i know this is random but, i have already built a profitable trading bot on the quant side you could consider it a start up mini hedgefund and i was wondering if you were intrested in joining my devlopment team let me know if you are intrested.

  • @aarondelarosa3146
    @aarondelarosa3146 2 місяці тому

    Hello Joseph. I've got a C++ code to fix. I can´t fix it. Can you help me out to fix it?

  • @antoinepangas8997
    @antoinepangas8997 2 місяці тому

    great vid!

  • @hackerborabora7212
    @hackerborabora7212 2 місяці тому

    Pls can you do a video about using open bb or kdb for financial market with kafka

    • @ethernetwink7230
      @ethernetwink7230 2 місяці тому

      Maybe, I try to avoid things like openbb I think it's a cool project but I'd rather use the actual API's at the source. I have never worked with kbd or kafka so could be cool

    • @ethernetwink7230
      @ethernetwink7230 2 місяці тому

      What are you trying to use them for?

    • @hackerborabora7212
      @hackerborabora7212 2 місяці тому

      @@ethernetwink7230 market behaviour in different data and predict the high level greeks in anomaly detection

  • @hackerborabora7212
    @hackerborabora7212 2 місяці тому

    Hey can i use vprom with higher order greeks calculation

  • @hackerborabora7212
    @hackerborabora7212 2 місяці тому

    Try nbeat or Nhit model it's good with time series data try put ratio and volatility and see if work with you don't complex problem just do it can't FORCAST no one can we just find

    • @ethernetwink7230
      @ethernetwink7230 2 місяці тому

      @@hackerborabora7212 if we’re not forecasting what are we trying to accomplish?

    • @hackerborabora7212
      @hackerborabora7212 2 місяці тому

      @@ethernetwink7230 hhhh sorry I'm beginner 😆😆

    • @hackerborabora7212
      @hackerborabora7212 2 місяці тому

      It's just mathematics and a kind of striving for a living. This is life. You search for something and believe in it, and it comes true. But not always, because God's laws are above everything.

    • @ethernetwink7230
      @ethernetwink7230 2 місяці тому

      @@hackerborabora7212 Amen

    • @HitAndMissLab
      @HitAndMissLab Місяць тому

      What timeframe are we talking about, one minute, five minute or one day?

  • @MLirola
    @MLirola 2 місяці тому

    I don't know why it doesn't let me reply you back. I'm just interested on how you're developing yourself in terms of math and strategies. I'm also interested in profiles that share valuable information (twitter) and sites to seek information. And of course, i would like to expand my network and meet people that are in the same path as i am.

    • @ethernetwink7230
      @ethernetwink7230 2 місяці тому

      Find someone who compliments your thinking. I have a mentor who's an amazing trader while I am more versed on the math and programming side. So we work really well together. Honestly I'm not sure who is good to follow on twitter besides myself. All jokes I mostly post Bible verses and myself playing guitar on twitter I would read The Misbehavior of Markets by Benoit Mandelbrot, and other things from people like Nassim Nicholas Taleb. Also find a niche you like, maybe order flow, options, futures price action whatever and dive super deep into it. I love fractals, volatility, and options. Build what you want to! If you find a way to find a good network let me know HAHA

    • @shoto4352
      @shoto4352 2 місяці тому

      @@ethernetwink7230 do you have any ideas for other niches, because I already know what you've mentioned and I'm aiming to automate strategies with them, but if you knew of other niches that would be great. + Feel like creating a discord?

  • @MLirola
    @MLirola 2 місяці тому

    Hey! I've seen a few videos of you and the content is amazing. I'm from spain and i'm learning quant strategies on my own. I would like to chat about some strategies and code if that's fine to you. Cheers.

    • @ethernetwink7230
      @ethernetwink7230 2 місяці тому

      @@MLirola what do you want to talk on?

    • @MLirola
      @MLirola 2 місяці тому

      @@ethernetwink7230 Just how you're developing yourself, in terms of math, strategies, websites to seek information and knowledge and also to increase my network. I would like to meet people that are in the same path as me.

    • @MLirola
      @MLirola 2 місяці тому

      @@ethernetwink7230 Just to see how you're developing yourself in terms of math and strategies. I'm interested on profiles (twitter) and sites to seek information (i have an entire folder just with things about quants) and of course to expand my network, i would like to meet people that are in the same path as i am.

  • @alexanderverhaeghe4484
    @alexanderverhaeghe4484 2 місяці тому

    Nice to see your perspective on this topic!

  • @archie7534
    @archie7534 2 місяці тому

    what VScode theme is this you are using

    • @ethernetwink7230
      @ethernetwink7230 2 місяці тому

      @@archie7534 I answered this in a different comment friend

  • @srijankar9159
    @srijankar9159 2 місяці тому

    Hi is there anyway I can contact you

  • @VikBrummer
    @VikBrummer 2 місяці тому

    This was such a no frills, straight forward video to answer the exact question I had. Honestly wish we had more people like you putting content out, it's so insanely appreciated.

    • @ethernetwink7230
      @ethernetwink7230 2 місяці тому

      I'm glad man. I really wanted these videos when I first started but they didn't exist lol. I'm even still learning. check out these links www.quantconnect.com/docs/v2/writing-algorithms/universes/equity/fundamental-universes#99-Examples www.quantconnect.com/docs/v2/writing-algorithms/universes/key-concepts#06-Security-Changed-Events www.quantconnect.com/docs/v2/writing-algorithms/universes/equity/chained-universes#06-Chain-Fundamental-and-US-Equity-Options better to do something like this, again still learning lol. Planning on making pt. 2 to this lol def initialize(self): self.set_start_date(2024, 1, 1) self.set_cash(100000) self.universe_settings.asynchronous = True self.universe_settings.data_normalization_mode = DataNormalizationMode.RAW self.universe_settings.resolution = Resolution.DAILY universe = self.add_universe(self._select_coarse) self.add_universe_options(universe, self._option_filter_function) # Parameters self.every_indicator_dict= {} def _option_filter_function(self, universe: OptionFilterUniverse) -> OptionFilterUniverse: return universe.IncludeWeeklys().Strikes(1, 1).Expiration(timedelta(self.dte), timedelta(self.dte)) def _select_coarse(self, coarse: List[CoarseFundamental]) -> List[Symbol]: selected = [c for c in coarse if c.has_fundamental_data] sorted_by_dollar_volume = sorted(selected, key=lambda c: c.dollar_volume, reverse=True) symbols = [c.symbol for c in sorted_by_dollar_volume[:self.uni_size]] return symbols def on_data(self, data: Slice): # for options universes for sym, chain in data.option_chains.items(): symbol = chain.underlying.symbol spot = chain.underlying.price # for stock universes for symbol, bar in data.bars.items(): if symbol.id.security_type != SecurityType.EQUITY: continue close = bar.close def on_securities_changed(self, changes: SecurityChanges) -> None: for security in changes.added_securities: self.every_indicator_class[security.symbol] = all_my_indicators() trade_bars = self.history[TradeBar](security.symbol, 252+1, Resolution.DAILY) for trade_bar in trade_bars: self.every_indicator_dict[security.symbol].mas.update(self.time, trade_bar.close) self.every_indicator_dict[security.symbol].custom_indic_1.update(trade_bar.close) self.every_indicator_dict[security.symbol].custom_indic_2 .update(trade_bar.close) for security in changes.removed_securities: indic = self.every_indicator_dict.pop(security.symbol, None) class all_my_indicators: def __init__(self): self.mas = SimpleMovingAverage(100) self.custom_indic_1 = cool_thing() self.custom_indic_2 = better_than_goldman() def update(self, time, price): self.mas.update(time, price) self.custom_indic_1.update(price) self.custom_indic_2 .update(price) Been super busy with college and other things. Comment if you have an idea you want me to code, and I do freelance.

    • @VikBrummer
      @VikBrummer 2 місяці тому

      @@ethernetwink7230 Ooooo thanks for sending those through, I'll have a bit of a look. I'm a technical data analyst by trade so I can code well enough to build this stuff, I just only recently started with QC and wasn't sure if my way of handling indicators in universe algos was correct or not but you've done it and it makes sense to me

  • @aarondelarosa3146
    @aarondelarosa3146 2 місяці тому

    Do you have any repository on Github?

    • @ethernetwink7230
      @ethernetwink7230 2 місяці тому

      Sorry bud. Forgot to put it in the description github.com/EthernetWink/Black-Scholes-Model-Option-Pricing-CPP

  • @alexanderverhaeghe4484
    @alexanderverhaeghe4484 2 місяці тому

    Algo idea: Last couple of days I saw a lot about the butterfly option strategy. Maybe you could make your next video about this subject?

    • @ethernetwink7230
      @ethernetwink7230 2 місяці тому

      @@alexanderverhaeghe4484 sounds like a plan

  • @ceaser1288
    @ceaser1288 2 місяці тому

    interesting topic thanks for sharing

  • @alexanderverhaeghe4484
    @alexanderverhaeghe4484 3 місяці тому

    Nice video, thanks for helping me out!!

  • @alexanderverhaeghe4484
    @alexanderverhaeghe4484 3 місяці тому

    New trading algo idea: Topological data analysis based algo Something more difficult: TDA on order-book could also be a good thing too test, because then you can see if there is an unusual behaviour in orders PS: I've tried but failed :/ Just an idea, keep up the good work!!

    • @alexanderverhaeghe4484
      @alexanderverhaeghe4484 3 місяці тому

      Idea credits: ua-cam.com/video/fpL5fMmJHqk/v-deo.html

    • @ethernetwink7230
      @ethernetwink7230 3 місяці тому

      @@alexanderverhaeghe4484 check recent upload. Don’t feel bad about your failing. Topology is hard man 😭 I want to dig deeper into this though. It reminds me of long memory and clustering a lot of

  • @HammadAli-uw9so
    @HammadAli-uw9so 3 місяці тому

    Hey, could you please drop your email so I could get some help for my project. I'm new to algorithmic trading and really in need of guidance. Great stuff btw. Thanks.

    • @ethernetwink7230
      @ethernetwink7230 3 місяці тому

      Scorsonejoseph4@gmail.com hit my line there we’ll sort something out

    • @HammadAli-uw9so
      @HammadAli-uw9so 3 місяці тому

      ​@@ethernetwink7230 hey! Thanks for replying, I just sent you an email. It's regarding a MACD crossover strategy.