Hi,
I'm testing a system, that provides predictions based on the continuous series of the Indexes. I'm back testing the trades provided by the system, with the e-minis future contracts.
For each day, and each market, the system gives the entry time, and exit time.
To compute the P&L of the trades, I'm using a tick by tick database of the future.
The entries so far are market orders, at the specific entry time.
I've noticed that on the tick by tick database, I can have for a single minute 6 different prices. Bid, Asks Settles.
If I'm modeling a Market Order, what would be the most real price to choose for the entry and Exit?
I thought of 3 alternatives.
1. If going LONG at the Market, pick the FIRST ASK Price.
2. If going SHORT at the Market, pick the FIRST BID Price.
3. FIRST selltled or traded price. (Either Long or Short)
4. The most traded price for that minute.
Anyone had the same dilema? Can someone help me with this petit detail?
Thank you
I'm testing a system, that provides predictions based on the continuous series of the Indexes. I'm back testing the trades provided by the system, with the e-minis future contracts.
For each day, and each market, the system gives the entry time, and exit time.
To compute the P&L of the trades, I'm using a tick by tick database of the future.
The entries so far are market orders, at the specific entry time.
I've noticed that on the tick by tick database, I can have for a single minute 6 different prices. Bid, Asks Settles.
If I'm modeling a Market Order, what would be the most real price to choose for the entry and Exit?
I thought of 3 alternatives.
1. If going LONG at the Market, pick the FIRST ASK Price.
2. If going SHORT at the Market, pick the FIRST BID Price.
3. FIRST selltled or traded price. (Either Long or Short)
4. The most traded price for that minute.
Anyone had the same dilema? Can someone help me with this petit detail?
Thank you