Search found 4 matches

by jvp
Sun Aug 05, 2007 5:55 pm
Forum: TheRumpledOne
Topic: TRO_DYNAMIC_SR2CAN - How it works
Replies: 17
Views: 8217
Gender: None specified

cvax,

I just downloaded the .eld that goes with that chart you snagged from the home page. It has iPeriods set to 3. If you set iPeriods to 3 using the indicator I posted you will get the same result as in the picture.

His new indicator has entry and exit points - very interesting.

- Jim
by jvp
Sun Aug 05, 2007 9:12 am
Forum: TheRumpledOne
Topic: TRO_DYNAMIC_SR2CAN - How it works
Replies: 17
Views: 8217
Gender: None specified

cvax, I'm a bit puzzled by the graphics you posted. I can't figure out what is going on in the Tradestation window that you have there. I slapped up a version of the indicator that I posted earlier and added the support side. It's included on this post. When I run that indicator I get the same resul...
by jvp
Sat Aug 04, 2007 2:27 am
Forum: TheRumpledOne
Topic: TRO_DYNAMIC_SR2CAN - How it works
Replies: 17
Views: 8217
Gender: None specified

TRO, No, that really is all there is to it. In fact, on closer inspection I found that this code produces exactly the same results: [font=Courier New]HH = Highest(H, iPeriods); if H = HH or Dynamic_R = 0 then Dynamic_R = HH; LL = Lowest(L, iPeriods); if L = LL or Dynamic_S = 0 then Dynamic_S = LL; [...
by jvp
Fri May 25, 2007 8:02 pm
Forum: TheRumpledOne
Topic: TRO_DYNAMIC_SR2CAN - How it works
Replies: 17
Views: 8217
Gender: None specified

OK-do you have an explanation of how Dynamic S/R is calculated - non-code. I could then use that as a base. AC I struggled to understand this code myself. After some cogitation I realized that the Dynamic_SR calculations boil down to this: { Initialize } if Dynamic_R = 0 then begin Dynami...

Go to advanced search