I have been working on a strategy that I got from a Forex website.
I have tested it out and seems to be working pretty well. The problem I am finding with it that I am struggling to define a good exit strategy. Sometime you would like to let it run to maximize profits.
Strategy
EURUSD mini
Initial Capital $100
15 Min timeframe
Look for Tweezer bottom or tweezer tops
Long Entry
Tweezer Bottom
Low< BolingerDown
bullindicator = OPEN[1] > CLOSE [1] AND OPEN < CLOSE
Short Entry
Tweezer Top
High > BollingerUp
bearindicator = OPEN[1] < CLOSE [1] AND OPEN > CLOSE
Results so far have been pretty good from 25 – 10000 ticks.
Like I said I am trying to work on a good exit strategy to maximize profits currently I am using the EMA 20 do define the exit but sometimes it exits too early.
There are no easy ways to exit properly with the best profit, but there are for sure many many ways to try 🙂
You can try to use MAE/MFE study to see how much money trades can do (or not) and find an edge between the 2 values.
Trailing stop, breakeven or exit after X bars from first trade (Pathfinder’s style as far as I know..), time schedules like many Open Range Breakout strategies you’ll find on the website, ..
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue