Search results

  1. H

    source of historical fundamental data

    Good afternoon, do you have tip on source of historical fundamental stock data? I am using yahoo API: http://goldb.org/ystockquote.html , which provides current data. Do you know any historical data source, please? Thank you. Honza
  2. H

    open gap and premarket prices

    Good afternoon, I want to try put OPG MKT orders according premarket prices. From premarket I have to get information about gap. Is it there any possibility how predict gap from premarket prices? In TWS are bid and ask prices before open in the same distance from last price, so it look...
  3. H

    nasdaq sectors

    Good morning, do you know where I can find list of stocks selected according these sectors, please? http://www.nasdaq.com/markets/barchart-sectors.aspx I do not want copy tickers of stocks from everyone link on this adress, because there is too much sectors. Thank you and have a nice...
  4. H

    filter liquidity of stocks

    I thing that it is interesting for everyone who make more than few trades per month. System is designed on entire nasdaq and nyse due to system is rugged. This approach is little bit complicated, because I can't use genetic, clustering, self learning algorithms due to data sample is too huge...
  5. H

    filter liquidity of stocks

    Hi, I am using my own script in programming language Python. Input stocks data are from provider eoddata.com (nasdaq). Result of trade with spread + slip (0.03) has equation: long_trade = (close-open)/open - 0.03/open
  6. H

    filter liquidity of stocks

    Here is an example why is condition of minimal price important. First equity shows profit around 900%, but is without spread.slip,fees... Condition for minimal price is only 2USD. min.price = 2 => 1 tick / 2 = 0.005 = 0.5% Second equity: min price = 2USD, spread+slip is about 0.03 per...
  7. H

    filter liquidity of stocks

    Good afternoon, are you using filter of liquidity and price of stocks? My minimum condition is avg. daily volume 500 000 shares (10 days back) and price bigger than 6 USD. Do you have similar or different filter for looking for stocks, which are useable for trading? My tresholds...
  8. H

    paper trading IB API

    Thank you for your answer. Yes I mean true paper account with real prices. I can't put orders at 9:28, because trading strategii needs know open prices, so I have to put orders after 9:30:00. For open trades, I am using Market order. Is it better use LMT? (I have to open all trades, because...
  9. H

    paper trading IB API

    Good morning, I have small problem with opening paper trades through API in TWS. Algorithm through API sending buy/sell order in first seconds after the NASDAQ opens, but trading position is open on the price which is quoted 30min-1hour later. For example on INTC 16.10 2013. time...
  10. H

    location of virtual server

    Thank you for your answer. I am going to trading strategii accordig EOD data with holding period 1 day. Last decision about trade is according open price due to I am looking for lowest time lags in data feed and execution of orders. Prices virual servers are the same in NY and Prague. So it...
  11. H

    location of virtual server

    Good afternoon, I am from Prague in Czech republic. I am looking for best location for my virtual server for trading stock from NASDAQ with Interactive Brokers. According this web: http://www.elitetrader.com/vb/printthread.php?threadid=203101 Interactive Brokers has servers in Chicago and...
Back
Top