DYJ Alligator 信号源基于Alligator指示器。它可以用于任何货币对和时间框架。
蓝线(Alligator‘s Jaw)是用于构建图表的时间段的平衡线(13期平滑移动平均线,向未来移动8条);
红线(鳄鱼的牙齿)是低一级(8期平滑移动平均线,向未来移动5条)的价值时间框架的平衡线;
绿线(Alligator’s Lips)是价值时间段的平衡线,再低一级(5期平滑移动平均线,向未来移动3条)。
市场进入条件
BUY: Lips#1 > Teeth#1 and Teeth#1 > Jaws#1
SELL: Lips#1 < Teeth#1 and Teeth#1 < Jaws#1
该指标的入场信号,则是趋势转折点。
该指标使用模拟交易技术,
指标为你提供评价开盘信号和收盘信号整体盈利。
你用哪种评估模式交易都很方便。
当你选择最大利润模型评估模型时, 建议您使用跟踪止损功能。 这样可以最大程度的跟踪趋势利润。
当您选择反向信号关闭评估模式时, 建议你耐心等待反信号出现,然后关闭仓位。 这个可以一直等趋势真正结束并盈利。
如果您需要自动化跟随指标开仓关仓,请下载实用工具软件DYJ Follow Me
Input parameters
[Indicator]
Inp_jaw_period = 13 — period for the calculation of jaws Inp_jaw_shift = 8 — horizontal shift of jaws Inp_teeth_period = 8 — period for the calculation of teeth Inp_teeth_shift = 5 — horizontal shift of teeth Inp_lips_period = 5 — period for the calculation of lips Inp_lips_shift = 3 — horizontal shift of lips Inp_ma_method = MODE_SMMA — type of smoothing Inp_applied_price = PRICE_MEDIAN — type of price
InpShowArrows = true
InpAlertsOn = true
ArrowUpClr = DeepSkyBlue — Arrow Up Color
ArrowDnClr = PaleVioletRed — Arrow Down Color
InpIsDisplayIndicatorLine = true — Display Line Of Indicator
[EstimateProfits]
InpSimulatedVolume = 1 — SimulatedVolume . 0.01Lots or more
InpOnlyOppositeClosedLine = false — Only the OppositeClosed line is displayed.
InpIsDisplayChartText = true — Hide All Text Of Chart
InpIsDisplayProfitsLine = true — Hide All Line Of Chart
MaxProfitsTextHigh = 40 — Maximum profit label height
MaxProfitsTextLow = 20 — Minimum profit label height(opposite)
InpIsEstimateDialog = true — Hide Or Show EstimateDialog
InpModeProfits = ByMaxProfits — ByMaxProfits or ByOppositeClosed
InpStartDate = “19700101” — Statistical start date