Simple Coding Help - No Promise.

http://www.macroption.com/true-range/

Very simple.

True Range = True High - True Low;

Where:
- True High is Previous Close OR Current High is highest
- True High is Previous Close OR Current Low is Lowest
PHP:
periods = Param( "Periods", 15, 1, 200, 1 );
pstyle = ParamStyle("Style", styleLine = 2, maskDefault = maskHistogram);
Plot( ATR(periods), "ATR HISTOGRAM", ParamColor( "Color", colorCycle ), pstyle );
tried this but its not working :(
 
Hello amit ji n all seniors here...

i need help to make Amibroker exploration afls for the below conditions -

1st condition for exploration -

Bar 1 & 2 open price is Same.
Bar 2 Close is greater then Bar 1 close




2nd condition for exploration -

Whenever we find a stock closing above UPPER LEVEL of BOLLINGER BAND with VOLUMES above 10 days average then such stocks tend to rise like ROCKET.
(Example - Check CESC & Jublfood works example for the same)

I need exploration for such moves.


thanx you in advance...

Dear Trash & Kelvinhand ,

Kindly help me to plot above exploration afls please..


Help would be really appreciated. thanx you
 

Similar threads