Stock Portfolio Organizer

The ultimate porfolio management solution.

Shares, Margin, CFD's, Futures and Forex
EOD and Realtime
Dividends and Trust Distributions
And Much More ....
For Portfolio Manager Click Here

WiseTrader Toolbox

#1 Selling Amibroker Plugin featuring:

Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Find Out More Here

Net foreign Buy/Sell for PSEI for Amibroker (AFL)
linkx
over 13 years ago
Amibroker (AFL)

Rating:
4 / 5 (Votes 1)
Tags:
amibroker

For Phil Market only. It indicates the Foreign broker buying and selling volumes

Similar Indicators / Formulas

Kavach Of Karna v2
Submitted by hbkwarez over 10 years ago
Advanced Elliott Waves
Submitted by MarcosEn almost 13 years ago
3_6Day GuaiLiLv
Submitted by motorfly almost 13 years ago
Williams Alligator System
Submitted by durgesh1712 about 13 years ago
Interactive Linear Regression Channel
Submitted by InternetWorm almost 13 years ago
*Level Breakout system*
Submitted by Tinych about 13 years ago

Indicator / Formula

Copy & Paste Friendly
Period = Param("Period(Total)",20);
OB=Sum(OpenInt,Period);
Color = IIf(OpenInt > 0 , colorGreen, colorRed);

Plot(0,"",colorBlack,styleThick);
Plot(OpenInt,"Net Foreign Buying/Selling", Color, styleHistogram|styleThick);
Plot(OB,"Total",ParamColor("Color(Total)", colorViolet),styleHistogram|styleThick);

1 comments

1. deep_pocket

Sir.. the violet means the total volume? thanks.

Leave Comment

Please login here to leave a comment.

Back