Search results

  1. R

    Slippage on an ES stoporder

    Hi all, At the moment I am doing research with tickdata and the strategy involves using stoporders on the ES. I was wondering what everyone's experience is with the slippage on the ES using stoporders. I know it depends on the volatility at the moment but how many ticks after the initial stop...
  2. R

    Help, simple excel...

    Thenewguy is right, you should try to have a look into vba, it makes things so much easier. I use this code in my tradesheets and it works like a charm. I also got a macro that creates a timestamp when the macro pasted the data and it puts in the same time as the time I wanted the macro to copy...
  3. R

    Help, simple excel...

    Hi Don, Put the next code in 'ThisWorkbook', this code activates the macro to copy paste at 12:30 when you open the sheet. Private Sub Workbook_Open() Call AutoUpdate MsgBox "Macro started" End Sub this is the code you should put in Module1. Sub AutoUpdate() Application.OnTime...
  4. R

    Intraday data euro stocks?

    Hi there, does anyone know of a vendor that sells intraday data of stocks listed on the euro exchanges? Thanks in advance Raver
Back
Top