Protecting Multicharts Code, best ways?

Discussion in 'App Development' started by Alex27, Feb 18, 2016.

  1. userque

    userque

    Yes. Of course. I have to run the code on a platform to generate the signals. No one else has the code.
     
    #81     Feb 11, 2017
  2. NeoTrader

    NeoTrader

    So you do have a platform of your own and that you designed?
     
    #82     Feb 11, 2017
  3. userque

    userque

    Currently I use Excel with Solver. I designed the VBA code used in Excel.
     
    #83     Feb 11, 2017
  4. NeoTrader

    NeoTrader

    I understand. Thank you for the response.
     
    #84     Feb 11, 2017
    userque likes this.
  5. JSOP

    JSOP

    They don't provide real-time bars and I have to design ALL of the indicators that my trading system relies on to trade. To me those are the two biggest limitations of the IB API and this is basically what all those 3rd-party trading software are charging you for really, the library of tech. analysis indicators, real-time bars and the charting, and the support - if you have problems, a live person will help you over you going through a million articles on google to try to figure things out.
     
    #85     Jul 27, 2017
  6. JSOP

    JSOP

    MultiCharts.Net is about 99% similar to RightEdge but more expensive and prob. with a bit more charting capabilities. But RightEdge has drag-and-drop for system-developing.

    So the only deciding point is the two software's reliability and speed in executing the signal in sending your trades over to the broker in REAL time. Ninja Trader was great in executing signals in backtesting but once it's put in a real-time environment, it's delayed and missed sending trades over and sometimes sent duplicate trades to the broker that has cost me thousands of dollars. I would be interested to know what is everybody's experience on that? How does RightEdge compare to MultiCharts.Net in terms of its signal-execution quality in real time cuz that's what ultimately counts.
     
    Last edited: Jul 27, 2017
    #86     Jul 27, 2017
  7. just took a quick look at right edge. site.

    code hasnt been updated in over a year. pass.
     
    #87     Jul 28, 2017
  8. MarkBrown

    MarkBrown

    i can crack anything - anything - so positive others can also.
     
    #88     Aug 3, 2017
  9. J.P.

    J.P.

    I would be grateful if you would expand a little more on this. What broker and/or other software do you hook Excel to to actually place the trade?
     
    #89     Sep 2, 2018
  10. userque

    userque

    I don't place trades via Excel. I currently place the trades manually. I'm not doing anything near high frequency...holding one to several days per instrument.

    The algo can generate a list of 'times' and price levels it believes are probable highs/lows.

    I do use excel to update the price data via the WEBSERVICE function and a data provider's API.

    I did a quick search and found a link you might be interested in. Again, I haven't done this:

    How To Create An Automated Trading System In Excel In 10 Steps
    https://jbmarwood.com/automated-trading-system-in-excel/
     
    #90     Sep 2, 2018