Search results

  1. R

    BackTesting - which program?

    I saw a demo of them and chatted with them for a bit. The program runs in visual studios and looked pretty good. I don't know c++/C# so for me to use would cost a year to learn c++ before I could start using it, if you already know it this software is the way to go. They don't provide data...
  2. R

    BackTesting - which program?

    Check out this software http://www.quanthouse.com/
  3. R

    Portfolio Analytical software

    Alright, maybe this is better what you are looking for, never used but had a demo of the guys. http://www.rtsgroup.net/
  4. R

    Portfolio Analytical software

    Maybe this is what you are looking for http://www.hoadley.net/options/options.htm
  5. R

    Korean index options' volalitility index

    Have a look here http://eng.krx.co.kr/mki/ops/ops_l_003.jsp
  6. R

    Paul Tudor Jones

    The torrent of the documentary http://www.zerohedge.com/sites/default/files/Trader%20-%20courtesy%20Comfortably%20Smug.avi_.torrent
  7. R

    Reliable 1 minute real time data feed OHLC

    http://www.iqfeed.net/
  8. R

    SPY question

    It has gone ex-dividend today
  9. R

    Excel Macro Question

    I see what went wrong. The macro in 'this workbook' should start the timing macro. You started the second macro. So in 'Thisworkbook' it should say: Private Sub Workbook_Open() Call playtyping End Sub When you put this in the workbook and open the sheet, it triggers the 'playtyping'...
  10. R

    Excel Macro Question

    It should work when you put that code in 'this workbook' Otherwise just send me a pm and you can email me the sheet and I will have a look at it.
  11. R

    Looking for CFD brockers USA or EU

    http://www.gnitouch.com/
  12. R

    Excel Macro Question

    You can hard code it Sub time915() Application.OnTime TimeValue("09:15:00"), "copyBtoC" End Sub Sub time1000() Application.OnTime TimeValue("10:00:00"), "copyCtoD" End Sub Sub copyBtoC() Range("B1:B3").Select Selection.Copy Range("C1").Select Selection.PasteSpecial...
  13. R

    How to get a snapshot in excel based on time

    Have a look here http://www.ozgrid.com/Excel/run-macro-on-time.htm
  14. R

    How i can calculate a tetha of option

    Press: 'Alt+F11' for the VB code
  15. R

    How i can calculate a tetha of option

    A sheet with BS model with div. with all the greeks Enjoy!
  16. R

    List of english ADRs

    See the xls list
  17. R

    double-listed companies on LSE and NYSE

    Feeling helpful today, see the xls list for all the UK adr's
  18. R

    double-listed companies on LSE and NYSE

    http://www.adr.com/adr?page=region&formtype=7&country=GB&sedol=1805550
  19. R

    double-listed companies on LSE and NYSE

    www.adr.com
  20. R

    Highest Volatility

    1,000,000%
Back
Top