Search results

  1. F

    Genesis and JAVA (API, FIX and third party plugin)?

    From what I've heard Lime is quite good, but minimum monthly trade is quite high. www.limebrokerage.com
  2. F

    IB and Amazon EC2 (Linux)

    I would typically take snapshot data every 5 secs for a maximum of 20 symbols. I agree with LeeD, I don't think the bandwidth (costs) will be a problem. Your costs will mostly depend on the size of the instance and the total time that you are running the sytem on EC2. I roughly calculated...
  3. F

    IB and Amazon EC2 (Linux)

    Thanks brocklanders and Leed! Valuable advice indeed. Would you say that installing Ubuntu Desktop on Amazon EC2 is less efficient (resource hungry) than installing xWindow on the server edition? Is there abig difference between the two paths?
  4. F

    IB and Amazon EC2 (Linux)

    I am considering moving my automated trading system (using IB Java API) to Amazon EC2 to lower my latency and / or improve connectivity (I live in South Africa) and to be able to travel light when I feel the need. I am a newbie with Amazon EC2 and Linux. Why Linux then? Mostly costs, and...
  5. F

    Define "Trend day"

    For me it is when ABS(Close - Open) / (High - Low) > 0.65 Lot's of formulas to use to classify a day as a "Trend day" i.e. you can use number of 15m up / down ticks divided by total number of ticks Whatever suits you
  6. F

    Is this ES strategy sustainable?

    I have been trading this fading strategy for just over one year. Profits are very volatile since I don't use stop losses. The strategy basically sells strength, buys weakness and waits for the opposite to happen or a time-frame to finish. Only trade at end of day with +- 50 reversals in...
  7. F

    Option volume and liquidity in smaller stocks

    Thanks a lot. That gives me a great idea. Is there any (free) useful website quoting implied vols, volume etc. ?
  8. F

    Option volume and liquidity in smaller stocks

    Thanks for the advice guys. I will trade the 1 - 3 month options and close to the money options. Nazzdack, you are confusing position sizing with more opportunities in a wider universe (1000 vs. 30 stocks). It is more an investment model than a trading model. What I mean by that is that I...
  9. F

    Option volume and liquidity in smaller stocks

    I have a profitable strategy on the DOW 30 stocks which is enhanced with the use of options. I believe that this strategy will be even more profitable when I extend the universe to say the largest 500 stocks. Can anybody give me an approximate idea where i can expect the liquidity do dry...
  10. F

    Downloading yahoo EOD prices

    Very handy tool! Do you perhaps know how to get the data and more specifically the Adj. Close field into Excel? Thanks
  11. F

    IB Good After Time (GAT) Order

    No, sorry it can't handle it if you do multiple trades during the day. You will have to program the API to do that. A simple strategy with either a BUY or SELL during the day (or no trade at all) can use the method i described. Otherwise the AMRKET ORDERS will sell and buy from each other...
  12. F

    IB Good After Time (GAT) Order

    Even easier - If you have a LMT BUY order say at 1470 and you want to get out by 15:00 then put in a MARKET SELL order with the GAT field set to 15:00 and conditional on the ES <= 1470. That way the MARKET SELL (at CLOSE) order will only be submitted once your initial BUY order has been...
  13. F

    IB Good After Time (GAT) Order

    I'll try my best - hope the solution is suited to your trading style - you will submit two GAT MARKET orders one to sell and one to buy. Then in the OCA group field of the MARKET BUY order you would put the code IBUYC (Initial Buy Cancel - you can use any code) and the same code in your initial...
  14. F

    IB Good After Time (GAT) Order

    I have used it before. If you want to trade the ES at close i.e. buy at close if the market is higher than 1480 say. Then use a GAT MARKET BUY order to be valid after 15:14:45 and to expire at 15:15:00 with the condition being that ES Sep 07 >= 1480
  15. F

    Can you arb a market if you can perfectly predict volatility?

    I'm not saying I have a superior vol model - just playing with ideas. Let's give you an example - the three columns below are the movements of an index over five days (three different series, and possibly a gazillion more possibilities). The three series are not correlated. The only thing...
  16. F

    Can you arb a market if you can perfectly predict volatility?

    nitro - if you go long a put and short call at the same strike you have a short future - and you miss the point because you are not long or short of volatility. If you you now that volatility is going to be greater than what implied volatilities on the options are indicating, you can make a...
  17. F

    Can you arb a market if you can perfectly predict volatility?

    If you have perfect foresight of the volatility (of a certain time-frime) of a particular market, say the S&P 500, is it possible to trade in a way to make an expected profit or even a riskless profit by only trading the futures market. Easy to make money using options, i'm talking about...
  18. F

    Advanced Excel VBA book option

    Thanks sys I guess all three are very much similar. I will go with your recommendation because of price, availability, written by"Mr Spreadsheet" and the eBook included.
  19. F

    Advanced Excel VBA book option

    I want to take my VBA skills to the next level (I have a basic knowledge). Which one of the following three books are preferred / recommended? Thanks 1. EXCEL 2003 VBA PROGRAMMER'S REFERENCE Author(s): John Green; Paul Kimmel; Stephen Bullen Publisher: Wrox Press ISBN...
  20. F

    Limit order "limits" on ECBOT

    Thanks guys For the moment I have gone the conditional market order route. A bit more hassle to set it up, but it works. The only downfall is that if the market is happening to trade very close to level that I am prepared to trade at, I wouldn't have a limit order in place. I am learning...
Back
Top