Trade day of week (TDW) is a concept Larry Williams describes in some of his books. Larry: "TDW can make a big difference in your system´s performance."
In advance Larry suggests that day traders should do some research on Trading hours of day (THD). We know this: avoid day trading during lunch time.
I think there should be a way to do this calculation in eSignal. Unfortunately I have no idea to do this job in efs. Is this a major exercise?
The TDW-Code would be useful, to have a look what´s happening if we only take buys and sells on certain specific days (hours). Let´s give TDW- and TDH-Backtesting a try to get a closer look to the behaviour of our systems.
One of my ideas is to calculate the average trading range (high(0)-low(0)) from the last 10 mondays, tuesdays ... Lets name this ATR (TDW)
The formula looks like this:
( (high(MondayThisWeek)-low(MondayThisWeek)) + (high(MondayLastWeek)-low(MondayLastWeek )) + (high(MondayTwoWeeksbefore)-low(MondayTwoWeeksbefore)) + ...) /10
Would be great to get support for this idea. Thanks!
In advance Larry suggests that day traders should do some research on Trading hours of day (THD). We know this: avoid day trading during lunch time.
I think there should be a way to do this calculation in eSignal. Unfortunately I have no idea to do this job in efs. Is this a major exercise?
The TDW-Code would be useful, to have a look what´s happening if we only take buys and sells on certain specific days (hours). Let´s give TDW- and TDH-Backtesting a try to get a closer look to the behaviour of our systems.
One of my ideas is to calculate the average trading range (high(0)-low(0)) from the last 10 mondays, tuesdays ... Lets name this ATR (TDW)
The formula looks like this:
( (high(MondayThisWeek)-low(MondayThisWeek)) + (high(MondayLastWeek)-low(MondayLastWeek )) + (high(MondayTwoWeeksbefore)-low(MondayTwoWeeksbefore)) + ...) /10
Would be great to get support for this idea. Thanks!
Comment