Monday, April 30, 2018

XEMUSD Potential Bearish Shark (PRZ 1.90 to 2.35 Level) - April 30, 2018

XEMUSD  maybe forming a Potential Bearish Shark that aims to be completed between 1.92 to 2.35 level.

Monday, April 23, 2018

Golden Cross and Death Cross Amibroker Scanner

Golden Cross and Death Cross Amibroker Scanner
Death Cross (50MA < 200MA)
Golden Cross (50MA > 200MA)

AFL Below:

//Disclaimer:
//All the AFL’s posted in this section are for learning purpose.
//I do not necessarily own these AFL’s and I don’t have any intellectual property rights on them. I might copy useful AFL’s from public forums 
//and post it in this section in a presentable format. The intent is not to copy anybody’s work but to share knowledge. 
//If you find any misleading or non-reproducible content then please disregard this 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 ) ) ));
Plot( C, "Close", ParamColor("Color", colorBlack ), styleNoTitle | ParamStyle("Style") | GetPriceStyle() ); 
_SECTION_END();

_SECTION_BEGIN("MA");


P = ParamField("Price field",-1);
Periods1 = Param("Periods1", 50, 2, 300, 1, 10 );
Periods2 = Param("Periods2", 200, 2, 300, 1, 10 );
Plot( MA( P, Periods1 ), StrFormat(_SECTION_NAME()+"(%g)", Periods1), ParamColor( "Color1", colorRed ), ParamStyle("Style") ); 
Plot( MA( P, Periods2 ), StrFormat(_SECTION_NAME()+"(%g)", Periods2), ParamColor( "Color2", colorBlue ), ParamStyle("Style") ); 
Buy = Cross( MA( P, Periods1 ), MA( P, Periods2 ) );
Sell = Cross(MA( P,Periods2 ), MA( P, Periods1 ) );

PlotShapes(IIf(Buy==1, shapeHollowUpArrow , shapeNone), colorGreen, 0,Low, Offset=-15);
PlotShapes(IIf(Sell==1, shapeHollowDownArrow, shapeNone), colorRed, 0,High, Offset=-15);

PlotOHLC( Null,MA( P, Periods1 ),MA( P, Periods2 ),Null, "", IIf(MA( P, Periods1 )>MA( P, Periods2 ) ,colorLime,colorRose), styleCloud);

Color = IIf( MA(p,periods1) > MA(p,periods2) , colorLime, IIf( MA(p,periods2) > MA(p,periods1), colorPink, colorGrey50 )); 
Plot( 1, "", Color, styleArea | styleOwnScale | styleNoLabel, -0.1, 30 );

_SECTION_END();


Technical Analysis For Forex, Cryptocurrency and Stocks.
No Hype...No Tsismis... No Drama.... Just Chart!!!!

Zeefreaks System AOTS and Zeus Strike

Zeefreaks System AOTS and Zeus Strike
AFL Below:

//Disclaimer:
//All the AFL’s posted in this section are for learning purpose.
//I do not necessarily own these AFL’s and I don’t have any intellectual property rights on them. I might copy useful AFL’s from public forums 
//and post it in this section in a presentable format. The intent is not to copy anybody’s work but to share knowledge. 
//If you find any misleading or non-reproducible content then please disregard this AFL
//START////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//AOTS
ma20 = MA(C, 20);
ma50 = MA(C, 50);
ma100 = MA(C, 100);

// AOTS just formed or aligned
aots_cross = WriteIf((Cross(ma20, ma50) AND (ma50 > ma100)) OR
(Cross(ma20, ma100) AND (ma20 > ma50 > ma100)) OR
(Cross(ma50, ma100) AND (ma20 > ma50)), "YES", "NO");

// AOTS = MA20 above MA50 and MA50 above MA100
aots = WriteIf((ma20 > ma50 AND ma50 > ma100), "YES", "NO");
//END////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

//START///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//Zeus Strike

// MA100 crosssed below Price
zeus_strike = WriteIf(Cross(C, ma100), "YES", "NO");
//END///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Filter = C;


AddTextColumn(aots_cross, "AOTS Cross", 1.0, colorWhite, IIf(aots_cross == "YES", colorGreen, IIf(aots_cross == "NO", 0, 0)));
AddTextColumn(aots, "AOTS", 1.0, colorWhite, IIf(aots == "YES", colorGreen, IIf(aots == "NO", 0, 0)));
AddTextColumn(zeus_strike, "Zeus Strike", 1.0, colorWhite, IIf(zeus_strike == "YES", colorGreen, IIf(zeus_strike == "NO", 0, 0)));

Technical Analysis For Forex, Cryptocurrency and Stocks.
No Hype...No Tsismis... No Drama.... Just Chart!!!!

Sunday, April 22, 2018

BTCUSD: Downtrend Line Breakout - April 22, 2018

Looks like BTCUSD broke the four months Downtrend line resistance  and might go higher but expect a retest on the Downtrend Line support. Resistance levels are at 9164, 11171 and 12793. Support levels are at 7638 and 6779.


Saturday, April 21, 2018

The Philippine Stock Exchange Index (PSEi) Bounces from 200 Moving Average - April 21, 2018

The Philippine Stock Exchange Index (PSEi) is being supported by the 200 Moving Average on weekly chart. It's also bounced near the Potential Reversal Zone (PRZ) of a Bullish Reciprocal ABCD.  Support levels are 7480, 7250 and 7050. Resistance levels are 7900, 8100 and 8300.



Saturday, April 14, 2018

Universal Robina Corporation (URC) : Chart Hints at Further Downside - April 14, 2018

Looks like Universal Robina Corporation (URC)  is forming a Potential Bullish Butterfly that aims to be completed at 119 level. Fifty Moving Average is already below two hundred Moving Average (Death Cross) showing sign of bearishnes. Resistance is seen at 147 and support at 140.

Recommendation : Sell/Avoid


Technical Analysis For Forex, Cryptocurrency and Stocks.
No Hype...No Tsismis... No Drama.... Just Chart!!!!

Monday, April 9, 2018

Dow Jones Industrial (DJI) Uptrend Line - April 9, 2018

Dow Jones Industrial (DJI)  is currently sitting above the support of Uptrend Line on it's monthly chart. The Potential Reversal Zone of a Bullish Alt 127.2% ABCD is being respected  on it's daily chart and still above the  200 Moving Average. In my opinion the  uptrend is still intact and what is happening is just a correction an oppurtunity for us to buy at lower prices. Resistance is seen at 24,217 and support levels are at 23,787 and 23,239.

Monthly Chart

Daily Chart

Sunday, April 8, 2018

Italpinas Development Corporation (IDC) Corrective ABC - April 8, 2018

IDC completed Wave 5 and maybe forming a corrective ABC. Resistance levels are at 6.50, 7.50 and 8. Support levels are at 5.50, 5.00 and 4.50.


Technical Analysis For Forex, Cryptocurrency and Stocks.
No Hype...No Tsismis... No Drama.... Just Chart!!!!
Join FB Group Here: https://www.facebook.com/groups/155055288511760/

Globe Telecom Inc., (GLO) Descending Broadening Wedge - April 8, 2018

Globe Telecom Inc., (GLO) maybe forming a Descending Broadening Wedge. The descending broadening wedge is considered to be a reversal pattern, and is bullish in nature. Though the pattern is typically a signal of reversal, continuation of the downtrend is still possible. Resistance levels are at 1700 and 1800. Support levels are at 1600 and 1500.


Technical Analysis For Forex, Cryptocurrency and Stocks.
No Hype...No Tsismis... No Drama.... Just Chart!!!!

BDO Unibank Inc., (BDO) Uptrend Line - April 8, 2018

It seems that BDO Unibank Inc., (BDO) will find support at 132 level. Support is seen at 132 while resistance at 140.

Technical Analysis For Forex, Cryptocurrency and Stocks.
No Hype...No Tsismis... No Drama.... Just Chart!!!!

Jollibee Foods Corporation (JFC) - Uptrend Channel - April 8, 2018

Looks like Jollibee Foods Corporation (JFC) will bounce at the lower trend line of the Uptrend Channel. Support is seen at 273 and resistance at 286.

Technical Analysis For Forex, Cryptocurrency and Stocks.
No Hype...No Tsismis... No Drama.... Just Chart!!!!

Saturday, April 7, 2018

Jollibee Food Corporation (JFC) - Bearish Crab - April 7, 2018

Jollibee Food Corporation (JFC) Completed a Bearish Crab Harmonic Pattern.

Before

After

Technical Analysis For Forex, Cryptocurrency and Stocks.
No Hype...No Tsismis... No Drama.... Just Chart!!!!



Wednesday, April 4, 2018

Ayala Land, Inc., (ALI) Bullish Alt 161.8% ABCD - April 4, 2018

Ayala Land, Inc., (ALI) finished a Bullish Alt 161.8% ABCD. Resistance levels are at 42.70 and 44.50. Support is seen at 40.

SM Investment Corporation (SM) - Bullish Shark - April 4, 2018

SM Investment Corporation (SM) completed a Bullish Shark Harmonic Pattern. Resistance levels are at 996 and 1024. Support levels are at 961 and 935.

Technical Analysis For Forex, Cryptocurrency and Stocks.
No Hype...No Tsismis... No Drama.... Just Chart!!!!

Monday, April 2, 2018

BDO Unibank, Inc., (BDO) - Bullish Bat - April 2, 2018

BDO Unibank, Inc., (BDO) completed a Bullish Bat Harmonic Pattern.
Technical Analysis For Forex, Cryptocurrency and Stocks.
No Hype...No Tsismis... No Drama.... Just Chart!!!!

Alibaba Group Holdings Ltd. (BABA) Head and Shoulder April 1, 2018

Alibaba Group Holdings Ltd. (BABA) may be making a Head and Shoulder Pattern. Support is seen at 152.

Bright Kindle Resources and Investment Inc,. (BKR) - Bullish Gartley - April 2, 2018

Bright Kindle Resources and Investment Inc,. (BKR) retested the Potential Reversal Zone  (PRZ)of a Bullish Gartley Harmonic Pattern.

Technical Analysis For Forex, Cryptocurrency and Stocks.
No Hype...No Tsismis... No Drama.... Just Chart!!!!

Tadawul All Shares Index Saudi Arabia (TASI) - Expanding Triangle - April 1, 2018

Tadawul All Shares Index Saudi Arabia (TASI) may be forming a Expanding Triangle and may go down to 6700 level. Resistance is seen at 8243 and support at 7555.