I'm trying to program a strategy to pull some data, but I'm having trouble getting the system to exit positions.
Strategy: Sell every new High, buy every new low
GOAL:
I'm trying to flatten ALL positions when one of two things occurs.
1. Price crosses the midpoint ((H+L)/2)
2. RTH close.
PROBLEM:
Long and short positions accumulate, but only PARTIALLY close on any given signal. This results in some positions being open for days while all trades should be less than 24hrs.
Any advice is appreciated.
.
Can you help answer these questions from other members on futures io?
The first half exits at the time between the quotes (edit as needed, leave the quotes), and the second half exits when you have a position and your midpoint conditions are TRUE.
The problem with your partial exits is probably due to the value/formula in J26. This cell controls both entry and exit quantities, and it overrides the Trade Window quantity.
The following user says Thank You to tomgilb for this post: