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

Стратегия сыровата, но отображение по Билу не плохое....

Elder's Impulse System http://stockcharts.com/school/doku.php?id=chart_school:chart_analysis:elder_impulse_system

BEST EXPLORATION WITH INDICATORE COMBO OF MARKS


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

It is simple last day pivot base buy-sell signle afl-code,optimize it for your selected stock give good result, author....Navin patel

This formula is a combination of the Volume Spread Analysis (VSA), Spiker Volume and Traded Percent volume indicators. It provided a complete overview on a stocks volume.

SDA2 Trend Trading System is introduced in marketcalls. http://www.marketcalls.in/amibroker/sda2-trend-trading-ver2-backtesting-results-for-nifty-future.html http://www.marketcalls.in/amibro...

Another excellent indicator from Amibroker coding guru Edward Pottasch........enjoy. T These are published with the generous permission of the author. Thanks Ed.

Amibroker AFL code by Edward Pottasch, 6/8/2011 Using fractals to create automatic trendlines Using option to show multiple timeframes Version(5.21); This indicator is published with the ...

Used on Automatic Analyses to show if the share/stock/security volume is above than 21 simple move average, indicating entering or exiting money flow.

Buy when the bar the maximum current is above the last bar and EMA (17) is greater than EMA (34). Sell when the high is higher than 0.40% of the EMA (17)

This is NO INDICATOR! It should be pasted below your own indicator! you should have criteria with your indicator for long/sell/short/cover if that's available, you put this code below. It uses...


This is stochastic based on RSI. RSI length and crossover level could be changed.

The Pride System ++++++++++++++++ Discussion: http://www.traderji.com/day-trading/29798-prides-intra-day-strategy-profit-everyday.html This system utilizes Dual time-frame Momentum and EMA C...

Uses Bollinger Bands modified to identify Highs and Lows. Go long when the Price touches the bottom band and rebounds and go short when the price touches the top bands and rebounds. This form...

Time channels. Pivot levels of different time frames - Weekly, Monthly, Quarterly, Yearly. For a better understanding of the strategy read Frank Dilernia.

this is the formula that u can change RSI as you want

I took code that was already posted and improved on it at the poster's request because it was "too slow". I made the following changes: Code is now 10+ times faster per request. Added a 3rd ...

I got it from one of the person named Alex. To enable the graphs go to parameters tab and select yes on Show MP and Show VP.

Take any sma and drag drop this , it will sharpen ur sma with less whipsaws.

This moving averages have buy sell cover triangles good for trading in all segments including options. black triangle indicate buy and sell .hollow green triangles indicate cover or buy and hollo...


Variable MACD. MACD indicator for different price fields and type of moving average.


this one is particular useful to me. Especially with drawing lines, I can predict a bounce pretty accurately on the dutch aex. notice that myarray skips 2 previous bars, but uses the third. That w...

adds custom lines to a price chart. in parameters, you can enter (it's in dutch right now) - the date after the signal - the opening after signal - show lines long yes/no - show lines short ...

adds automatic lines to the price chart, based on the bar you select with the mouse. currently, profittarget is 2.5% green line; stoploss is 2.5 red line blue line, is the open dottedlines are...

interesting, just that disabeld are upper/lower bands. Over are the middle bands, which form a wave, and can be used for trend direction. drag over a price-chart

in development. a system, which turn out profitable quickly without (much) optimization. Defined are only a few basic rules, so there's potential for more. Suggestions welcome. backtest settin...


BollingerLine indicator between bollingerbands. Good to determine early changes.

Forecast Oscillator based on close. This indicator uses a 14 period as default.

Very First i thank to him who developed this logic of Coppock smoothing for coppock curve. I've used the logic to create some good indicators. 1. Coppock smoothed Close (used in top price panel...

If the indicator value is zero non trending market... If -1 down trend ,vice versa... Enjoy it...!!!

This uses two day break out system including the current day. The breakout is warned before the actual breakout and traders can position accordingly. Date to scan can be configured through paramete...

This AFL function _Trend(Price,Length)_ checks if there is trend in given number of data bars in the array. Returns 1 for increasing trend, -1 for decreasing and 0 for none. Uses Mann-Kendall metho...

This is the AFL for the original GannLevels.mq4 by Ivan Kornilov located here: http://codebase.mql4.com/ru/source/22033 ( which I found to be the best around - Russians ROCK on MT4 ) This ind...

/* STRUT.afl --- Don Carlson 3/7/2007 Money can generally be made when the STRUT (blue line) is moving up. Also, use the STRUT oscillator to determine Market Risk of RUT The orginial p...