Hi,
I am trying to create a indicator that that plots the HHV value
(Selectable periods) and projects it forward from the HHV past the
current period by a certain value say "5 periods"
The code i have so far is:
Lookback = Param("Look Back Period", 50, 5, 1000, 1 );
Plot(HHV(H,Lookback), " HHV ", colorGreen,
StyleLine|styleNoRescale,Null ,Null ,Null );
What i am still looking for
1. How do i increase the line past the current Period
2. Can i remove all lines/plots prior to the last Higest High(HH), so
that the chart only shows the line from the last HH for the period
selected.
Hope this makes sense, i am quite new to Amibroker and sill grasping
the AFL.
Any help would be great.
Crash.