Plz Code for MT4 with alerts n buy/sell arrows.

#1
Hi Friends,

Can Somebody code this for MT4 please ... with alerts n buy/sell arrows.

_SECTION_BEGIN("Ribbon");
no=Param( "Swing", 20, 1, 55 );
res=HHV(H,no);
sup=LLV(L,no);
avd=IIf(C>Ref(res,-1),1,IIf(C<Ref(sup,-1),-1,0));
avn=ValueWhen(avd!=0,avd,1);
tsl=IIf(avn==1,sup,res);
Plot( 2, "Ribbon",IIf(C>tsl,colorGreen,color Red),styleOwnScale|styleArea|styleN oLabel, -0.5, 100 );
_SECTION_END();

Thanks a lot
 

Similar threads