Buy and Sell ADLine who can help?

#1
I want to cross the MA 10 that Adline and a buy signal and sell signal.Who can please help? :annoyed:

_SECTION_BEGIN("ADLine");
Plot( ADLine(), _DEFAULT_NAME(), ParamColor("Color", colorCycle ), ParamStyle("Style") );
_SECTION_END();

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

Thanks :)

Todden
 

amanfree

Active Member
#2
what is ADline???