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

1. Ctrl + left mouse to create lines 2. Ctrl + middle mouse button to delete lines

Some code issues have been corrected in this version. In addiiton the following features have been added - Facility to plot candle sticks - Various Bar colouring option - Unique strength B...


h1. VORACL System - By DeanMarketProfile This AFL is prepared by combining codes from different freely available non copyright indicators. This AFL combines 3 powerful indicators to create a s...

This Formula is not Entirely created by me. The second part that contains LR i;e LinearRegression is developed by me. I have being using this Lr-Band of 200 Period on 5min time frame for intrada...

HI TRADERS... THIS AFL IS DERIVED FROM VWAP AND ATP AS BASE. EARLIER I WATCHED THEM SEPARATELY..ON A TWIST I COMBINED THEM. TRADING IDEA FORMED SIMPLY BY CROSSOVER OF VWAP AND ATP. ITS A SI...

A simple AFL for trading. Longs : Price should be above VWAP and should close above the Keltner cloud. Intiate longs with stoploss at the opposite side of the Keltner cloud. Vice-versa for sho...

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

calculates normal distance form vwap. Use to identify overstretch and possible turning points.

The VWAP for a stock is calculated by adding the dollars traded for every transaction in that stock ("price" x "number of shares traded") and dividing the total shares traded. A VWAP is computed fr...

Here is my version of VWAP with standard deviation bands. The code is very slow because there is one LARGE loop and then a smaller loop in it to calculate the variance+stddev. Note you need to h...