Chapters 00:00 Intro 00:24 Advantage of Quantconnect 01:40 Cloud 02:15 Live Trading Capabilities 02:52 Supported Brokers 04:30 Basic Intro Codes 06:45 Initialize, OnData and other Built in Functions 07:45 Running a Code & Results Window 10:00 SetHoldings vs MarketOrder 11:15 Debug ,Average Price, Logs 14:15 CHALLENGE 1 15:40 Adding Indicators 17:00 Plotting 20:00 Warming Up Indicators using SetWarmUp 21:00 Entry and Exit Conditions 24:50 Good Log Practices 29:00 CHALLENGE 2 30:15 RSI indicator 34:05 Filled price, OnorderEvent, OrderID, OrderFee 40:40: CHALLENGE 3 41:40 Stop Loss Type 1 and 2 48:29 Take Profit 49:38 Realistic Official Backtest 51:50 CHALLENGE 4 53:55 Codes for the Video 54:08 Coding Services Fivver or Upwork 54:20 Trader Consolidator or Custom Bar 01:04:48 Strategies with Custom Bar 01:15:00 CHALLENGE 5 01:15:45 Dynamic Universe or Portfolio Backtesting 01:19:00 Filtering types of Stocks 01:25:00 Example Strategy for Portfolio 01:28:50 Course Strategies Performance 01:32:00 Make a strategy go Live 01:33:58 Leverage 01:36:50 Optimization(No example) 01:38:30 Monte Carlo Simulation For Course Strategy 01:41:20 Fees & commission 01:43:00 CHALLENGE 6
@AbbeyRoad69147 Жыл бұрын
Thanks for the videos. Do you yourself actually trade real money with these algos? What has been your total ROI so far?
@quantprogram Жыл бұрын
@@AbbeyRoad69147 Yes my personal strategies are are all algorithmic and quantitative based along with a bit of value investing. I hav e adjusted it in such a way that it suits my risk profile. As of today YTD my return is 23% . At one point it went all the way up to 77%. But none of these current performance really matters and I couldn't care less. What really matters is if i can beat the S&P 500 buy and hold average cagr of 10% in the entirety of my investing career.
@RiggbartDregerWigger185 ай бұрын
i am not through the whole video yet, but an important thing to have mentioned would have been, that the on_data method is only updated based on the resolution, for example DAILY. in order for most algos to work properly, a much more finer resolution is needed. maybe you mention it later in the video, but i just wanted to point that out.
@pragneshmistry6845 Жыл бұрын
Sir thanks for the quantconnect tutorial. Great work done.
@quantprogram Жыл бұрын
You are most welcome
@arena.showdown Жыл бұрын
Sir please bring more kind of these videos ❤
@quantprogram Жыл бұрын
Thanks mate
@claytonpaterson4414 Жыл бұрын
Thank you this is a good introduction to python trading
@quantprogram Жыл бұрын
Thanks for the comment mate. Appreciate it
@sombrelexploration3053 ай бұрын
Thank you very much, you explain well. Please make more video for quant connect and python
@MoonBull13 Жыл бұрын
this is amazing!!! thank you
@quantprogram Жыл бұрын
Thanks mate
@Odys42 Жыл бұрын
Thank you so much!
@quantprogram Жыл бұрын
You're welcome. Thanks much for watching mate
@ricomajestic Жыл бұрын
Does quantconnect have historical option data (1 min, 5 min, etc.) that can be used for back testing?
@taxdefault10 ай бұрын
Yes
@alpturkbayrak97685 ай бұрын
Thank you for this.
@nj-bz8pv7 ай бұрын
thank you this was very helpful
@Cavz001 Жыл бұрын
Great video sir. Quick question: is knowledge of Python sufficient for using Quantconnect?
@quantprogram Жыл бұрын
Yes it is
@Ed-ix2vk4 ай бұрын
1:00:50 I hear a bit of a Dublin brogue coming through there
@rolandowijayas73874 ай бұрын
what abou spread? did you guys calculate them too?
@Lyucaa11 ай бұрын
Whats the difference between this and MT5?
@prakashbandekar492711 ай бұрын
I want to create my options strategy in interactive brokers. Who can code for me?
@tamminh41565 ай бұрын
How to call Api from another. Because When i call api I always max excee
@ea54379 ай бұрын
What level of darts does it have? Does it have Tick level for mnq?
@ea54379 ай бұрын
Does it support any Prop trading company?
@hihi6955 ай бұрын
how do you get autocomplete on cloud?
@annaraghu80 Жыл бұрын
can we use for indian stock market
@alejandrott6162 Жыл бұрын
Thank you for all your help. By the way it is possible to create a strategy that buys in the support? It is not easy to define it. Thanks for all. I am a student of you. Thanks!
@quantprogram Жыл бұрын
If you can define the support like previous highest high or lowest low of x periods then its possible. Will have to place a limit order as well. But it will tricky as the limit order might not be filled
@alejandrott6162 Жыл бұрын
Thanks for all!!!!@@quantprogram
@algorithmictradingsystems Жыл бұрын
Nice 👍
@quantprogram Жыл бұрын
Thank you!
@alexandrethompson2831 Жыл бұрын
Can you make a video on high frequency trading?
@quantprogram Жыл бұрын
I can, but its just impossible for retail traders to execute. The co-location advantage that HFT firms alone is a significant advantage. Its not really the strategy anymore , its now become the competition of speed of execution
@ezequielreyes5815 Жыл бұрын
so true, where milliseconds count@@quantprogram
@Code2capitaltrading11 ай бұрын
How has your experience been with hft? Any recommendations?
@Cavz001 Жыл бұрын
Another question sir: can I export my strategy from Quantconnect after backtesting? I hope to deploy on MetaTrader.
@quantprogram Жыл бұрын
No you cant. They are different languages
@Cavz001 Жыл бұрын
@@quantprogram I know MetaTrader uses MQL5 but they have an API for direct Python integration. Would that be possible in this case?
@quantprogram Жыл бұрын
I doubt it will work. I dont understand how the platforms themselves will support integrating two different platforms. Youll have to talk to Quantconnect and Metatrader to know this@@Cavz001
@Cavz001 Жыл бұрын
@@quantprogram okay thank you sir
@charlierockingham52639 ай бұрын
Hey @Cavz001 did you find a good way to do this in the end?
@abs5244 Жыл бұрын
How does QuantConnect compare vs Amibroker? Thank you!
@quantprogram Жыл бұрын
QC has multiple third-party broker integration. Just login and run the algo, as simple as that. Execution and backtesting code are almost the same in QC. However Amibroker is superb in research capabilities. Forward testing and Monte Carlo simulation and third party quality data inputs are available in Amibroker as compared to QC
@abs5244 Жыл бұрын
appreciate you taking the time at answering my question. thank you! @@quantprogram
@superlauhea2 ай бұрын
HI, Does it work on Futures.Indices.NASDAQ100EMini. Futures?
@fitnessrefocus Жыл бұрын
How does QuantConnect compare to StrategyQuant?
@quantprogram Жыл бұрын
Haven't heard of Strategyquant until this comment. Going through the strategyquant website, seems like its just a backtesting software with no live trading capabilities or integration with famous brokers for execution
@MONEYONPOINT Жыл бұрын
I want to learn how to build trading bot without coding how can I go about it
@NicholasPastori6 ай бұрын
you can't LMAO
@pragneshmistry6845 Жыл бұрын
Sir, challenge 1,2,3 and 4. Completed. Rsi strategy apply in TradingView and in quantconnect for same period, daily timeframe , 100000 investment dollar. Both have different no of close trade and returns also. Please help. Which should consider.
@quantprogram Жыл бұрын
The results of tradingview and quantconnect or any other platforms will always be different because they all have different data sources. It will be similar but not exact to to the dot
@pragneshmistry6845 Жыл бұрын
@@quantprogram okay… 🙏
@jonclements289 Жыл бұрын
Do you have a coupon code for the Prometheus Package?
@quantprogram Жыл бұрын
Hi Jon, Please send a request to our email found in the about section on our youtube channel. They will get back to you
@YTR000910 ай бұрын
Can you do one for C#?
@aaronscheef92809 ай бұрын
Did you end up finding any tutorials in c#?
@minhvo1685 Жыл бұрын
Is it possible for you to share your performance in real life? Also, it looks like that Rentec comes up with new strategies all the time as the market is evolving, how do you suggest we come up with new strategies for ourselves since s probably many of your followers don’t necessarily have phD in STEAM? Thanks
@quantprogram Жыл бұрын
Hi Minh, I had shared my performance last Feb in a video I did. At that point it was 24% for YTD. Today its 60% something, at the highest point this year it was 70%+. I'll share the same in the the next video. But none of this matters and I don't pay much attention to it either. I wont be surprised if I loose half of that in the next few months either even though my Monte Carlo tests are in my favor. Or have a bad year next year. Its not the real time performance that matters as the sample size is very small. What matters is if i can beat the buy and hold of average S&P500 CAGR of 10% annually with max drawdown of 55%. If i can beat this on average in the next 10 years or so, then I have succeeded in my efforts. This is what not just me but all hedge funds are aiming for. As far as strategies go , theres no need to keep on changing strategies. New retail quant traders make a mistake of just focussing on 1 strategy and thats the biggest mistake. Markets keep on changing but that does you should change your strategy. Its just that the strategy doesn't work for that specific environment. For volatile, choppy or downtrending markets, mean reverting strategies tend to work. In the rest of the time trend following and momentum strategies work. You should have a portfolio of strategies that includes all of these that are applied to multiple stocks, and index etf if you really what to find an edge. In this way regardless of market situation you can profit with these strategies. We also need to make sure the strategies are gone through ruthless test to trust its efficacy, we achieve that by performing forward testing, optimization and monte carlo simulation. Along with portfolio backtest with position sizing. Its a long process but regardless of your background, if you enjoy the process of this work then results will eventually follow
@quantprogram Жыл бұрын
@nooneknown-rk2qg Intensive mentoring? Do you mean one on one mentorship program? No we don not do that. Its purely a course with videos and codes. If you have doubts and clarification with regards to course you can contact us.
@TravelLivingthedream Жыл бұрын
Does this work with bitcoin ?
@quantprogram Жыл бұрын
Yes it does allow you to backtest bitcoin. Quantconnect also has integration with crypto brokers if you wish to algotrade them live.
@Code2capitaltrading11 ай бұрын
How did it go on Bitcoin?
@SWOLEX_19 ай бұрын
a lot of the code is different, they use underscores now
@quantprogram9 ай бұрын
Is that true. I haven’t seen any updates and the codes work perfectly well. Can you please guide me to where you saw the underscore. For user based inputs you can put whatever name you want. Including names with underscore
@SWOLEX_19 ай бұрын
@@quantprogram it was the little auto suggester, where you are typing and it suggests with lower case and spaced, so weird, I just ignored the suggestions. really love your content, thank you
@quantprogram9 ай бұрын
@@SWOLEX_1 Thanks for watching mate
@JF-Gagné3 ай бұрын
@@quantprogram Quantconnect moved to PEP8 style but the old style is still good to use. I'll try to adapt to PEP8 I guess but it makes the following of the guide harder
@gopal7675 Жыл бұрын
Can we trade with real money
@quantprogram Жыл бұрын
Yes you can provided your broker supports quantconnect. Contact your broker for more details
@hades8131 Жыл бұрын
Hello sir can you next create a video using zipline ?
@hades8131 Жыл бұрын
And pls tell which would you prefer zipline or quantconnect to make a strategy backtest and even make it online (live trade)
@quantprogram Жыл бұрын
I dotn think ill be making a video on zipline unless theres lots of demand. With integration of many international brokers, i think quantconnect is the best
@wanura Жыл бұрын
I have emailed you several times without response. Make me think your services are not real
@quantprogram Жыл бұрын
Our sincere apologies. We get many emails and it’s quite hard to respond to all. Our priority email response are given to students. Some of them goes to spam as well. I have told the team to respond to your email urgently. From my latest update, the email has been responded.