Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Listing Indicators
Traditional Open Range Breakout Indicator
Buy when weekly close is above the last two weeks high price Short when weekly close is below last two weeks low price As simple as that, its an SAR system, means stop and reverse tradi...
BB Squeeze ( 100% conversion from Tradestation code to Amibroker) Best Volatility breakout indicator ( either on buy or sell side , ref below video to understand the logic ) Instructions: ...
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 ...
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 use...
You can make an alert in Amibroker to see if and when the price breaks out a specific trendline: 1. Draw a trend line 2. Select the trendline, right click, and choose : properties. 3. In the c...
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 (...
You might find it useful. Found it on this website "here(Support Resistance based Trading System)":http://tradingtuitions.com/afl-of-the-week-support-resistance-based-trading-system/ this is a brea...
Here is an interesting trading system i would like to share. Generally people use Camarilla as Pivot Point levels for their intraday trading. How about using Camarilla Pivot as Trailing Stop for po...
To detect stocks which finishing consolidation by dimming swings off
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 ...
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 is a Trend following swing trading strategy which takes positions on daily timeframe. Bollinger Bands is used as an indicator to determine Trend breakout. The number of trades generated using ...
Mean Reversion systems assume that Stock prices oscillate in a Fixed range bounded by an upper and lower price bands. The price always tends to return to a median level in due course of time. In or...
Take Darvas breakouts with the trend. Often a problem with Darvas breakouts is that one can't be sure if it is with trend. Stay away from the green. Here we look for a Darvas breakout o...
DEFINITION of 'Fractal' A type of pattern used in technical analysis to predict a reversal in the current trend. A fractal pattern consists of five bars and is identified when the price meets the ...
This Indicator has been modified from my previous AFL (Natraj Pivot Chart for Amibroker (AFL))which has been posted before 3 years. http://www.wisestocktrader.com/indicators/1684-natraj-pivot-char...
This is a Surgical Strike Strategy or "Shoot and Run" type strategy. Use this AFL on EOD and select your targets. Then on next trading day (ie, Intraday) Buy if Price goes above High of Buy Sign...
The system buys when price crosses previous 4 bar high and sells when price crosses low of previous 4 bar low. Needs more work, though.
The formula is a modification of another one, calculating trendlines. Here it is designed to draw trendlines on an indicator, e.g. RSI. The most reliable signals occur when the trendline is close...
This is not a trading system, but an exploration
This system is useful in Intraday TimeFrame to find the Pivot High/Low. Base Time frame is 15min. circle(Pivots) above high or below low to show pivots are in real time. No text will be written ...
This is a swing trend line breakout without zig zag function. My best job, try this and rate!
This is modified “Mikes Wave Trend” using Wilder's Moving Average & is exact same code as “TrendWave.mq4” in Metatrader. Video On TrendWave Trading : http://www.youtube.com/watch?v=7vhIsk51_Ro ...
Simple Opening Range Breakout formula. Go long/short on touch of high/low of the opening range. Exit end of day.
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 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...
August 2000 TASC Traders' Tip - The MetaStock code for the Breakout Range2, by Mark Vakkur, M.D. The MetaStock code for the Breakout_Range2, by Mark Vakkur, M.D. is as follows
Long/Short breakout system signals (similar to the Original Turtles Trading Rules) & Exploration. _By Jose Silva_
this is a simple.. i use for the formula 20 day high for the bar to break above and stoch crossover occured in 3 days time.. it works for eod trading and 1 hour chart..
This is reverse trading system founded on level breakout. The system draws the levels on base last peaks and troughs. If the price breaks the level, it plots signal for long or short entry.
Highlights period when Bollinger Band is tightening, which in turn makes breakouts obvious to see. Also includes exploration to scan for stocks which bollinger band is tightening. Please note bolli...
Hi, I got this from a blog, seems good
For a short description of Head & Shoulders Pattern you may see at http://www.chartpattern.com/head_sholuders.html http://www.chartpatterns.com/headandshoulderschartsstocks.htm Paste t...
This system is base on Plus Directional Movement (PDI) indicator. Buy and Sell signal were generated from breaking out of new high or new low of historical PDI data. This system is works on both I...