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

This formula displays the slope (in degrees) of a linear regression line and the standard error of the linear regression line in two columns. This is an exploration only. It is useful for finding t...

This is an exploration formula for when the MACD indicator crosses it's signal line in many different time frames. Daily, weekly, monthly and quarterly are supported.

The golden cross is a bullish breakout pattern formed from a crossover involving a stocks short-term moving average (such as the 10-day moving average) breaking above its long-term moving average (...

Ichimoku chart consists of 5 lines. Four of them are calculated simply by taking the average of the highest price and the lowest price. 1. Tenkan-Sen = Conversion Line = (Highest High + Lowest L...

Multi-level of CCI Oscillator to indicate market movements, Overbought and Oversold Oscillator can be combined with Buy and Sell stop

Plotting volume histogram in a more beautiful area histogram chart

This formula should find stocks that are very strongly oversold.

Made Aroon exploration. Aroonp = ), means prices will or is rising. Members please add / modify and refine for better. Check out.

Here is another Trade Plan using simple candlestick analysis. The idea on this strategy is to catch a break from a sudden move of a big candle move. It can be done on any time series of chart, ...

Day trading can be tricky and unpredictable if you do not understand the basics behind it. You need to be armed with reliable indicators and patterns to be successfuly at intraday trading. Stochast...

This indicator plots Fibonacci pivots points on an intraday chart. The pivot levels are based on the daily trading range and plotted at 38%, 62% and 99%. You can use the pivot levels to trade rever...

StochRSI, proposed by Steve Karnish of Cedar Creek Trading, reconfigure classic StochRSI using custom parameters and smoothing. Here is an ambroker implementation of a very adjustable version th...

This indicator gives Buy/Sell signal as per the Wilder's moving average crossover. Buy when Wilders gives a Buy signal & Swing Trend is Up. SL = Swing Support Sell when Wilders givens a Sell s...

This formula allows you to plot the volume for another ticker on the current price chart.

This code allows you to plot the previous days high and low price on an intraday chart. It also has exploration code to find stocks where the current price is greater than the previous days high or...

This formula purpose is to find a long shadow on the last candle, whether it's upper shadow or lower shadow. It could be used to find doji star too. Candlesticks with long upper shadow and short...

This indicator can find the Supply and Demand zone to make decide entry or exit positions. Work fine with weekly & monthly chart. A supply zone on a chart is an area where selling interest outnu...

Best Intraday Swing Trading strategy For Robo Traders,Back testable, Compatible with any robo Software (Buy Sell Short Cover) clearly mentioned. Swing Calculated using high and low of min 9bars .St...

This indicator allows you to visualize the strength of the current candlestick by comparing the OHLC values. Red histogram values represent bearish candlesticks whereas green histogram values repre...

Volume based intraday trading strategy, suitable for algo traders. Buy and Sell conditions are based on previous day Volume. Trigger price, start Time, end time, stop loss and target has been added.

This is a trading system based on a 9 day and 21 day Exponential Moving Average (EMA) and the Bullish Engulfing candlestick pattern. A bullish engulfing candlestick pattern forms when a small black...

This is the the Guppy Multiple Moving Average (GMMA) indicator with the average of the short term and long term EMA groups. It also has exploration code that finds stocks where the average of the s...

This exploration can help you find stocks that have enough liquidity or turnover based on your criteria. In this formula liquidity is based on the product of the average price and the volume. This ...

This indicator is written by E.M.Pottasch for the 64bit and 32bit versions of Amibroker. If you are running the 64bit version of Amibroker you need to place SplineGroup64.dll into the C:\Program Fi...

Ichimoku chart consists of 5 lines. Four of them are calculated simply by taking the average of the highest price and the lowest price. 1. Tenkan-Sen = Conversion Line = (Highest High + Lowest L...

Triple Momentum Strategy is from Gerald Appel, introduced in his 2005 book, “Technical Analysis: Power Tools for Active Investors.” It’s included on pages 58-63 of his book. That section is headed,...

This formula allows you plot the highest high and lowest low for a particular period of time e.g. (high or low from 11:06 to 11:28). The formula will also trigger a buy or sell when the price cross...

Traders Dynamic Index (TDI) is one of then most simple yet effective MetaTrader indicator — a comprehensive but helpful indicator that uses RSI (Relative Strength Index), its moving averages, and v...

This indicator was created by *Karthik Marar*. It is based on the True Strength Index (TSI) indicator and has two versions. The first version uses exponential moving averages as is called for in th...

I found this indicator "here(Ami Trading Ideas)":https://sites.google.com/site/amitradingideas/projects/polynomial-curve-fit it is written by E.M.Pottasch it attempts to find the best fitting polyn...

This is Nested Keltner Channel with Projected Price Target levels. It is a very optimized system of Keltner Channel and works very well in all time frame. bq. Keltner channel is a technical anal...

You can use in all time frames. But on hourly charts gives best results. Try to pick bottom points based on the following conditions: * 14 day relative Strength Index has crossed the oversold zo...

Found this on a forum don't remember where. This indicator is an improved version of the original HPT 60min vs 7min trend. Import via File > Utilities > Import NinjaScript

The Trend Continuation Factor is an indicator built to draw trend state. It is a typical momentum indicator calculated with the rate over change price movement, compound over a summation period. ...

Excerpt taken from Stocks & Commodities, V. 12:1 (42-44):Using The Tick In A Short-Term Indicator by Daniel E. Downing bq. The tick index, the net difference of the numbers of stocks last traded...

This efs plots the indicator developed by Andrew Abraham in the Trading the Trend article of TASC September 1998 You can read more about it "here(Trading The Trend)":http://traders.com/Documenta...

This is a moving average adjusted by both volume and size of a move. All credit to the original author. You can read more about it "here(WEVOMO)":http://traders.com/Documentation/FEEDbk_docs/200...

This is one of my indicator which is used in my trading. This is not developed by me, but based on this indicator "here(Coral Trend)":http://www.wisestocktrader.com/indicators/4875-coral-trend-indi...

30% up/down last quarter in the Russell 3000 index. Modified to not use 'IsIndexConstituent' which is a norgate data specific function. It’s a two step process. You must do a scan every day, or ...

plots a performance benchmark trendline based on a fixed % yearly growth rate - with several user inputs *Created by: Jose Silva of MetastockTools.com*