High[0]>High[1]
Low[0]>Low[1]
High[1]<High[2]
Low[1]<Low[2]
EnterShortStop(1,Low[1],"TestEntry")
I connect to the Kinetic EOD before starting. When backtesting, I set type to Day, Value 1, From 9/1/2011 to 1/26/2012 (today), leaving the rest of the values at default.
I find several problems:
1) I am not sure how to tell it to enter above todays High.
2) When I back test this against 4 months worth of data, I never get more than 1 entry (which is incorrect), though I see that the conditions are met many times during that period and it doesn't exit (stop) until today's date.
I will apologize in advancefor my ignorance, and thank you in advance for any help and/or guidance.
- Jim

Comment