+91-0000000000

}

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

ALT

Traders seeking cost-effective solutions can benefit from Amibroker data feed free options for ALT. This aids in thorough market analysis and strategy testing. By integrating free Amibroker data, ALT users can optimize their trading decisions, leveraging accurate historical and real-time data for more informed choices.

_SECTION_BEGIN("ATL");
x = Cum(1);

perchg = 0.3*LastValue( Highest( ROC( Low, 50 ) ));

startvalue = LastValue( Trough( Low, perchg, 1 ) );
endvalue1 = LastValue( Trough( Low, perchg, 2 ) );

startbar = LastValue( ValueWhen( Low == startvalue, x, 1 ) );
endbar = LastValue( ValueWhen( Low == endvalue1, x, 1 ) );

Aa = (endvalue1-startvalue)/(endbar-startbar);
b = startvalue;

trendline = Aa * ( x  - startbar ) + b; 

Plot( Close, "Price", colorBlue, styleCandle );
Plot( IIf( x >= endbar, trendline, Null ), "Trendline", colorRed );
_SECTION_END();

Open chat
1
Hi, how can I help you?