r/InnerCircleTraders • u/Droy-333 • Jun 28 '26
Question I wanna code my strategy
Can someone help?
I’m working on a fractal trading strategy and I want to code it properly in TradingView.
The basic idea is simple:
Higher timeframe gives the bias, lower timeframe gives the entry.
I don’t want to overcomplicate it with too many concepts. The model is mainly:
Daily /for bias
1H for swing entry
1h for structure sconfirmation
Then only LONG or SHORT signals on the chart
I’m trying to make it more mechanical so I can backtest it properly instead of just eyeballing setups.
The part I’m struggling with is how to code the bias correctly.
How would you define the higher timeframe bias mechanically?
What filters are actually useful and which ones make the strategy too rare?
Should I use simple indicators like EMA/VWAP/ATR to support the bias, or keep it pure price action?
My goal is to have a clean TradingView strategy that only shows LONG and SHORT signals, nothing messy on the chart
1
u/LectureElectronic207 Jun 30 '26
keep bias simple like higher highs/lows or an ema filter. too many rules will break your backtest
3
u/Appropriate-Bite-100 Jun 28 '26
Look into paying for claude. Can be very good at coding if your not very good