+91-0000000000

}

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

Linkon Stich

The ‘Linkon Stich’ AFL might involve stitching together various market indicators or patterns. Leveraging the Amibroker data feed, it could potentially consolidate multiple data points or signals into a coherent framework, aiding traders in comprehensive market analysis.

/
/***********************************************************************************************************
  Dinapoli Perferred Stochastic
  Based on "Joe DiNapoli - The Practical Application of Fibonacci Analysis to
Investment Markets"
  APPENDIX E

  Derived from given eSignal formula suggested by LaNard on 2008-05-31 in the
comment:
  refer "DiNapolis 3x Displaced Moving Averages" at
  http://www.amibroker.com/library/detail.php?id=1090

  Script Created by TohMz
  
***********************************************************************************************************/
SetChartOptions(0,0,chartGrid20|chartGrid50|chartGrid80);

function StochRaw(nLength, nSmoothing)
{
  Hh = HHV(High, nLength);
  Ll = LLV(Low, nLength);
  Hh = HHV(High, nLength);
  Ll = LLV(Low, nLength);
  return ((Close - ll) / (hh - ll)) * 100; 
}

function PreferStochK(nLength, nSmoothing) 
{
  percentK =StochRaw(nLength, nSmoothing);

  MAVt[0]=0;
  for(i=1; i

Open chat
1
Hi, how can I help you?