Recent content by comintel

  1. C

    Raleigh Durham Meetup Tuesday, June 18 - South Durham Regional Library

    Any and all are welcome with or without an RSVP! 1:Ed Tulauskas: Power of Butterflies 2: Moving a Strategy to Options, Slingshot https://www.meetup.com/rdutraders/events/301368667/
  2. C

    Raleigh Durham Wed April 24 Study SPX/ES Option Slingshot Trade (at Library)

    I posted it late I know. It went very well for a start I think. We got maybe 12 or 13 people and lots of discussion. We really only got through the setup, so probably we will continue it into his sample trades in a month or so. You are welcome to take part if so you can. I will post...
  3. C

    Raleigh Durham Wed April 24 Study SPX/ES Option Slingshot Trade (at Library)

    South Durham Regional Library April 24 5:00 pm: Studying Luc Van Hof's Slingshot Option Strategy I was incredibly impressed watching Luc's outstanding Aeromir RoundTable video at , which presents his Slingshot strategy. Let's go over the details of this strategy ourselves for everybody who...
  4. C

    Open Source Trading Automation Frameworks?

    Just on EasyLanguage compatibility, "MultiCharts PowerLanguage is 99% compatible with EasyLanguage" So if one writes in TradeStation EasyLanguage, one can later move the code out to MultiCharts with minimal conversion effort to access the many brokerage API's supported by MultiCharts.
  5. C

    Open Source Trading Automation Frameworks?

    I found out that NinjaTrader allows you to write your code in real C++ in Visual Studio, which is attractive to me as a starting point. NinjaTrader seems to support perhaps more clearing broker APIs than anything else, including Rithmic.
  6. C

    Open Source Trading Automation Frameworks?

    That is true and actually lean.io is the opensource engine at the heart of quantconnect. I am sure that having all of Quantconnect's Cloud based data and backtest capabilities is valuable to many people. I may use it but I am looking now to see if I can find something with a lighter footprint...
  7. C

    Open Source Trading Automation Frameworks?

    Absolutely he is great and I am looking into a number of the ones he mentions.
  8. C

    Open Source Trading Automation Frameworks?

    Sorry I did not mean in connection with lean.io. I just meant of general interest, for example https://www.elitetrader.com/et/threads/multicharts-automated-trading.370211/#post-5693036
  9. C

    Open Source Trading Automation Frameworks?

    Thanks for the suggestions. I would prefer to have a lightweight implantation if possible in which I have the entire source code. This looks achievable with lean.io and some others. However if that proves impossible then I will definitely look at some of the alternatives tied to comprehensive...
  10. C

    Open Source Trading Automation Frameworks?

    I just have a simple strategy for day trading a future and would like to trade it via a broker API. I do not mind writing the code to do the actual calls to the broker API but could use a general code framework to build on. https://www.lean.io/ looks very interesting. The Automated Trading...
  11. C

    Open Source Trading Automation Frameworks?

    I will take a look, thanks.
  12. C

    Open Source Trading Automation Frameworks?

    Are there any good open-source (or even paid) trading automation frameworks or toolkits? It could be in C# or C or another language. I can write the interface to the broker API. I am mainly just looking for a good foundation especially re GUI elements etc. I do see...
Back
Top