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

This indicator is used to determine the trend of BB, the increase or decrease of BB when combined...

Buy when weekly close is above the last two weeks high price Short when weekly close is ...

Automatically generate Fibonacci retracements and up to 5 Extensions at each swing point or just ...

Since 2007 I have tried many Logics/system/Codes on Amibroker, I have also developed few. Finall...

Calculated with Previous (high + Previous low)/2 So it is like Running Pivot but not Pivot 1)...

Original MACD BAND Code – Author Unknown Original Code is parameterized with 14 Different Averag...

This indicator is an upgrade from the first Go wherever the money goes... What's new : 1.The My...

Balance of Power (BOP) is an oscillator that measures the strength of buying and selling pressure...

This is an AFL version of an improved McGinleyDynamic indicator. See https://www.tradingview.com...

Rotasi Saham digunakan untuk memetakan saham yang outperform / underperfom dibandingkan index acu...
Recent Comments
you could try to change line 73: //GfxSetOverlayMode( 0 ); GfxSetZOrder(0);//layer may negative...
@Pankit Stop loss is choice of individual it is not suggested by this logic. But in case of...
change it like this bc.. DarkCloudCover = (C1>O1 AND ((C1+O1)/2)>C AND O>C AND O>C1 AND C>O1 A...
Hi, bc.. rs1 = MA( sbr, 12 ); rs2 = MA( sbr, 26 ); rs = 100 * ( ( rs1 - rs2 ) / r...
error pak. Tidak jalan di amibroker versi 5.30 mat = Matrix(StrCount(Daftarticker, ",")+1, 2); ...
Very useful indeed. Regards, TA_MakDee from Dhaka, Bangladesh.