Hi
I’m looking to backtest a trading method on some data I have downloaded. The method is a variation of Jake Bernstiens' 30 minute breakout strategy.
The Problem is it seems it’s going take me ages to do this so I thought I would get some help on whether I can get it done quicker.
I’m looking to trade the FTSE 100 Futures market.
My Rules:
•The high and low for the first 60 min of each day will be the parameters for the rest of the day.
•Only buy when price exceeds the high and sell when the price exceeds the low of my parameters for the day by 6 points.
•Only enter a position after 60 minutes
•Stop Loss is the opposite parameter to the one I have entered. If price exceeds the opposite parameter then close current position and reveres position with double the number of contracts.
•Never enter a position in the last 60 minutes of each day.
Example of Buy Signal:
FTSE 100 Futures
Opens 8.00 am
8.00 am – 9.00 am
High = 6700, Low = 6650
10.00 am
Price = 6706 Buy 1 Contract
Example of Sell Signal
8.00 am – 9.00 am
High = 6700, Low = 6650
10.00 am
Price = 6644 Sell 1 Contract
Stop Loss Example
8.00 am – 9.00 am
High = 6700, Low = 6650
10.00 am
Price = 6706 Buy 1 Contract
12.00 pm
Price = 6644 Close current position & reverse position by selling 2 Contracts
I have 5 years worth of intra day data in a cvs file. Is there a way that I could actually do this quicker than going through the data manually?
Thanks
Peace.
I’m looking to backtest a trading method on some data I have downloaded. The method is a variation of Jake Bernstiens' 30 minute breakout strategy.
The Problem is it seems it’s going take me ages to do this so I thought I would get some help on whether I can get it done quicker.
I’m looking to trade the FTSE 100 Futures market.
My Rules:
•The high and low for the first 60 min of each day will be the parameters for the rest of the day.
•Only buy when price exceeds the high and sell when the price exceeds the low of my parameters for the day by 6 points.
•Only enter a position after 60 minutes
•Stop Loss is the opposite parameter to the one I have entered. If price exceeds the opposite parameter then close current position and reveres position with double the number of contracts.
•Never enter a position in the last 60 minutes of each day.
Example of Buy Signal:
FTSE 100 Futures
Opens 8.00 am
8.00 am – 9.00 am
High = 6700, Low = 6650
10.00 am
Price = 6706 Buy 1 Contract
Example of Sell Signal
8.00 am – 9.00 am
High = 6700, Low = 6650
10.00 am
Price = 6644 Sell 1 Contract
Stop Loss Example
8.00 am – 9.00 am
High = 6700, Low = 6650
10.00 am
Price = 6706 Buy 1 Contract
12.00 pm
Price = 6644 Close current position & reverse position by selling 2 Contracts
I have 5 years worth of intra day data in a cvs file. Is there a way that I could actually do this quicker than going through the data manually?
Thanks
Peace.