Recent content by hans123

  1. H

    Historical data DAX future

    I had contact with their support desk. They are not offering daily historical OHLC data of the DAX future.
  2. H

    Historical data DAX future

    Clear. Thanks for the explanation. This might be a solution, but I prefer free data. :) Anyone an idea?
  3. H

    Historical data DAX future

    Thanks for the link. Unfortunately this is broker data and not data of the DAX future. The ticksize of the DAX future is 0.5.
  4. H

    Historical data DAX future

    I only need daily OHLC data. I think $3.000 for 10 years of history is too expensive. Are there any (free) alternatives? Kind regards, Hans
  5. H

    Historical data DAX future

    Thanks, but I need future data and not index data. I want to test a strategy and I want to trade the future, not the index.
  6. H

    Historical data DAX future

    Hi, I'm looking for (free) historical data for the DAX future (FDAX). Dataset should start at least January 1st 2000 and should contain OHLC information of the (continuous) DAX future. Is there a website with free data of this instrument or can someone help me? Thanks in advance...
  7. H

    my strategy

    When do you get out?
  8. H

    More Excel help needed

    Sorry, but this is not working. The total number of winning trades should be at the bottom, not at the top. But it helped me to find the solution. It should be: =IF(B2=0,0,B2+C1) Thanks for helping. Hans
  9. H

    More Excel help needed

    Ok. Here is an example.
  10. H

    More Excel help needed

    Guys, don't be suspicious. I was asking for some serious help. Sorry, for the misunderstanding. I will give some background for my question. I have an Excel sheet with a column displaying the consecutive wins minus one. This column contains a zero or a positive integer. Each integer is...
  11. H

    More Excel help needed

    Just to be sure. The individual cells in the given example are: A[1]=0 A[2]=0 A[3]=0 A[4]=1 A[5]=2 A[6]=3 A[7]=0 etc. I want a result like: B[1]=0 B[2]=0 B[3]=0 B[4]=3 B[5]=2 B[6]=1 B[7]=0 etc. Syswizard, is your function doing this? Thanks.
  12. H

    More Excel help needed

    I have a column in Excel containing strings of positive integers with before and after a string of zeros. For example: 00012301200123456780000001230100001234500. What I want to do is to revert the string of integers between the zeros. The above example will end in...
  13. H

    Excel help needed

    Thanks.
Back
Top