No video

Self-Exciting Behavior and Detecting the End of Price Trends | Algorithmic Trading Strategy

  Рет қаралды 11,888

neurotrader

neurotrader

Күн бұрын

In this video I show a method I use to exit trades for momentum/trend following strategies. It is the Hawkes Process, a useful tool for algorithmic traders to know. The Hawkes Process is a type of self-exciting process and can be used to handle the self-exciting behavior found in volume/volatility. In this video we apply it to measure of volatility, the range of candles (high - low). Often major trends exhibit higher volatility. Trends often end around the same time that the volatility has dispersed. I show a simple trading strategy using the hawkes process that has decent performance and fairly high win rates for a momentum based trading strategy. A python implementation is shown for the indicator and the strategy.
Patreon: / neurotrader
Code: github.com/neu...
Links
en.wikipedia.o...
en.wikipedia.o...
en.wikipedia.o...
github.com/tr8...
tr8dr.github.i...
tr8dr.github.io/
The content covered on this channel is NOT to be considered as any financial or investment advice. Past results are not necessarily indicative of future results. This content is purely for education/entertainment.

Пікірлер: 37
@Gingeey23
@Gingeey23 Жыл бұрын
this must be the best youtube channel for more advanced algo strategies. I appreciate the transparency into parameter impact, and that you don't just show the highly tuned, overfitted results.
@neurotrader888
@neurotrader888 Жыл бұрын
Thanks. Too many times you'll see impressive results only to find it built from 5 suspiciously specific parameters
@MrRahul15937
@MrRahul15937 Жыл бұрын
Bro, you are from different planet...
@arieloxford6790
@arieloxford6790 Жыл бұрын
Another gem. This stuff is amazing.
@chechelc
@chechelc 7 ай бұрын
Man! Your vids are addictive! Keep the great work.
@sphiwemkhatshwa7980
@sphiwemkhatshwa7980 Жыл бұрын
I’ve learned so much from this channel - always excited for an upload !
@RettlonHD
@RettlonHD Жыл бұрын
You need a discord for your community, to discuss such stuff. Awesome video as always!
@SliverHell
@SliverHell Жыл бұрын
Neurotrader, do not start a discord for the community, keep things the way they are.
@MrRahul15937
@MrRahul15937 Жыл бұрын
Thanks for providing these new set of learning to me...
@paulparker4078
@paulparker4078 3 ай бұрын
Fascinating stuff. Thanks for sharing this, I have learned a lot of interesting techniques from your videos.
@seanmulherin1055
@seanmulherin1055 4 ай бұрын
Wow, well done. Thanks for including the python code.
@bongkem2723
@bongkem2723 25 күн бұрын
amazing video, thanks bro
@minimal2224
@minimal2224 Ай бұрын
I shall develop my own ideation of this now the Hawk-Tuah process.
@estebangonzalez7036
@estebangonzalez7036 Жыл бұрын
One reason why you may not need the mean arrival rate is that you're working with a mean reverting stochastic process by nature which is range or volatility, thus you're already working with a close to 0 mean process. (Disclaimer: I'm not a mathematician, I just deducted that by logic which may be wrong, please correct me if I am!). Great video thanks!
@neurotrader888
@neurotrader888 Жыл бұрын
I don't know enough about point processes/hawkes processes to know for sure (still learning). The mean of the normalized volatility is stationary at 1.
@OPPACHblu_channel
@OPPACHblu_channel Жыл бұрын
thanks for sharing!
@wootoon
@wootoon Жыл бұрын
很有用,期待更多视频。
@ZVer-gr1ft
@ZVer-gr1ft Жыл бұрын
awesome work! thanks
@cooltraderf
@cooltraderf Жыл бұрын
Really great stuff. I am going to attempt to apply this to options volatility to see if I can find workable signals. Thank you.
@neurotrader888
@neurotrader888 Жыл бұрын
Very cool. Never worked with options myself. good luck!
@mozkhiyar9486
@mozkhiyar9486 Жыл бұрын
Great again as always
@orjonxhoxhi1314
@orjonxhoxhi1314 Жыл бұрын
Nice work. Keep it up
@mohammadgh6097
@mohammadgh6097 Жыл бұрын
Great content, keep it up ❤
@mk6289l
@mk6289l 8 ай бұрын
Which entries work best with these exits?
@pavanvenkat9182
@pavanvenkat9182 7 ай бұрын
Hi , are you a profitable trader using automation?
@MsRajdutta
@MsRajdutta 22 күн бұрын
Can you create a video on Donchian channel
@badredinboudjemaa9668
@badredinboudjemaa9668 9 ай бұрын
Can you pls make a video about how to make the howks process indicator on tradingview
@NguyenHieu-uw2sx
@NguyenHieu-uw2sx 7 ай бұрын
Hi do you have any video regarding using AI neutral net to time the market? Thanks,
@heshammostafafahmy
@heshammostafafahmy 7 ай бұрын
Thanks for posting this video but I have one comment about the way the backtest is carried out. Using the signal * returns is not quite a realistic scenario to backtest the strategy. The signals are held to either 1s or -1s consecutively for quite some time. Ignoring the trading fees is actually quite unrealistic as you will end up paying lots of fees and hurts the overall performance of the strategy.
@neurotrader888
@neurotrader888 7 ай бұрын
The idea is a consecutive sequence of 1s denotes a single long position. The fee is only paid on the first 1 (entry) and last 1 (exit). In the period tested the average long trade was 2.9%. A common fee on many crypto exchanges is 0.1%. Of course there is also slippage to consider..
@heshammostafafahmy
@heshammostafafahmy 7 ай бұрын
@@neurotrader888 Right but I suggest you then change the cumsum returns plot as its returns calculated at every candle of the signal without accounting for the trading fees. Realistically this will lead to loses when i tried it.
@KaiAlgo
@KaiAlgo Жыл бұрын
Hey bro, can you guide me what's the best source to learn Quant statistics and math?
@neurotrader888
@neurotrader888 Жыл бұрын
I learned this stuff from reading a lot of books/papers, too many to list. I may make video about books I like at some point. Perry Kaufman's Trading Systems and Methods and the quantstart blog are good resources that I read when I started.
@KaiAlgo
@KaiAlgo Жыл бұрын
@@neurotrader888 what's the keyword when you search about related papers? Would you please explain a little about this?
@KaiAlgo
@KaiAlgo Жыл бұрын
@@neurotrader888 also thanks for guidance. It would be greate if you share the books you read here or in a blog.
@cheerret
@cheerret 3 күн бұрын
Я повторил эту стратегию в своей программе с учетом комиссии, и эта стратегия убыточна на большом интервале, как и все другие стратегии из ютуба, увы
@TopsideXP
@TopsideXP 7 ай бұрын
Bro this channel is gonna get taken down by Nancy Pelosi 😭
Trading stock volatility with the Ornstein-Uhlenbeck process
21:35
English or Spanish 🤣
00:16
GL Show
Рет қаралды 8 МЛН
拉了好大一坨#斗罗大陆#唐三小舞#小丑
00:11
超凡蜘蛛
Рет қаралды 14 МЛН
娜美这是在浪费食物 #路飞#海贼王
00:20
路飞与唐舞桐
Рет қаралды 5 МЛН
Do Moving Averages Actually Work as Support and Resistance?
7:11
Automated Price Break Out Detection: Algorithmic Trading In Python
16:34
Harmonic Pattern Recognition With Python
23:58
neurotrader
Рет қаралды 11 М.
Automated Support and Resistance Detection in PYTHON
19:25
CodeTrading
Рет қаралды 63 М.
Predict The Stock Market With Machine Learning And Python
35:55
Dataquest
Рет қаралды 671 М.
"Automated Trading Secrets" - Martyn Tinsley | Trader Interview
44:39
Etienne Crete - Desire To TRADE
Рет қаралды 25 М.
English or Spanish 🤣
00:16
GL Show
Рет қаралды 8 МЛН