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

Medium Level Price AFL for Amibroker (AFL)

Rating:
5 / 5 (Votes 1)
Tags:
trading system, amibroker

this is my first trading system.. very simple based on price for each days..

Similar Indicators / Formulas

All in One
Submitted by Nahid over 13 years ago
Kase Peak Osc. V2 batu
Submitted by batu1453 almost 10 years ago
Kase CD V2batu
Submitted by batu1453 almost 10 years ago
Ichimoku
Submitted by prashantrdx almost 10 years ago
Arvind' System
Submitted by akdabc almost 14 years ago
Miftha remix for dse
Submitted by coolpace over 13 years ago

Indicator / Formula

Copy & Paste Friendly
/////////////////////////////V-TRADE - MLP-V-traders Academy////////////////////////////////

TimeFrameSet(inDaily);
AVGd = (O + C)/2;
"        PPd:\t "+ AVGd;
TimeFrameRestore();


Buy = O < Ref(AVGd ,-1) AND (O!=C);
Sell = C < Ref(AVGd ,-1)AND (O!=C);


shape = Buy * shapeUpArrow + Sell * shapeDownArrow;
PlotShapes( shape, IIf( Buy, colorOrange, colorRed ), 0, IIf( Buy, Low, High ) );
Plot( TimeFrameExpand(AVGd,inDaily,expandFirst),"MLP",colorGreen,styleStaircase);

///////// V-TRADE - MLP End ////////

2 comments

1. morgen

What’s this?
Was ist das?
Shto eta?
Graphic appearance is almost…nothing!
BuySell signals…the same!

2. northie

What the he*l is this? LOL.

Leave Comment

Please login here to leave a comment.

Back