+91-0000000000

}

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

NoName Indicator

NoName Indicator AFL in Amibroker represents a specific technical indicator or strategy within the platform. Integrated with Amibroker data feed, this AFL allows traders to implement and assess the performance of a custom-named indicator called NoName. By leveraging Amibroker data feed capabilities, NoName Indicator assists traders in analyzing and potentially incorporating this specific indicator or strategy.

/
HaClose = (O+H+L+C)/4; 

HaOpen = AMA( Ref( HaClose, -1 ), 0.5 );

HaHigh = Max( H, Max( HaClose, HaOpen ) );

HaLow = Min( L, Min( HaClose, HaOpen ) );

PlotOHLC( HaOpen, HaHigh, HaLow, HaClose, "Modified " + Name(), 2, styleCandle );

Buy=HaClose>HaOpen; 

Sell=HaClose

Open chat
1
Hi, how can I help you?