Search results

  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.
  14. H

    Excel help needed

    Thanks. But what should be the complete command for the given example?
  15. H

    Excel help needed

    I have a spreadsheet in Excel with columns like Date, Open, High, Low and Close. The next column has entries with positive integers. If the entry is X, I want to display the Open of X-days ago in the next column. For example, the first row contains column headers and cell B6 contains the...
  16. H

    How to calculate a P&L in Excel

    The columns F and G were only to explain what I mean. All columns should be calculated in Excel. Column F is no problem. Main problem is to calculate the exit and the P&L. Any idea? Hans
  17. H

    How to calculate a P&L in Excel

    Thanks for your reaction. I have tried it , but is not correct. Anyone else an idea? Hans
  18. H

    How to calculate a P&L in Excel

    Thanks, but it's not what I mean. I have attached an example. Hans
  19. H

    How to calculate a P&L in Excel

    Anyone who can help? Hans
  20. H

    How to calculate a P&L in Excel

    I have an Excel sheet with O/H/L/C data. I am buying at a close and want to sell only when the close of the next day is higher then the previous close. Otherwise I keep the trade open until there is a higher close coming up. This means I can have a trade open for at least one day, but also for...
Back
Top