Hi, I'm new - so I apologise if this has been covered previously - i did search though! I'm looking to see if this platform will provide me realtime access to forex data? or do I need to buy a broker stream? Simplistically, I'd like to find a manner to use this platform in the first instance to send alerts/notifications at specific price points Thanks Paul
Jared Broad
Welcome Paul! We support backtesting and live trading for Equities and FOREX. You can trade forex free when you use FXCM. You can see how to import FOREX data in the QC University ("How Do I Use FOREX-Currency Data?").
AddSecurity(SecurityType.Forex, "EURUSD", Resolution.Minute);
We also have a notification API which lets you send emails and SMS messages in live trading:Notify.Email("myemail@gmail.com", "Test Subject", "Test Body: " + Time.ToString("u"), "Test attachment"); Notify.Sms("+123456789", Time.ToString("u") + "Test message"); Notify.Web("https://mywebsite.com/notification.php", Time.ToString("u") + "Test data packet.");
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.
Wei Cheng
QC university --"How Do I Use FOREX-Currency Data" --where is this ? I would like to see how you live stream forex data please.
Rahul Chowdhury
Hey Wei,
We have deprecated the QuantConnect University. The algorithms that featured in QC University can be found in the Lean repository (C#, Py).I highly recommend completing the Buy & Hold Forex bootcamp. It will teach you how to access and use Forex data. Keep in mind, the data used in backtesting is historical data. In order to access live Forex data, we need to live deploy an algorithm. You can learn about live trading in the documentation.
Best
RahulÂ
Paul McMahon
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!