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

Concencus of Common Traditional Indicators with buy, sell and can optimize the value. Just for educational purpose, not for real trading. By Sosrodiningrat @2017

Just for educational purpose not for real trading. Naive System 03 Buy and sell on open. You can optimize the value. By Sosrodiningrat @2017

Just for educational purpose and not for real trading. Naive System 02 Buy and sell on open. You can optimize the value. By Sosrodiningrat @2017

Just for educational purpose and not for real trading. Naive System 01 Buy on open, sell on close. Long position only. By Sosrodiningrat @2017

Quick check for ideal potential profit when buy on open and sell on close on long position. Not for real trading, just for educational purpose. And could be a part of analyzing. By Sosrodiningra...

Concencus from 33 indicators with default value. You can change the default value manually or use "Param" instead. By Sosrodiningrat @2017

Simple manual fibonacci level by inserting manually price and bar value in parameter windows. By Sosrodiningrat @2017

This is the simple reverse ROC Trading System. Use for educational purpose. Not for real trading. Take your own risk if using on real account. By Sosrodiningrat @2017

This just a simple trading system using EMA ADX crossing. You can optimize the value for different condition. Not for real trading, just for education purpose. By Sosrodiningrat @2017

You can quick check for better stock by judging the trend. Designed for long only. By Sosrodiningrat @2017

AD ma for long and short term trading....

/* 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...

This is a very simple strategy with no fancy indicators, however the profitability is quite impressive. This works on majority of liquid and high beta stocks that I have tested. I have back-tested ...

/* HARMONIC PATTERN DETECTION Automatic Detection of Harmonic Patterns - Gartley, Bat, Butterfly and Crab. Zig Zag is not used in this AFL. It is based on fractals Cont...

Salaam; this is a multi_model/improved MACD. the idea is to use *regression* (somewhere) instead of *moving average*. some models are using *division* instead of *minus* sign that improves the...

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

This program is for illustrative purposes only and not construed as specific advisory recommendations. *** It is not guaranteed to be free of errors. *** Trades placed from this algorithm a...

This appears to be an edited version of Edward Pottasch' AFL. Saw it in a forum http://www.traderji.com/amibroker/103501-alf.html#post1191706

Find oversold overbought stocks based on williamR%


Hi all, this is an attempt to do twap indicator. Please correct me if I'm wrong,,,

An afl developed by myself, support and resistance are built from fibonacci level over the year, confirm buy and sell signal by using available data on the explorer. The explorer will give you a l...

This indicate the strength of the Trend. I am not the author of this indicator. This i got from web ; some time ago. Details are as follow : Positive values of either the +TCF and the -TC...

McGinely Dynamic indicator devised by John R.McGinley has been stated as the most reliable indicator at Investopedia. This indicator is more responsive to raw data as compared to simple moving aver...

Standard Particle Swarm Optimizer is based on SPSO2007 code that is supposed to produce good results provided that correct parameters (i.e. Runs, MaxEval) are provided for particular problem. Pi...


this is a Detector of strong uptrend, it's a little lagging but it's sure. its just an exploration.I hope you enjoy it.


This is correct version of Relative Volatility Index (RVI). The Relative Volatility Index (RVI) is similar to the Relative Strength Index (RSI) index. Both measure the direction of volatility, but...

This indicator is a normalized price representation made with candlesticks. The dynamic scale between 0 and 100% is calculated upon the last X periods (50 periods in the code, you can change it at ...

This is the nifty news afl. This will help you to build your own news based afl. So that you can get valuable information which news affect the nifty or stock most. You can contact me via E...

Histogram based indicator. Rules.... 1.colorblue stick on upside -- uptrend 2.colorteal stick on upside -- uptrend is weak 3.colorred signal on down side -- downtrend. 4.colorred signal on upsi...

Just like any other indicator it has whipsaws but responsive and smooth compared to the traditional RSI where the noise factor reduces and helps you to focus on mean reversion trades. The Color ...

Heikin-Ashi is a trend visualization technique based on Japanese candlestick charting. In-fact, Heikin-Ashi is also a type of candlestick, whose OHLC value differs from the traditional candlesticks...

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

This was posted in facebook.com/groups/AmibrokerAFLcollection/ , coded by Sonica and it's Alfonso Moreno concept , supply Demand Zone's are not accurate , but it's Good Attempt .

A profitable trend following system for EOD trading. Buy when both the yellow lines cross the red line from below and sell when both the yellow lines cross the red line from above. Tested on BANKBE...

Sine Wave indicator by John Ehlers

Momentum Pinball per Linda Bradford Raschke

This is a compilation of some afls i got from here and created a hybrid for personal use. After all the afls I searched and tried, I came to a point that keeping it smart and simple makes my tra...