I wouldn’t be surprised if that’s covert reverse psychology to make me post my method, to prove you wrong.
[B]Method [/B]
It’s really simple Merchantprince: Just place a pending BUY and SELL order above and below the previous day’s high and low, offset by a certain amount of pips (what I refer to as PipFilter). And don’t forget to add the spread on the buy order.
I coded an EA to set new pending orders for the new day based on the new previous day high and low, after closing any orders from the previous day.
[B]Optimization[/B]
I use SL, TP, and PipFilter as my optimization parameters. I varied SL and TP between 10 and 100, in intervals of 10, and PipFilter from 0 to 10, in intervals of 2. Spread is fixed, rather than grabbing the current spread from MarketInfo, for example, 6 pips for GBPJPY.
I optimize either a week or months duration to find the best parameters.
Other selections in the Strategy Tester:
Daily Chart
Initial deposit is $3000
Trading only 1 mini lot.
Both Long and Short positions considered
Optimized parameter: Balance
Genetic Algorithm: Unchecked
Every tick - selected
[B]Selection[/B]
I chose the parameters that yields that highest profit that have
- A R:R > 1, i.e. TP greater than SL
- A draw down below 2% (arbitrary choice based on personal appetite for drawn down)
- If there are several that meet the above criteria, then the selections gets a little more relative, looking at which parameters give the most steady profits, least amount of consecutive losses, etc.
[B]Assumptions[/B]
Markets will make similar moves, so as to render the previous week/months optimized parameters applicable.
[B]Flaws[/B]
Based on historical data, the markets can change any time, rendering optimized parameters unprofitable, as I learned last week for the EURUSD. Profit is dependent on one single TP. Multiple entries with different SL and TP would be a lot better, but I’m taking my time with this, and I want to be able to learn along the way, so I don’t want too much happening at one time.
Let me know if you have any questions, or if anything needs to be more transparent.
Cheers,
Synergy