TradingView
makuchaku
Feb 2, 2021 6:41 PM

Backtesting retest Break of Market Structure on Multi Timeframe Education

EUR/USDOANDA

Description

Strategy
Create a zone from the order block which created break of market structure on 1D timeframe
Wait for it to be tested on 4H timezone => which will create new 4H order block
Trade the retest of that 4H order block

Color coding & icon use
Green boxes : 1D order block zone
Yellow boxes : 4H order block zone
Tick icon : Trade won on 4H
Cross icon : Trade lost on 4H
Circle with cross icon : Trade in breakeven

Win / loss assumptions
Win : 3R movement without breaking -1R
Loss : -1R movement
Breakeven : 1R movement, followed by -1R movement

Risk Management
50% TP @ 1R
25% TP @ 2R
25% TP / Trade closure @ 3R
RR achieved = 3R
Net R achieved = 1.75R

Strategy results
Testing duration : Jan 2020 - Jan 2021
Wins = 16
Loss = 7
Breakeven = 4
Non-losers = 74%
Absolute Winners = 59%
Net RR = 21
Avg R/Win = 1.31R
Avg R/Trade = 0.78R

Comment

A trade is not taken if the order block on 1D timeframe is broken without forming a rejection from that 1D zone in 4H timeframe.
Comments
Dave-FX-Hunter
Interesting view
makuchaku
@Dave-FX-Hunter, Thanks! Please do share what you found interesting. Cheers!
UnknownUnicorn6584888
@makuchaku, how does the backtesting work. ok, do you code it??
makuchaku
@newton14, I code the signal to appear on the chart. Then just see how many times it won vs lost.
UnknownUnicorn6584888
@makuchaku, that’s a good frame work.
makuchaku
@newton14, easier than coding the entire bot
UnknownUnicorn6584888
@makuchaku, Am still Mused of your backtesting flips and price movements!!, In General. How you code it and far on.?
makuchaku
@newton14, Lots of info available on the web kodify.net/tradingview-programming-articles/
More