Search results

  1. L

    TrueTrade, Java/IB trading & backtesting

    first, you need to run create database ats; use ats; grant SELECT,INSERT,UPDATE,DELETE on * to 'guest'@'localhost' identified by 'guest'; hopefully it helps.
  2. L

    TrueTrade, Java/IB trading & backtesting

    more bugs in the downloaded zips file need to be fixed before getting truetrade running in the eclipse. a. in createtable.sql: the following lines need to be fixed something like: insert into instrument (id, symbol, sec_type, exchange, currency) values (1, 'AAPL', 'STK', 'SMART'...
  3. L

    TrueTrade, Java/IB trading & backtesting

    Yes. just check out the new code and no compilation error at all. Just another 2 minors thing: a. js.jar, itext-1.4.3.jar and jfreechart-1.0.2.jar should be put into \com.ats.resources\lib folder(in the wiki page, it was com.ats.model\lib) b. ibatis-2.3.0.677.jar is missing from...
  4. L

    TrueTrade, Java/IB trading & backtesting

    Hi, Just downloaded the code and looks like that there are some errors while doing compiling. in JFreeChartView.java, line 275 and 276. double high = series.highestHigh(dateAxis.getMinimumDate(), dateAxis.getMaximumDate()); double low = series.lowestLow(dateAxis.getMinimumDate()...
  5. L

    Spydertrader's Jack Hershey Equities Trading Journal III

    Thank for your reminder. After the average volume and positive EPS filter, now I have 7 stocks. CHDX FTEK GROW MEH OMRI SPAR UCTT
  6. L

    Spydertrader's Jack Hershey Equities Trading Journal III

    Thank you for your quick reply. I think that it would take a long time to really digest the information. I am just so excited and jump to the hands-on part.
  7. L

    Spydertrader's Jack Hershey Equities Trading Journal III

    Hi all, I am new to this board and also new to Jack Hershey's method. I spent all day reading Journal I and Journal II. Really interesting approach. I tried to follow the step-by-step guide in Journal I. And from the stocktable.com, my initial universe (eps 90/rs 80) came up with 93...
Back
Top