Hello!
I make some strategy based on two EMA in the web terminal of Quantconnect!
I downloaded Quantconnect source code from github an where I can look example of code how used a strategy at real-trading via IB?
QUANTCONNECT COMMUNITY
Hello!
I make some strategy based on two EMA in the web terminal of Quantconnect!
I downloaded Quantconnect source code from github an where I can look example of code how used a strategy at real-trading via IB?
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
Roman SSS
And tell me use Quantconnect (LEAN) with IB broker is it free?
Roman SSS
Has Quantconnect (LEAN) a graphic interface (charting)?
Alexandre Catarino
We can use the same algorithms/strategies in backtesting and live mode. In order to deploy it in live mode, please click on the "Go Live" button next to the Backtest button. It will take us to a wizard where we can choose the brokerage. If we choose IB, authentication information will be asked. A small fee is charged to cover the costs of live trading.
It is completely free when we use the open source project. To do so, we need to install IB TWS, modify the config.json file ("environment": "live-interactive" and all the keys below "interactive brokers configuration")
When using QuantConnect we provide you live streaming data and a charting interface.
Roman SSS
Thanks Alexandre for your response!
Can I use backtesting via the LEAN (the open source project)? Download data feed e.t.c ...
And for that would convert my a strategy in live trading code in web-terminal first need me make payment I'm right? And can I use my a strategy from the LEAN in the web-terminal of quantconnect?
Alexandre Catarino
Yes, we can backtest with Lean once you have the data.
Please checkout the thread [Feature] Free Download of FXCM and Oanda Data where we announce that users can download data for free (only pays for bandwith costs).
We can copy our strategy developed locally with Lean into the Algorithm Lab (web terminal) and it will run without any additional changes. Also, you can use a paper trading account for free.
Roman SSS
"Go Live" -> IB broker -> Paper -> Data QuantConnect - free -> pay it.
Alexandre Catarino
Let me make a clarification: paper trading not free.
The exception is OANDA brokerage who sponsors free/live paper trading for algorithms deployed to their brokerage.
Alexandre Catarino
Your code doesn't need to be "converted" between backtesting and live mode. It can be the same code.
If you are not a subscriber, you cannot deploy (in other words, run in live mode) your algorithm, since a small fee (a subscription) is charged to cover the costs of live trading.
Roman SSS
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
To unlock posting to the community forums please complete at least 30% of Boot Camp.
You can continue your Boot Camp training progress from the terminal. We hope to see you in the community soon!