Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Listing Indicators
Find stock where the Average Directional Index (ADX) is above 25 and has risen for the past 4 days in a row.
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..
As the name suggests this formula plots the average amount between the high and low prices of the past 5 days.
This formula is based on the ideas of Linda Bradford Raschke. See her work for more details.
This is a trading system based on the ADX indicator. The buy and sell conditions are very simple. The trading system indicates long when the Plus Directional Indicator (+DI) is greater then the Min...
The system is based on Normalized MACD indicator, it looks like MACD - %-normalized created for MetaStock by Jose Silva . The indicator oscillates from 0 to 100. Buy signal occurs, when indicato...
Williams Alligator system This code attempts to do most of the Williams Alligator sytem where the terms fractal up and fractal down are used. Along with terms like Alligators month, lips, etc.
This formula will draw a trend-line from the most recent bottom. If you want you can replace 'L' (low price) to something else like 'C' (the close price) and the value 10 can be changed to a differ...
This indicator/formula was presented in the May 1998 issue of the 'Technical Analysis of Stocks and Commodities' magazine. The article was titled "Automatic support and resistance" the article desc...
This afl is to show the Buy_n_Sell pressure through create a Big_Bang
KPL with some improvements: different ResSup-adjustable, Heikin-ashi etc.
I'm not create one ... i just copy and paste some ready AFL in this web ... to build some information i need ... Sorry .. may i continue in Indonesia Language ...please Secara mendasar ...
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.
An excellent indicator to detect high probability trading divergence when RSI fail to detect the divergences, it detect the divergence which are highly profitable. Regards,
It's a simple but very useful tool to give you a quick view of the current price of the stock in a horizontal priceline. I find it particularly useful in live charts with Heikin Ashi Candles. Jus...
In 'The Foundation by Southwind' I always found it difficult to view the current price of the stock due to Heikin Ashi candles. So I have modified it and made it more useful by adding a horizontal ...
This indicator let you visualize the UPs and downs of the SMI (daily in red/green) and the weekly (darkBlue and LightBlue). Good for sinaling que strenght of the market.
This is just a better wait to visualize the trend with GMMA and three basic support EMAS 89, 144 and 200.
The formula calculates Fib Levels between fractals. The Fib Levels are worked out from the most recent fractal to the one before it. I can't remember where I found the fractal algorith, but it's ...
Orion indicator with backround color changer, and user selectable sell parameters.......
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...
Cloud color for bollinger band: If all 3 lines are up, green color cloud in whole BB.If upper 2 lines are pointing up, green color cloud should be in upper half BB. If all 3 lines are down, r...
Buy and sell system with user selectable parameters combined with Orion confirming indicator.....
This indicator is intended to be used in the price chart. Over the price shows power, below the price weaknes. It can be read as a normal stockastic on separate window. Tries to combine various ...
This is a sort of rainbow that tries to translate multi-timeframes averages in the same chart. It's an adaptation of MACD in different timeframes. Because of the lenghs used on the moving average...
Shows gaps up and down can give ideas on support and resistance areas credit to m potlach
Hi I got this from TJ and looks good. Rakesh
This is a complete trading system which can be applied to a chart, backtested or used as an exploration for buy/sell signals. It has backtested profitably on all markets I have tested it on. ...
Simple Chaikin Buy Sell as introduced in p.422 in "TECHNICAL ANALYSIS THE COMPLETE RESOURCE FOR FINANCIAL MARKET TECHNICIANS"
INTRADAY APPLICATION OF TD SEQUENTIAL AND ERMANOMETRY (s&c magazine - courtesy) In “TD Sequential And Ermanometry For Intraday Traders”, author Andrew Coles presents two timing techniques. A r...
told you earlier that i am not a coder/programmer but like to tricks/tweaks with due respect to original creator last time i posted z-score and standard deviation move.this time i am trying to catc...
THIS PIVIOT SPECIALY DESINED FOR INTRADAY TRADING IN NIFTY FOR FURTHER DETAILS PLS ASK ME //===== RAJASWAMY MULTI PIVIOT INTRADAY ========//
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)); ...
Simple 2 periods explorer for shorterm trading