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

Weekly EMA on Daily Chart for Amibroker (AFL)
rohann
over 10 years ago
Amibroker (AFL)

Rating:
5 / 5 (Votes 3)
Tags:
amibroker, timeframe

This AFL plot weekly EMA on daily chart…so user doesn’t need to switch weekly chart for looking EMA position…

Similar Indicators / Formulas

Different Time Frames In one Chart
Submitted by ABUSLIMAN06 almost 13 years ago
multi time frame with pivot
Submitted by njethva over 11 years ago
KaKa MultiTimeFrame
Submitted by shogun about 13 years ago
RSI of WRO and WSO
Submitted by AKJWYXZ almost 13 years ago
Time Channel
Submitted by Neo over 12 years ago
Marlyn't NewMomo
Submitted by genkumag almost 13 years ago

Indicator / Formula

Copy & Paste Friendly
StartBar=SelectedValue(BarIndex());
FinishBar = EndValue( BarIndex() );
i = Startbar;

//Plot(Close,"Close",colorBlack,styleCandle);
TimeFrameSet(inWeekly);
f=EMA(Close,200);
H=TimeFrameExpand(f,inWeekly);
Plot(H,"my",colorBrown,styleLine);

1 comments

1. Ping

hello,

do you happen to know how to plot a WEEKLY MACD and STOCH on a DAILY CHART please?

thank you

Leave Comment

Please login here to leave a comment.

Back