Search results

  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.
  13. MarketCoding

    Multicharts .NET C# Programmer Needed

    I need someone to help convert a C++ strategy for SierraCharts to C# with Multicharts. Instant Message me here https://hangouts.google.com/group/ShUqYtuIK2CHp0uM2 if possible to discuss further.
  14. MarketCoding

    New to C++ - Choosing a trading platform

    Thank you for all the suggestions. I have C++ code and a DLL that apparently only runs with SierraCharts. I have another indicator written for MultiCharts. Can I "program my to an API for Options directly" using Tradestation or Multicharts? I'm still having some trouble seeing how it all...
  15. MarketCoding

    New to C++ - Choosing a trading platform

    Wow Robert, you are quick! Thanks again as always
  16. MarketCoding

    New to C++ - Choosing a trading platform

    I received a strategy that I am trying to further develop, but with significant assistance and hand-holding from a developer recommended to me from Sierra Charts support. I have used Thinkorswim (TOS) and TradeStation, and am now trying to use IB. I am new to trading with a real programming...
  17. MarketCoding

    Check Tradestation Data1 for Call or Put using Easylanguage

    if XAverage(Close, 12) of Data2 Crosses Above XAverage(Close, 26) of Data2 and OpenD(0) > CloseD(1) I have the above line that I would like to also test for the condition of Data1 and only trade if Data1 contains a Call and not a Put
  18. MarketCoding

    Option code lookup within Tradestation

    Option code lookup within Tradestation I am looking to get the lower data2 chart (currently representing the underlying symbol) to display the option code anywhere on the chart. It should display the nearest month at-the-money call for the underlying represented in the chart. Assistance is...
  19. MarketCoding

    Comparison Blog - In search of full automation + code building

    It seems that there is a disconnect between great software that allows code building and those that allow automated trading. Code building is very different from just being able to accept code. Take Thinkorswim for instance. This software provides an exceptional code 'builder'. but doesn't...
  20. MarketCoding

    Show stock and option symbol columns in Tradestation radar screen

    Is it possible to do this? If so, how?
Back
Top