Quote from Camdo:
Hi Forrestang
I cannot understand your performance data.
Is Expectancy = rate of return for the period ?
What is the starting equity to end up with a P&L of $331
Quote from Camdo:
Forrestang, Thanks for the reply.
I have often wondered if NUKE's strategy has merit, and your data has come closest to visualizing that for me.
However, I am still missing an important piece of reference.
For the period 1/18/11 to 2/11/11, SPY gained 3.0%.
How can I use your performance data for comparison?
Quote from flyingdutchmen:
@SteveGee
EL, for tradestation, multicharts or any other EL compatible software
@Good1
it seems to me that your script calculates bar values ? that would be less then perfect. you will need to go down to the tick and save each value when price crosses above the first openingtick of the hour or below it. this sometimes could happen up to 20-30 times within a hour. Each distance will need to be stored, then the 2 highest values of that bar can be used as LD and SD but you realy need to store all these individual values in an array to be able to calculate the LSD and SLD at a later point because some of these values can turn out to be longer then high-open or open-low. just using high-open and open-low will give you unrealistic values