龙听期货论坛's Archiver
龙听期货论坛
»
编程语言More>>||
»
MC内置指标【Pre-built Indicators】
» 【Chaos Fractals】
龙听
发表于 2022-11-3 11:07
【Chaos Fractals】
[code]
[LegacyColorValue = true];
Inputs: Strength(2);
value1=swinghigh(1,h,Strength,80);
value2=swinglow(1,l,Strength,80);
if value1>-1 then plot1(value1,"BuyFractal");
if value2>-1 then plot2(value2,"SellFractal");
[/code]
页:
[1]