Recent content by MarketCoding

  1. MarketCoding

    Using Thinkorswim MarketWatch Columns for potential Entry and Target Prices

    My objective with short-term capital is to be in the market every day using nearest-term, weekly options with at least one entry and exit per trading session. I bought weekly options on ADSK for 4.25 and sold for 6.10 on Friday Sept 28 as a result of using a signal service that is not real-time...
  2. MarketCoding

    Design a potential strategy

    That's quite confirming. I get a lot of people trying to sell me something. It's hard to cut through that but then so are your links someone trying to sell something. At least it's Amibroker related. Do you know of any Amibroker related chat rooms are forums that are separate from their website?
  3. MarketCoding

    Design a potential strategy

    I'm open to anything reasonable. I wish there were a per-minute chat feature.
  4. MarketCoding

    Design a potential strategy

    Designing a potential strategy I am trying to come up with some rules for some common variety of ADX, FIB, and CCI as described in order. Direction of the Trend - ADX common settings Strength of Trend (Momentum) - ADX common settings Setup - FIB common settings Trigger - CCI common settings I...
  5. MarketCoding

    New to C++ - Choosing a trading platform

    Sierra charts might be okay. I'm learning that 75% of the code is packaging and is platform-specific but the rest of it, the meat of it is fully transportable between platforms.
  6. MarketCoding

    New to C++ - Choosing a trading platform

    Well I don't manage anybody else's account so it would just be for my own strategies. This means I don't need some of the portfolio management stuff that professional smite need. I'm a day trader and I get the signal from the underlying and then look up the option code. I'm always out by the end...
  7. MarketCoding

    Programming Automation with Options - Platform Selection

    I have Sierra charts running which uses the API for IB along with the IB Gateway. Is what you're suggesting different than that?
  8. MarketCoding

    Programming Automation with Options - Platform Selection

    Yep, my post is the last one.
  9. MarketCoding

    New to C++ - Choosing a trading platform

    Built-in options support doesn’t seem to be available with most charting packages that allow scripted studies, even though I am connected through Interactive Brokers. I don't quite understand why that is if they allow C++ code and I am connected through interactive brokers. I have a strategy...
  10. MarketCoding

    Programming Automation with Options - Platform Selection

    I have IB and would like to program automated trades using options. What is the best platform for this?
  11. MarketCoding

    New to C++ - Choosing a trading platform

    This is where I am stuck. Can you help me define all pieces that might bring it to a more non-proprietary solution that I could look around for the right person to help me develop it? RIGHT NOW I HAVE C++ - Structure of Strategy, dependent on Sierra Charts to run. - What should I have? Based...
  12. MarketCoding

    New to C++ - Choosing a trading platform

    My goal is to keep everything as non-proprietary as possible.
Back
Top