GreatPig
Pigs In Space
- Joined
- 9 July 2004
- Posts
- 2,368
- Reactions
- 14
Just as well you didn't tell me that before I startedwayneL said:An extraordinarily difficult thing to program
What problems are they?mit said:If it doesn't have the same problems that the zigzag indicator has
The turning points for the trend lines are determined by the "change" parameter, which is the percentage move in the opposite direction behind a low or high to trigger a direction change.
I'll take a look through that when I get a chance and try and see what it's doingVictor H said:mp =(H+L)/2;
r0 = IIf(mp>=Ref(mp,-1),ATR(1),0);
r1 = log(IIf(r0>0,ATR(1),mp)/mp);
r2 = Cum(r1)/Max(1,Cum(IIf(r0>0,1,0)));
tchg = LastValue(100*exp(LastValue(r2)));
I think that's a matter of taste. With my manual trend line placement, I sometimes use highs and lows and sometimes opens and closes, depending on what seems best for the particular stock in that region. As you noted though, it's easily changed.#2. Also, I find the trendlines easier on the eye if coded with Highs & Lows:
I sent him an email and he said I can distribute it provided it has installation and usage instructions (which I'm just finalising) and with the function and variable prefix I suggested to avoid conflicts.kaveman said:Before you place a plugin to AB yahoo or AB website you ahve to submit to TJ
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?