i have created 2 ShowMe Indicator for Tradestation based on information presented in the TA magazine articles.
Feel free to use them :)
---------------------
Vars: NR0(0), NR1(0), NR2(0), NR3(0), NR4(0), NR5(0), NR6(0);
NR0 = H - L;
NR1 = H[1] - L[1];
NR2 = H[2] - L[2];
NR3 =...