http://moneymason.blogspot.in/2012/01/dji-support-and-resistance-analysis-usa.html [24th Jan chart]
Almost target reached 13060-13100 target expected. todays high 13055.50.
DJI Technical Chart and analysis for buy call - Open buy call at 12702 for 13100 [high 13050]
Call closed
Profit : 350 points
Reached 78.6%.
I will analysis and post the new short call for DJI - Dow Jones tomorrow.
Wednesday, 29 February 2012
Saturday, 18 February 2012
Amibroker 5.5
CHANGES FOR VERSION 5.50.4 (as compared to 5.50.3)
- New Analysis: “Show arrows for actual trades” sometimes used date range from old AA. Fixed
- New Analysis: Individual backtest – custom metrics columns would not appear if very first symbol under test does not generate ANY trades. Fixed.
- UI: when you float a maximized MDI window it becomes little smaller so it does not overlap MDI tabs.
- Print/Print Preview: circle/arc/rectangle objects outside current view are properly clipped on printouts
- New Analysis: When user cancelled optimization in the middle and ran backtest afterwards then this single follow up backtest could be incorrect and required another run to produce correct result again. Fixed.
- When timeshift != 0 then duplicate range markers could appear at day boundary. Fixed.
- Small rounding issue in ray drawing fixed
- When multiple chart panes were using SetForeign on rare occassions foreign call could fail (return other symbol data) Fixed.
Saturday, 4 February 2012
> S&P 500 Monthly Analysis
S&P 500 Technical Analysis : From 31st Oct 2007 to 1st Mar 2009 Full Wave 1-2-3-4-5 was Completed. Now Closed above 61.8% of the total move. So next resistance at 1390-1400, ie.78.6% of the total move. Once it fails to cross then Correction will be severe. So, expected correction/sideways move with negative bias. Wait and Watch.
> DJI Weekly Chart
Monday, 30 January 2012
Thursday, 26 January 2012
> Amibroker AFL writing
Simple Amibroker Formula Language (AFL) (Ver.2)
Sample chart enclosed
Sample Chart selected with the following
Price Style : Average
Order Type : Point And Figure
Candle/Bar color : Yellow
Background : Teal
Top : Red
Bottom : Blue
Title Back Ground : Dark Blue
The following AFL is to combine Price Style, Order Type,Top color-Bottom color(Background color) and Title Back ground color.
By price style I mean Open,High,Low and Close with Average,Volume and Open Interest(OI)
By order type I mean Line,Candle,Bar,Histogram,Staircase,Swing Dots etc.
By Color type I mean you can use your custom and default colors in Amibroker.
There are three different AFLs for the above functions but i have combined all the above
three in a single AFL.
_SECTION_BEGIN("Price");
SetChartOptions(0,chartShowArrows|chartShowDates);
_N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) {{VALUES}}", O, H, L, C, SelectedValue( ROC( C, 1 ) ) ));
fld=ParamField("price Style",-1);
stl=ParamStyle("Order Type", defaultstyle=styleBar,mask=maskAll);
Plot( fld, "", ParamColor("Candle/Bar Color", colorWhite),stl);
SetChartBkColor( ParamColor("Background", colorBlack) );
Topcolor=ParamColor("Top", colorBlack);
Bottomcolor=ParamColor("Bottom", colorBlack);
Titlebkcolor=ParamColor("Title Background", colorBlack);
SetChartBkGradientFill( Topcolor, bottomcolor, titlebkcolor);
_SECTION_END();
Small note to apply AFL : Copy the above indicator - Open file editor
it looks almost like notepad and Paste the text in the window
and hit apply or insert indicator.
Wednesday, 25 January 2012
> Amibroker AFL writing
Simple Amibroker Formula Language (AFL) (Ver.1)
The following AFL is to combine Price Style, Order Type and color.
By price style I mean Open,High,Low and Close with Average,Volume and Open Interest(OI)
By order type I mean Line,Candle,Bar,Histogram,Staircase,Swing Dots etc.
By Color type I mean you can use your custom and default colors in Amibroker.
There are three different AFLs for the above functions but i have combined all the above
three in a single AFL.
The code as follows :
_SECTION_BEGIN("Price");
SetChartOptions(0,chartShowArrows|chartShowDates);
_N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) {{VALUES}}", O, H, L, C, SelectedValue( ROC( C, 1 ) ) ));
fld=ParamField("price Style",-1);
stl=ParamStyle("Order Type", defaultstyle=styleBar,mask=maskAll);
Plot( fld, "", ParamColor("Color-1", colorWhite),stl);
_SECTION_END();
>FTSE Technical analysis(UK)
Would be posting Elliott counts later ....
Tuesday, 24 January 2012
>DAX elliottwave analysis(Germany)
Dax after that steep fall in August/September in 2011 is been up for sometime,The wave structure is unfolding
into a expandedflat provided DAX doesnot go past 6550 .We would be having a nice (3,3,5)combination as shown in the below chart
This pattern usually have strong probability.Would revisit chart as we progress.
Subscribe to:
Posts (Atom)