Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Listing Indicators

Indicator Description: Average True Range Percent (ATRP) expresses the Average True Range (ATR) indicator as a percentage of a bar’s closing price. How this Indicator Works: ATRP is use...

Here are the Amibroker AFL codes for Percent Rank based ATR and colored candles according to the high volatility or low volatility zones. High volatility zones are colored blue and low volatile...

Average True Range (ATR) is a very useful measure of volatility, but it is not directly comparable across securities and over time. Normalized ATR can solve this issue or make it into PositionScore.

Hi All,Here is my another AFL.Concept was shared by someone which i don't remember now, but since I liked it just tried to visualize it in this AFL. Check the previous day's last candle ATR by cli...

Explosive Move Predictor (EMP) scanner. Concept by Linda B Raschke Conditions for an EMP day : 1. Identify a trading day with the narrowest daily range of the last four days. 2. Then identify ...

Monthly calculated ATR Levels for swing trading on EOD. - levels provide a good indicator where a market is overbought or oversold (when crossing the levels) or as a good S/R levels

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. Ke...

The input numbers can of course be changed as you please. * Check the trend filter, using a 50/100 EMA. * Check the last 20 day extreme price, in the direction of the trend. * Check current...

Sygnały z tego AFL: EMA-8,21 Flowers Candle i Candle-Normal. ATR. Linia ruchoma podążająca wraz z ceną. Ichimoku:DL,C>SL AND TL>=SL. MACD. PDI,MDI. Wszystkie wskaźniki można dowolnie ustawi...

This is the band that I often see in Andreas Clenow's posts. I couldn't find a similar system for my free online charting program so I made one for my amibroker. Basically the system is tuned t...

Just like the Donchians(uses n-days High-Low) or Supertrend(uses ATR or Volatility). This System is based on Stochastic Indicator, to capture Swing Points and Reversal. The System can be used on an...

The Lentz Volatility Indicator is an inverted histogram of the difference between the 20-day ATR and its 20-day EMA. It can help discern environments conducive for non-directional option premium se...

/* HARMONIC PATTERN DETECTION using ATR type Peaks and Troughs Automatic Detection of Harmonic Patterns - Gartley, Bat, Butterfly and Crab. Original code by joy.edakad@gmail.com, see: http://w...

I posted similar code already but this code uses the Reverse() function to calculate the ATR pivots. Pivots can for instance be used to look for price patterns. In this case the code looks for "con...

The main tools we use are: Average True Range (ATR) to determine the smallest range of the last 7 days Ref, to refer to previous days BuyPrice and SellPrice, to ensure we are buying and sellin...

Donchian Channel is a very powerful indicator to develop Trend following systems. It works extremely well in Trending markets both in Intraday and Daily timeframe. Donchian Channel is derived by ca...

This indicator can be used to see very good Buy sinals. To sell I think that can be better using other indicator as Hilo or ATR

Small code to mark Bullish & Bearish Pin bar as Ribbon This is small piece of code to identify bullish & bearish pin bars. This code will not mark bars nor plot price, instead it will create sm...

I have taken through internet only. But it is a good indicator... Try out..

Uses ATR channel breakouts. Excellent one for positional trades and not suitable for intraday

Use this system to know the trend and one can enter the trade based on it. The WMA acts as support and resistance. Good money management can be imposed by trailing stop loss since the moving averag...

Keltner Bands, 20-Days Period, ATR(10), Multiplier 1, 2 and 3


This is Heinkein Ashi with ATR added to it. It is very much useful in 5 min chart when prices are in oversold or overbought Zones. Buying should be done, once 1 candle close is above ATR or St...


Alternative ZIG type function which is based on the ATR and VSTOP functions. In this code I added multiple timeframes. So you can set your chart for instance in the 5 minute timeframe and calculate...

code uses the ATR function and the VSTOP function to calculate a ZIG type function. Using the parameter window you can display the ZIG function and the VSTOP function as well as the pivot points.

This is bollinger band trading system with ATR as Stoploss. Kindly provide ur comments.

This is the ATR BASED TRADING SYSTEM WITH TARGET AND STOPLOSS... i m not the creater.i found it in traderji and backtest found good results in 15 minutes. So i felt to share it with all. How to...

This is a keltner band violation system using the classic atr volatility modification. The system buys on the cross of open from below the extreme band and closes the open the day after. Draw...


Zero lag EMA crossover trading system You go long/short based on when the faster ema crosses the slower one. The SL is decided by an ATR line that follows the price either up or down.

Link: http://www.inditraders.com/amibroker/5324-supertrend-oliver-seban.html Code meta: Factor:=Input("Factor",1.00,10.00,3.00); Pd:=Input("ATR Periods",1,100,10); Up:=MP()+(Factor*ATR(Pd)); ...

Dear Friends, Please find the AFL for MPILITE (Nick MA Swing System) , just added pivot afl to it mixing them to see results from another system. The original MPLITE is not coded by me it is a g...

Here is arithmetic formula where over bough and over sold conditions are shown with 6 or -6 i.e. normally this indicator moves in this range. It is a slow indicator but it gives confirmed signals. ...

THIS SHOULD BE USED WITH OTHER B.O. INDICATOR. DO NOT USE ALONE.



bq. Average true range (ATR) is a technical analysis volatility indicator originally developed by J. Welles Wilder, Jr. for commodities. The indicator does not provide an indication of price trend,...

bq. Hello RTs, bq. If any of you could find time, could you just test the efficacy of this Upper and Lower Band based on ATR. The MetaStock formulas are given at the end. bq. Using the defaul...