- Joined
- 4 December 2008
- Posts
- 486
- Reactions
- 281
Is it possible to modify the display of the weekly charts in Amibroker to show the "week" as the prior five trading days. So, on a Wed the last "week's" bar would be the prior 5 trading days (Wed, Thurs, Fri, Mon, Tue). The last week's bar would show the Wed open, H+L of the prior 5 trading days and the Tue close. All prior weekly bars would have to be adjusted as well.
A little out of the box, but interesting.
Edit: Does anyone know of charting software that can display any timeframe bars, like 3 days data showing as one bar and then for a larger timeframe 8 days data showing as one bar. Can TradingView do this?
Thanks LW that's something that's interesting. On a Wed for example I could see a 5 day chart with the bars representing the last trading week. Yes, the chart would look different the next day. I was reading Cynthia Kase's book, "Trading with the Odds". As an engineer she has created indicators that represent the market in a different way than the traditional indicators. In the book she asks why should a trader who uses a weekly chart for trend or direction have to wait for Friday if there's a perfectly good daily buy setup earlier in the week.
Well reasoned. This is one of many examples where Cynthia Kase critically examines the traditional concepts in technical analysis. CK re-engineers the MACD because she wasn't happy with it. She re-engineers the stochastic to better align it with her way of thinking about the function of the indicator. In her later work she creates her namesake equal range price bars (Kase bars).
Come to think of it, using a weekly timeframe is just a pretty lazy way of adding delay to daily data isn’t it? If you really wanted a time delay to reduce noise, you’d run a daily system and program in a delay (price must still be above the breakout level x days after the initial breakout). Weekly systems are inconsistent in that if the breakout happens on Monday, you need to wait until Friday for confirmation. But if the breakout happens on Friday, you have no delay on your signal at all.
Doesn't the same logic apply to EOD trading in light of intra-day movements. If the breakout happens on open you are delayed an entire day before you take the position the following day in your EOD, but if the breakout happens just before close then the delay is minimal before you take the position the following day in your EOD.
If you felt I was looking down on weekly traders, my apologies, that's not what I meant. I only trade weekly.
Thanks Trav. That is exactly what I was looking for.@dutchie here is a start for you
View attachment 116079
View attachment 116080
Apply to current symbol and the above is returned
Code:InputDate = "2020-04-05"; ClosePrice = Lookup( Close, _DT( InputDate ), -1 ); Filter =1; AddColumn(ClosePrice,"ClosePrice");
Mon Ami, a friend emailed me these results from a backtest.
View attachment 116157
What should I tell him?
I'd check the largest profitable trades. Sometimes a few crazy 2,000 or 3,000% gains canreally slew the results. And I agree a CAR/MDD of 2.82 is very good.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?