Search results

  1. A

    Are two samples from same population?

    Many thanks! I'll read up on it tomorrow!
  2. A

    Are two samples from same population?

    I’m studying how price evolves after a specific event occurring at T1 (when last traded price is P1) to compare it with how price evolves at another time T2 (P2) when the event doesn’t occur. During a given time period (let’s say 1 hour) after T1 (or T2) I record the maximum amount by...
  3. A

    Rounding errors, loss of accuracy, and storing price and time data

    Thanks! No, as I wrote above I'm not pretending any expertise in the area at all! Was just curious to see what pearls of wisdom ETers might share relating to optimal database design for handling ticks and prices for trading ... KISS seems to be the maxim.
  4. A

    Rounding errors, loss of accuracy, and storing price and time data

    I have seen trading events sequenced and timed with nanosecond precision. Order matching simulators need to handle this precision correctly to simulate order queues and order matching. The data behind such a simulator needs to reside in a database.
  5. A

    Rounding errors, loss of accuracy, and storing price and time data

    Reading from MSDN (http://msdn.microsoft.com/en-us/library/system.datetime.aspx), in .NET Framework 4 “… Time values are measured in 100-nanosecond units called ticks”. Same for 4.5 and Silverlight … Therefore, unless I’ve misunderstood the foregoing, sub-100 nanosecond timing...
  6. A

    Daily Targets

    I trade systematically and have tested one intraday edge in simulation for the two alternative cases of a) stopping at a daily target, and b) continuing to trade until the closing bell. The results suggested that if you can pick an appropriate daily target correctly, you can do slightly better...
  7. A

    Increased or decreased risk with adding strategies and boredom etc.

    Automation allows time for research. Not having to watch the charts leaves 16 hrs/day (mixed in of course with time spent with the wife and kids, and eating and exercising, etc... what more could a geek want?) for research, development and stepwise refinement... over N weeks/months/years, that's...
  8. A

    KOSPI 200 Futures - Traders

    Thanks!
  9. A

    Rounding errors, loss of accuracy, and storing price and time data

    Thanks. I’m in no way pretending to be any sort of expert (as my post doubtless reveals very clearly!). I’m a self taught C# (monodevelop) and SQL Express R2 enthusiast … But, if I had very many events occurring in a single second (zillions, say … like say all the order submits...
  10. A

    Rounding errors, loss of accuracy, and storing price and time data

    Time, including any subsecond portion, all in one column? Reason I ask is I've seen nanosecond subsecond data given its own column. I suppose it helps with quicker reading/access of tick data and analysis of events at subsecond level? And I assume helps avoid accidental rounding??? Schucks...
  11. A

    KOSPI 200 Futures - Traders

    While I understand that KOSPI 200 Future is liquid, comparing ES and KOSPI 200 Fut I can’t see why trading KOSPI 200 Fut is of special interest (unless it’s just time zone). COMPARE AVAILABLE LEVERAGE Better leverage available with ES. ****** Contract Value ES, 1245 x $50 = approx...
  12. A

    KOSPI 200 Futures - Traders

    Great list! Thanks! You mention NH Futures is geared up to work with TradeStation. Are you aware of any others offering connection with TS, or NinjaTrader, or Trading Technologies, or AmiBroker, etc?
  13. A

    Rounding errors, loss of accuracy, and storing price and time data

    How do you store price and time data in your database to avoid rounding errors and preserve accuracy: For prices, I use centicents (so $123.4501 becomes 1234501). For time, I currently don’t keep greater accuracy than second, so I just store 11/10/2011 10:01:31 as a string...
  14. A

    The curse of systems trading/Why does this happen

    No Doji, what causes this IYO?
  15. A

    The curse of systems trading/Why does this happen

    Why does this happen? Possibly because you weren’t the only trader to spot the opportunity; and as more and more traders started to take advantage of it, the edge eroded. After several months it was gone. Then the traders following it stopped following. After some time, there were again few...
  16. A

    How do I create a bot?

    +1
  17. A

    Memory requirements

    Just reporting back on where I’ve got to: I had a third-party compress the SPY tick data (any continuous sequence of ticks at the same price was converted to a single tick with same total volume as all the combined ticks), so that approx 5GB of data (1 year of SPY tick data) was reduced to...
  18. A

    does every gap opening get sold

    As of last Sunday (Nov 6), the difference (between US open and European Close) is back to 2 hours for exchanges on Central European Time (i.e. Frankfurt, Paris, Milan, Madrid, etc), and 3 hours for UK on GMT.
Back
Top