thank you for these informative videos and the free codes. I am learning python and this algo trading. its a big help for me to start with,.. thanks. waiting for more videos like this... 😊
Thank you for another interesting material. When creating my own systems, I have the same problem - how to distinguish the period when there is a clear trend and when there is a horizontal trend. I am still not entirely satisfied with the results, but I rely on the ATR ratio - when it is small I use a smaller order value (eg 1/3). When the ATR increases (the trend is clear) I move my position to the nominal. However, I am still looking for a good indicator to determine if there is a trend or not.
Hi, thank you for sharing, have you tried the slope of let's say closing prices of the last 10 candles for example? It might be a way to measure the trend but again 10 candles or 15 or ... It's hard to guess
Hi! I adapt the first part to my own strategy and it's working😍! Thanks a lot! 😌 Could you please share this notebook as well? I only could find the part I in the drive link 😢
Hi thank you for your support, I am glad it's working. For the part 2 notebook I will have to search I am not sure if I will be able to find it, it's a looooot of programs on my drive 😂
Thank you for making this videos. I have been binge watching them and I`m learning so much from you. If I may make a suggestion for a video :) could you look into the inventory retracement bar strategy from Rob Hoffman?
Hi, thank you for your support, I will check it out but unfortunately I will need few weeks, lots of requests/ideas recently to code and test but if you think it is worth it... why not 🙂
Hi, thank you for your comment, I am not very familiar with order blocks I mean from the technical side and no experience trading this method, have to study more about it see which part can be automated.
I'm trying to start with algo writing watching your videos. Thank you for making all the content
Thank you for your support 😊 and good luck it's really fun to code
Im following all of your videos about traiding, very 💪
Thank you for your support, I hope these are of help... I am always intrigued by your nickname 🙂
thank you for these informative videos and the free codes. I am learning python and this algo trading. its a big help for me to start with,.. thanks. waiting for more videos like this...
😊
I am glad it's of help for learning that was my initial propose rather than simply backtesting strategies
you could have a loop with slowing incremental values to get optimum inputs to the parameters
Hi, yes it works this way, probably slow to compute but worth it.
Thank you for another interesting material. When creating my own systems, I have the same problem - how to distinguish the period when there is a clear trend and when there is a horizontal trend. I am still not entirely satisfied with the results, but I rely on the ATR ratio - when it is small I use a smaller order value (eg 1/3). When the ATR increases (the trend is clear) I move my position to the nominal. However, I am still looking for a good indicator to determine if there is a trend or not.
Hi, thank you for sharing, have you tried the slope of let's say closing prices of the last 10 candles for example? It might be a way to measure the trend but again 10 candles or 15 or ... It's hard to guess
Hi! I adapt the first part to my own strategy and it's working😍! Thanks a lot! 😌
Could you please share this notebook as well? I only could find the part I in the drive link 😢
Hi thank you for your support, I am glad it's working. For the part 2 notebook I will have to search I am not sure if I will be able to find it, it's a looooot of programs on my drive 😂
Thank you for making this videos. I have been binge watching them and I`m learning so much from you.
If I may make a suggestion for a video :) could you look into the inventory retracement bar strategy from Rob Hoffman?
Hi, thank you for your support, I will check it out but unfortunately I will need few weeks, lots of requests/ideas recently to code and test but if you think it is worth it... why not 🙂
@@CodeTradingCafe I think it is woth it. He has won numerous real money trading competitions
@@olympus5979 yes just saw this... It will be my homework
Thanks for the video, from where did you downloaded the csv data, website is not mentioned.
Yfinance or dukascopy or your broker might have data available. Good luck!
Fabulous ! How to do this using vectorbt or fastquant?
Hi, thanks, well vectorbt was lacking proper documentation last time I checked it would take some time to learn it properly, fastquant I have no idea
Super helpful video. Would love to see one video wherein code is being deployed in a live market .. probably part 3 :|
Thank you for your support, live will be when I find the ultimate strategy 🙂
Paper trade will also do 😉
Yes I think it's a good way to test an algo
@@CodeTradingCafe sir did you find it?
how to add code for re-Entry 2, 3, 4, DLL when the price is bearish or bulihs
I think it depends on your entry criteria there is no one answer fits all situations. But it can definitely be coded for automation.
Can you please look into Order Blocks & Dominant Break using python, btw I love your videos :)
Hi, thank you for your comment, I am not very familiar with order blocks I mean from the technical side and no experience trading this method, have to study more about it see which part can be automated.
@@CodeTradingCafe Thank you I appreciate it
strategy backtest good so how create real buy selll bot after bacteting?
Not yet, trying to find the perfect strategy first...
Thanks
Thank you ventilator bueno
30% risk??
Yes when I increased leverage... risk is always high.
Hi, I'm new to programming.
Why did you write:
def next(self)
super().next(): ?
and 50e - 4 ?
Hi these are functions inherited from base class, from backtesting package.
Please do some videos on quantconnect
Bhav it's been a while ... I don't know much about quantconnect sorry about this
@@CodeTradingCafe no worries bro keep up the good videos, QuantConnect is just a backtesting tool
@@randomdude79404 thank you
2.65k is too little honestly for this channel 😏
2.65k are having fun coding so it's all good
This is a horrible strategy 😂
All scalping strategies are horrible except very few, it's hard to find something consistent on low timeframes.
Your strategy only works in the negative. There is no benefit from it
Thank you for your comment I didn't know 🙂