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

Big Candle Scanner for Amibroker (AFL)

Rating:
2 / 5 (Votes 3)
Tags:
exploration, ambroker

Big Candle Scanner

Indicator / Formula

Copy & Paste Friendly
_SECTION_BEGIN("BigCandle");
CandleL=(H-L);
BodyL=abs(O-C);
RatioL=BodyL/CandleL;
BigCandle=IIf(RatioL > 0.90 AND CandleL > (C*0.01), 1,0);
Filter = BigCandle AND TimeNum()> 093500 AND C>200 AND C<1500 AND StrMid( Name(), 0, 5 )!="NIFTY";
AddColumn(BigCandle,"BigCandle",1.2);
AddColumn(Close,"Price       ",1.2);
SetSortColumns(2);
_SECTION_END();

5 comments

1. niklravi

hi
thanks for the scanner . pl write an scan in similar lines high=close or difference 0.5 is an buy and low =close or difference 0.5 is an sell. search such candles above ema 50 line .

thanks
ravi
ravinikl@yahoo.com

2. shon

Not working for me, what can i do?

3. suri9192

i need an afl to find a specified candle, can you do it for me,
if yes please reply to my mail id : suri9192@gmail.com

4. bhartiprinters
_SECTION_BEGIN("BigCandle");
CandleL=(H-L);
BodyL=abs(O-C);
RatioL=BodyL/CandleL;
BigCandle=IIf(RatioL > 0.90 AND CandleL > (C*0.01), 1,0);
Filter = BigCandle ;
AddColumn(BigCandle,"BigCandle",1.2);
AddColumn(Close,"Price       ",1.2);
SetSortColumns(2);
_SECTION_END();

Please use this suri9192 hope it will work for you
regds

5. hirenvyas

Dear BhartiPrinters,
Above afl is short purpose ? or buy ? please share here or hiren.3116@gmail.com

Leave Comment

Please login here to leave a comment.

Back