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

Variable Sine Cycle V1 for Amibroker (AFL)
Yudira
about 8 years ago
Amibroker (AFL)

Rating:
3 / 5 (Votes 2)
Tags:
oscillator, amibroker

Variable Sinewave Cycle can be used for determine cycle.

Screenshots

Indicator / Formula

Copy & Paste Friendly
Plot(C,"",colorBlack,styleCandle);
Val1=Param("Val1",3,1,50,0.1);
Val2=Param("Val2",3,1,50,0.1);
sinecycle=Prec(5*sin(BarIndex()/Val1+Val2),1);
Cycleb1=sin(BarIndex());
Cycles1=sin(BarIndex());
Plot(sinecycle,"Cycle",colorBlue,styleLine|styleNoLabel|styleOwnScale,-5,50);

2 comments

1. kuzukapama

and hollow formula , not good …Why board ?!

2. SPASHA

good one……..

Leave Comment

Please login here to leave a comment.

Back