// BEGIN ENQUEUE PARENT ACTION // AUTO GENERATED - Do not modify or remove comment markers above or below: if ( !function_exists( 'chld_thm_cfg_locale_css' ) ): function chld_thm_cfg_locale_css( $uri ){ if ( empty( $uri ) && is_rtl() && file_exists( get_template_directory() . '/rtl.css' ) ) $uri = get_template_directory_uri() . '/rtl.css'; return $uri; } endif; add_filter( 'locale_stylesheet_uri', 'chld_thm_cfg_locale_css' ); if ( !function_exists( 'chld_thm_cfg_parent_css' ) ): function chld_thm_cfg_parent_css() { wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( 'font-awesome-v5','bootstrap','sidr','magnific-popup','sliderpro' ) ); wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/custom-script.js', array('jquery')); } endif; add_action( 'wp_enqueue_scripts', 'chld_thm_cfg_parent_css', 10 ); // END ENQUEUE PARENT ACTION add_action( 'admin_enqueue_scripts', 'my_cfg_admin_enqueue' ); function my_cfg_admin_enqueue(){ wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/custom-script.js', array('jquery')); wp_enqueue_style('style-cfg-child', get_stylesheet_uri(), array(), "4.2"); } add_action( 'after_setup_theme', 'remove_plugin_image_sizes', 999 ); function remove_plugin_image_sizes(){ remove_image_size( '2048x2048' ); remove_image_size( '1536x1536' ); remove_image_size( 'large' ); } function action_dynamic_sidebar_after( $array ) { if($array == "home-content-widgets") { echo the_content(); } }; add_action( 'dynamic_sidebar_after', 'action_dynamic_sidebar_after', 10, 1 ); add_action( 'trashed_post', 'mtp_delete_attached_thumbnail_for_trashed_product', 20, 1 ); function mtp_delete_attached_thumbnail_for_trashed_product( $post_id ) { // gets ID of post being trashed $post_type = get_post_type( $post_id ); // does not run on other post types if ( $post_type != 'post' ) { return true; } // get ID of featured image $post_thumbnail_id = get_post_thumbnail_id( $post_id ); // delete featured image wp_delete_attachment( $post_thumbnail_id, true ); }/** * The header for our theme * * This is the template that displays all of the section and everything up until
* * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package CoverNews */ ?> Despite dropping $4000 from highs, ETH/USD price action remains bearish. Head and shoulders pattern indicates more downside. – CoinsMegaNews

Despite dropping $4000 from highs, ETH/USD price action remains bearish. Head and shoulders pattern indicates more downside.

Ethereum is consolidating around the yearly highs. $2,000 proves to be stiff resistance.

[ad_1]

Despite dropping $4000 from highs, ETH/USD price action remains bearish 
Head and shoulders pattern indicates more downside
A bearish flag pattern supports short-sellers

Traders are often impatient for a market to move. Long periods of price consolidation lead to overtrading or giving up on an idea simply because the market did not move. 

This is particularly true in the crypto market. Known for its high volatility, it brought fortunes to many traders as quick moves resulted in quick profits. 

For instance, ETH/USD rose from $1000 in 2021 to $5000 in 2022. The ones that bought and held onto their traders for a year saw their accounts increasing exponentially. 

But trading is a story of both winning and losing. Not everyone wins. In fact, most retail traders lose money trading. It is easy to say that you might have bought ETH/USD at $1000 and close it at $5000. How about buying at $5000 on fears of missing out on an even bigger move, only to see the market crashing back to $1000. 

Sure enough, plenty of traders have bought into the dip. And, even though ETH/USD dropped $4000 from its highs, the bias remains bearish. 

Ethereum chart by TradingView

ETH/USD bigger picture is a reason for bulls to worry

On its trip to $5000, ETH/USD formed a head and shoulders pattern. Once the price broke below the neckline, it found no support until it reached $1000. 

The level marked the bottom of the year for the stock market and the highest point for the US dollar. Since then, stocks bounced sharply, and the cryptocurrency market followed. 

But despite the rally at the start of 2023, the bigger picture remains bearish for ETH/USD. A bearish flag pattern should be a good enough reason for bulls to worry, as it is usually followed by more downside. 

Bears would want to see the price dropping to $1000 once more. It would mean that the bearish flag pattern ended and that the next target is the head and shoulders’ measured move. 

On the other hand, bulls may want the price to simply stay in the flag and test the upper edge of it. This is the only way to invalidate a bearish flag pattern. 

[ad_2]

Source link

Leave a Reply

Your email address will not be published. Required fields are marked *

/** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package CoverNews */ ?>