+91-0000000000

}

Monday – Friday : 9:00 AM – 6:30 PM

Individual

The AFL named ‘Individual’ likely focuses on specific individual stocks or assets within the Amibroker platform. It may provide customizable features tailored to analyze and visualize data pertaining to individual securities. Utilizing an Amibroker data feed, this AFL enables traders to conduct detailed technical analysis and make informed decisions regarding individual assets based on historical price data.

/#include @LastBacktestFormula
MaxGraph=0;GraphXSpace=5;
GraphZOrder=1;
Plot( Equity( 0, -2 ), "Equity", -8, styleArea );

if( ParamToggle("Show Buy-and-Hold?", "No|Yes", 1 ) )
{
 /* now buy and hold simulation */
 Short=Cover=0;
 Buy=Status("firstbarintest");
 Sell=Status("lastbarintest");
 SetTradeDelays(0,0,0,0); PositionSize = -100;
 ApplyStop(0,0,0,0);
 ApplyStop(1,0,0,0);
 ApplyStop(2,0,0,0);
 Plot( Equity( 0, -2 ), "Buy&Hold", -9 );
}

Open chat
1
Hi, how can I help you?