Terjumpa sedikit penerangan berkenaan setting indi ni.
This indicator calculate waves and then auto draw trend lines of this waves.
Waves and Tren lines are two type: High period and Low period. So you can control different periods waves and adjust your trade according grafical trend lines.
Adjustments:
High_period=70 Value of the high period. It is desirable from 50. It will define global impulses.
Low_period=13 Value of the low period. It is desirable not less than 10. Smaller values can create mistakes. It is caused by that, calculation of low impulses is made on the current timeframe, without inquiries of younger timeframe data
Trigger_Sens=0.003 It's responsible for sensitivity of calculations, just for the low period. Than above themes is less sensitive, than below themes there are more mistakes. This parametre is very important. Default value for high speed currency (GBP/JPY, NZD/JPY & so on) For another currency: better 0.0003-0.0001
StayLinesAfterDelete=false If will be TRUE all trend lines will stay on the price chart, after indicator cleaning
DrawHighPivotSemafor=True If True, draws semaphores of the high period, false - does not draw
DrawLowPivotSemafor=True The same to low period
TREND LINES ADJUSTMENT
DrawHighTrendLine=True If True automatically draws trend lines of the high period, false - does not draw
HighTrendLineResColor=Red; Color of upper resistance trend lines of the high period
HighTrendLineSupColor=Maroon; Color of upper resistance trend lines of the high period
HighTrendLineStyle=2 Trend Lines Style
HighTrendLineWidth=0 Trend Lines Width. It adjustable only if HighTrendLineStyle=0
ADDITIONAL USEFULL ADJUSTMENT:
HighTrendLineExt=1.5 Factor of prolongation (extension) of the trend lines in the future, i.e. the trend line doesn’t stp on the second point, and it is prolonged forward (in the future). If 1 - any prolongation, the line begins in the first point and comes to an end in the second. If 1.5 - the line will be extended in 1.5 times, etc.
HighTrendLineInMemory=10 To not draw trend lines on the price chart for all history , leaves so much how many you want. If ZERO draws all trend lines of the history.
Adjustments of the low period trend lines precisely same as well as the high.