Skip to main content

SamiCator for Amibroker (AFL)

s115rz about 10 years ago Amibroker (AFL)

  • Rating:
    2 / 5 (Votes 6)
  • Tags:
    amibroker

Use it with ADX. Specially for sell signal. Contact for more accurate strategy.

Screenshots

Indicator / Formula

Copy & Paste Friendly
_SECTION_BEGIN("SamiCator");
TafavotC = C - Ref(C,-1);
NesbatC = TafavotC /  Ref(C,-1);
DarsadC = NesbatC * 10000;


P = ParamField("Price field",-1);
Periods = Param("Periods", 14, 2, 300, 1, 10 );
Plot( MA( DarsadC, Periods ), _DEFAULT_NAME(), ParamColor( "Color", colorCycle ), ParamStyle("Style") ); 
_SECTION_END();

_SECTION_BEGIN("MA1");
P = ParamField("Price field",-1);
Periods = Param("Periods", 9, 2, 300, 1, 10 );
Plot( MA( P, Periods ), _DEFAULT_NAME(), ParamColor( "Color", colorCycle ), ParamStyle("Style") ); 
_SECTION_END();

5 comments

about 10 years ago

sir
give me a good over sold over bought afl.
or give candle reversal afl

about 10 years ago

pulakesh13

email id please for further details

trademakemoney@gmail.com

Leave Comment

Please login here to leave a comment.