+91-0000000000

}

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

LinReg Oscillatior

The ‘L.inReg Oscillator’ AFL likely involves an oscillator-based indicator within the Linkon series. Leveraging the Amibroker data feed, it may compute and display an oscillator designed to identify market trends or reversals based on specific calculations.

/
LinRegO = (LinearReg(C,13)/Ref(LinearReg(C,13),-13))-1;

Plot( LinRegO , "LinReg Oscillator", ParamColor("color", colorCycle ), ParamStyle("Style") );

Open chat
1
Hi, how can I help you?