Code Amibroker Indicators

Month-Year-Volume Low & High for Amibroker

This formula is for reading price trend and volume : – Red lines indicate break highs, Blue lines indicate break lows– 1st row : indicates break 3M (3months), 6M & 9M respectively– 2nd row : indicates break 1Y (1year), 2Y…

December 28, 2018 by admin 3 min
Code Amibroker Indicators

Market Shiksha-Trend Check for Amibroker

Trend catcher is a useful indicator for taking the trading decisions,, one can build many strategies using this as a base indicator. Combine this as a reference tool for Candlestick Patterns(not every pattern is successful,, check the trend first) or…

December 28, 2018 by admin 2 min
Code Amibroker Indicators

JNSAR for Amibroker

JNSAR is a number based on market’s strength and weakness as well as the balance of demand and supply. Whatever the number may be, a choppy market could whipsaw the number occasionally to shake off your confidence in them. However, staying…

December 28, 2018 by admin 1 min
Code Amibroker Indicators

Keltner Band Trading System

Keltner Band is a promising indicator to determine trend breakouts accurately. And experienced traders might very well know that catching accurate trend breakouts is as good a finding a fortune. Keltner band calculates the price range based on ATR (average true range),…

December 28, 2018 by admin 2 min
Code Amibroker Indicators

Stochastic %D %K for Amibroker

Combination the Stochastic %D and the Stochastic %K _SECTION_BEGIN(“Stochastic %D”); SetChartOptions(0, 0, chartGrid20 | chartGrid80); GraphXSpace = Param(“GraphXSpace”, 5, -10, 20, 1); OBthreshold = Param(“OBthreshold”, 85, 75, 100, 5); OSthreshold = Param(“OSthreshold”, 15, 0, 25, 5); PlotGrid(OBthreshold, colorRed, 8, 1,…

December 28, 2018 by admin 1 min
Code Amibroker Indicators

Sri Rajam Strategy using Basic RSI

Hi All, This is a very basic strategy using RSI which i personally also use quite often.It includes money money management and Entry and exit signals.Enter at buy sell arrows and exit at stars which are oversold/overbought zones.Explorer is also made available…

December 28, 2018 by admin 4 min
Code Amibroker Indicators

AOTS for PSE

This is Alignment of the Stars originally named by Zeafreaks from the Philippines. It’s all about the alignment of ma 20 50 100. //Disclaimer: //All the AFL’s posted in this section are for learning purpose. //I do not necessarily own…

December 28, 2018 by admin 2 min
Code Amibroker Indicators

The Real Jurik Moving Average (JMA)

I don’t remember where I got this formula but if I am not mistaken it was translated from MT4 to Amibroker by a German programmer. I’ve tested with original JMA, and the results are the same/accurate (if I’m not mistaken) but…

December 28, 2018 by admin 5 min
Code Amibroker Indicators

Klinger Oscillator Indicator

The Klinger Oscillator is used to determine long-term trends of money flow, while remaining sensitive enough to short-term fluctuations to predict short-term reversals. It compares the volume of money flowing in and out of a stock to the price movement,…

December 28, 2018 by admin 2 min
Code Amibroker Indicators

Intraday Reversal Breakout Order (RBO) Trading System

This is a 5 minute reversal breakout order (RBO) trading system indicator for intraday trading only. I took the basic code from the net but have added many other parameters to make it more user friendly. -you can change entry…

December 28, 2018 by admin 6 min