<!DOCTYPE html>
<html>
<head>
  <!-- Standard Meta -->
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  <!-- Site Properties -->
  <title>Clive Maund Technical Analysis</title>
  <meta name="description" content="Welcome to CliveMaund.com. This subscription based site features the work of technical analyst Clive Maund.">
  <meta name="slug" content="index.php">
  <link rel="stylesheet" type="text/css" href="https://www.clivemaund.com/assets/main.v2.combined.css" /> 
  <script src="https://www.clivemaund.com/assets/main.combined.js"></script>
  <style type="text/css"> 
	  
	  
	  @font-face {
	      font-family: 'open_sans_condensedbold';
	      src: url('/assets/fonts/OpenSans-CondBold-webfont.eot');
	      src: url('/assets/fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
	           url('/assets/fonts/OpenSans-CondBold-webfont.woff') format('woff'),
	           url('/assets/fonts/OpenSans-CondBold-webfont.ttf') format('truetype'),
	           url('/assets/fonts/OpenSans-CondBold-webfont.svg#open_sans_condensedbold') format('svg');
	      font-weight: normal;
	      font-style: normal;
	  
	  }	  

	  
	 
	  #mobile_login { display: none; }
	  #mobile_login .ui.transparent.button { background: #fff; }
	  #nav_subscriber { background: #f4f3ef; margin:0;padding:.5em; padding-top:0; 
		  position: relative;
		  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		  z-index: 1000;
		  height:3.5em;
	  } 
	  #nav_subscriber form {
		   margin:0;padding:0;padding-top:.75em;
	  }
	  
	  #subnav { margin-top: -1.5em; padding-top:0; }
	  #subnav a {  color: #fccc68 !important;  }
	 /* #subnav a {  color: #feba02 !important;  } */
	  #subnav a:hover {  color:#fff !important;}
	  #form_login { margin-right: -1em; }
	  #main_nav { margin-bottom:0; padding-top: 1em; }
	  #sidebar_login, #sidebar_search { background: #f4f3ef; }
	  #mobile_browser { display: none; }
	  #form_subscriber { padding:1em; }
	  #browser_menu { background: #262a2b; }
	  #browser_menu a { color:#fcd297 !important; }
	  #browser_menu a:hover { color:#fff !important; }
	  .header { letter-spacing: -.05em !important; }
	  #logo { margin-left: -.25em; }
	  body { background-image: url('https://www.clivemaund.com/assets/images/banner-fade.jpg');  background-repeat: no-repeat; background-size: contain; background-position-y: 3em;}
	  
	  
	  
	  
		#homepage .labeled.header {
			color:#bdc3c4;
		}
		#homepage #column_features, #homepage #column_articles {
			background: #262a2b;
			color:#bccacd !important;
			border-radius: 1em;
		}
		#homepage #column_features a, #homepage #column_articles a {
			color:#bccacd !important;
		}
		#homepage #column_features a.title.header {
			color:#fff !important;
		}
		#homepage #column_features .title.header:hover, #homepage #column_articles .title.header:hover {
			color:#fcd297 !important;
		}					
		#homepage #column_features .meta {
			color:#bccacd;
			font-size: .8em;
		}
		
		#homepage #column_features .button {
			background: #2c2f33;
			border:1px solid #444;
			color:#fff;
			border-radius: .5em;
		}
		#homepage #column_features .button:hover {
			background: #36393d;
			color:#fcd297;
			
	
		}	
		
		.ui.call.message {
			background: #2c2f33;
			color:#fcd297;	
			border-radius: 5px;	
			opacity: .7;	
		}


	  .pushable  { height:92%; }
	  #welcome p { color:#fff; font-size: 1.5em; line-height: 1.5em; opacity:.8; }
	
	  #search_content {  margin-top: 1em; background:#222120; opacity: .85; border-radius:0em 5em 0em 1em; }
	  #search_content .header { /*color:#baf9fd;*/ color:#fff; }
	  
	  .meta-text { /*color:#d58342;*/ opacity:.4; font-size: .8em; }
	  
	  #article_content {  background:#f4f3ef; border-radius:0em 5em 0em 1em; margin-top: 1em; padding-bottom:3em;  }
	  #article_content .header { margin: 0em; }
	  #article_body { padding: 1em 3em; }
	  #article_body .image { max-width:600px; margin: 2em 0; }
	  #extra_column {  margin-top:4em; }
	  #search_results p { color:#999; }
	  #search_results p.emph { font-size: 1.5em; color:#fff;}
	  
	  #account_body h2 {
		  margin-top: 1em !important; margin-bottom: .5em !important; 
	  }
	  
	  #search_results .title.header:hover {
		  color: #fcd297 !important;
	  }
	  
	  footer  {
		  margin: 4em;
		  color:#ccc !important;
	  }
	  footer .item {
		  color:#fff !important;
	   }
		
	  footer .header.item {
		  font-size: 2em !important;
		  color:#fff !important;
		  padding: .5em !important;
	  }
	  
	  footer a {
		  color:#feedc8 !important;
	  }
	  
	  @media only screen and (max-width: 800px) {
	 
	  	.call.segment { width:100%; margin:0 !important; padding:0 !important; margin-bottom: 1em !important; }
	  	#form_login { display: none; }
	  	#browser { display: none; }
	  	#mobile_login { display:inherit; }
	  	#mobile_browser { display: inherit; }
	  	#logo { font-size: 2em; }
	  	#welcome {
		  	font-size: .7em;
	  	}
	  	
	  	#article_content { padding:0; margin:0; padding-bottom: 3em !important;}
	  	#article_body { padding:2em 2em 0em 0em; margin-bottom:0em ;}
	  	
	  	#extra_column {  margin-top:0em; }
	  	
	  	#homepage #column_articles {
		  	margin-top: 1em;
		  	padding: 0;
		  	background: transparent;
	  	}
	  	
	  	#subnav a {
		  	font-size: .8em !important;
	  	}
	  	#search_results, #article_content {
		  	margin: 0; padding:0; 
	  	}
	  	#search_results h2, #account_body h2 {
		  	font-size: 1.3em ;
	  	}
	  	#search_results h1, #article_content h1 {
		  	font-size: 1.7em ;
			margin-top: 1em;
		}  	 
	  	#search_results p {
		  	font-size: .8em ;
	  	}	    
	  } 	  
	  ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	      color: #ccc !important;
	  }
	  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	     color:    #ccc !important;
	     opacity:  1;
	  }
	  ::-moz-placeholder { /* Mozilla Firefox 19+ */
	     color:    #ccc !important;
	     opacity:  1;
	  }
	  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	     color:    #ccc !important;
	  }	  	  	  

  </style>
</head>

<body>


<section id="nav_subscriber">
	
			<div class="ui secondary fitted mini menu container">
			
				<div class="right item">
					<form>
						<a href="/account.php" style="margin-right:1em;"><i class="ui user icon"></i> Manage Account</a>   <a href="/logout.php" class="ui transparent tiny button"><i class="ui lock icon"></i> Logout</a>
				 	 </form>	
				</div>
				
		</div>	
	</section>


<div class="pushable">
	
  <div id="sidebar_login" class="ui top sidebar">
   <form id="form_subscriber" class="ui form" method="POST" action="/login.php">
   	<div class="ui secondary inverted vertical menu container">
   	    <div class="item">
   	      <div class="ui icon input">
   	        <input type="text" name="username" placeholder="Username">
   	        <i class="user icon"></i>
   	      </div>
   	    </div>
   	    <div class="item">
   	      <div class="ui icon input">
   	        <input type="password" name="password" placeholder="Password">
   	        <i class="lock icon"></i>
   	      </div>
   	    </div>
   	    <div class="right aligned item">
   	     	<input type="submit" class="ui red button" value="Login" />
   	    </div>	    	      	  
   	</div>
   </form>
 </div><!-- /login bar -->
 
 <div id="sidebar_search" class="ui top sidebar">
    	<form id="form_subscriber" class="ui form" method="POST" action="/search.php">
 		<div class="ui secondary inverted vertical menu container">
 			<div class="ui fluid action input">
 					<input type="text" name="q" placeholder="Search...">
 					<button class="ui red icon button">
 						<i class="search icon"></i>
 					</button>
 			</div>	    	      	  
 		</div>
 	</form>
 </div><!-- /search bar -->
 
 
 
  <div id="sidebar_nav" class="ui left sidebar">
		<div id="browser_menu" class="ui inverted vertical menu">
			<a class="item" href="/search.php?category=31">Gold & Silver Stocks</a><a class="item" href="/search.php?category=32">Oil & Gas Stocks</a><a class="item" href="/search.php?category=33">Base Metal & Mineral Stocks</a><a class="item" href="/search.php?category=34">Biotech & Medical Stocks</a><a class="item" href="/search.php?category=35">Marijuana stocks</a><a class="item" href="/search.php?category=36">Misc Articles</a><a class="item" href="/search.php?category=37">Traded Options</a><a class="item" href="/search.php?category=38">ETFs</a><a class="item" href="/search.php?category=39">Latest Dollar Update</a><a class="item" href="/search.php?category=40">Latest Gold Market Update</a><a class="item" href="/search.php?category=41">Latest Silver Market Update</a><a class="item" href="/search.php?category=42">Latest Oil Market Update</a><a class="item" href="/search.php?category=43">Latest Treasury Market Update</a><a class="item" href="/search.php?category=44">Latest US Stockmarket Update</a>		</div>	
 </div><!-- /nav sidebar bar -->
 
   
  <div class="pusher">  
		<div id="main_nav" class="ui secondary inverted menu container" >
			<div class="item"><h1 class="ui inverted header" id="logo"><a href="/" style="color:#fff;">Clive P. Maund</a></h1></div>
			<div id="browser" class="right menu">
				<div class="ui highlight dropdown item">Browse Sectors <i class="dropdown icon"></i>
					
					<div id="browser_menu" class="ui inverted menu">
						<a class="item" href="/search.php?category=31">Gold & Silver Stocks</a><a class="item" href="/search.php?category=32">Oil & Gas Stocks</a><a class="item" href="/search.php?category=33">Base Metal & Mineral Stocks</a><a class="item" href="/search.php?category=34">Biotech & Medical Stocks</a><a class="item" href="/search.php?category=35">Marijuana stocks</a><a class="item" href="/search.php?category=36">Misc Articles</a><a class="item" href="/search.php?category=37">Traded Options</a><a class="item" href="/search.php?category=38">ETFs</a><a class="item" href="/search.php?category=39">Latest Dollar Update</a><a class="item" href="/search.php?category=40">Latest Gold Market Update</a><a class="item" href="/search.php?category=41">Latest Silver Market Update</a><a class="item" href="/search.php?category=42">Latest Oil Market Update</a><a class="item" href="/search.php?category=43">Latest Treasury Market Update</a><a class="item" href="/search.php?category=44">Latest US Stockmarket Update</a>					</div>	
					
				</div>
				<div class="item">
					<form id="form_subscriber" class="ui form" method="POST" action="/search.php">
						<div class="ui action input">
							<input type="text" name="q" placeholder="Search...">
							<button type="submit" class="ui red icon button">
								<i class="search icon"></i>
							</button>
						</div>
					</form>
				</div>	
			</div>
			
			<div id="mobile_browser" class="ui small right compact secondary menu">
			  <a class="item">
			    <i id="sidebar_nav_button" class="sidebar nav icon"></i>
			  </a>
			  <a class="item" id="sidebar_search_button">
			    <i class="search icon"></i>
			  </a>
			</div>			
		</div><!-- / main-nav -->
	
		<div id="subnav" class="ui secondary pointing menu container">
			<a class="item" href="/index.php">Home</a>
			<a class="item" href="/about.php">About Clive</a>
			<a class="item" href="/introduction.php">Preview</a>
			<a class="item" href="/subscribe.php">Subscribe</a>
		</div>
		
					
		<div id="welcome" class="ui  basic container segment">
			
			<div class="ui right floated basic text call segment" style="margin: 0;">
				<div class="ui call message">
				<b style="color:#fff;">Gold and Silver - THE ULTIMATE SECURITY</b><br />
				<i>Ride the 2018+ super bullmarket</i></div>
			</div>	
			
			<h2 class="ui inverted header" style="margin-top: -.2em;"><b>PREMIUM TECHNICAL</b> ANALYSIS</h2>
		<p>Providing professional chart analysis for over a decade covering a wide range of markets, with a special focus on the Resource sector. This	 site is 100% subscriber supported and is not compromised by advertising or incentives, the goal being to provide objective and dispassionate analysis of the markets and specific actionable trading setups.</p>
		</div>	
		
	  	


<div id="homepage" class="ui column stackable grid container">
	<div class="ten wide column">
		<div id="column_articles" class="ui very padded basic text segment">
			<h2 class="ui inverted labeled header">CURRENT REPORTS</h2>
				
		
					
					
					<a href="/article.php?id=68">
					<h2 class="ui title inverted header">Gold Market Update - the 7-year bearmarket phase is over...</h2>
					<p>Sunday, October 14, 2018 &nbsp;
										</p>
					</a>
					<div class="ui inverted dividing header"></div>
						
					
					
					<a href="/article.php?id=67">
					<h2 class="ui title inverted header">Silver Market Update</h2>
					<p>Sunday, October 14, 2018 &nbsp;
										</p>
					</a>
					<div class="ui inverted dividing header"></div>
						
					
					
					<a href="/article.php?id=4776">
					<h2 class="ui title inverted header">COBALT GOLD LITHIUM STOCK READY TO RALLY...</h2>
					<p>Saturday, October 13, 2018 &nbsp;
					 <i class="ui us medium flag"></i> <i class="ui ca medium flag"></i>					</p>
					</a>
					<div class="ui inverted dividing header"></div>
						
					
					
					<a href="/article.php?id=4775">
					<h2 class="ui title inverted header">IS IT A BIRD, IS IT A PLANE?...</h2>
					<p>Saturday, October 13, 2018 &nbsp;
					 <i class="ui us medium flag"></i> <i class="ui ca medium flag"></i>					</p>
					</a>
					<div class="ui inverted dividing header"></div>
						
					
					
					<a href="/article.php?id=4774">
					<h2 class="ui title inverted header">Precious Metals Sector Review following MAJOR BREAKOUT...</h2>
					<p>Friday, October 12, 2018 &nbsp;
										</p>
					</a>
					<div class="ui inverted dividing header"></div>
						
					
					
					<a href="/article.php?id=4773">
					<h2 class="ui title inverted header">COMPREHENSIVE LEVERAGED & UNLEVERAGED INVERSE ETFs LISTS FOR BEARMARKET...</h2>
					<p>Thursday, October 11, 2018 &nbsp;
					 <i class="ui us medium flag"></i> <i class="ui ca medium flag"></i>					</p>
					</a>
					<div class="ui inverted dividing header"></div>
						
					
					
					<a href="/article.php?id=4772">
					<h2 class="ui title inverted header">THIS BREADTH CHART SHOWS MARKET HOLED BELOW THE WATER LINE AND SET TO SINK FAST...</h2>
					<p>Wednesday, October 10, 2018 &nbsp;
					 <i class="ui us medium flag"></i>					</p>
					</a>
					<div class="ui inverted dividing header"></div>
						
					
					
					<a href="/article.php?id=4771">
					<h2 class="ui title inverted header">THE PM SECTOR & THE MARKET CRASH...</h2>
					<p>Sunday, October 07, 2018 &nbsp;
										</p>
					</a>
					<div class="ui inverted dividing header"></div>
						
					
					
					<a href="/article.php?id=4770">
					<h2 class="ui title inverted header">IF THIS DOESN'T SCARE YOU, NOTHING WILL...</h2>
					<p>Sunday, October 07, 2018 &nbsp;
					 <i class="ui us medium flag"></i>					</p>
					</a>
					<div class="ui inverted dividing header"></div>
						
					
					
					<a href="/article.php?id=4769">
					<h2 class="ui title inverted header">A TECHNICAL ASSESSMENT OF NOVO RESOURCES AFTER ITS HEAVY SELLOFF...</h2>
					<p>Friday, October 05, 2018 &nbsp;
					 <i class="ui us medium flag"></i> <i class="ui ca medium flag"></i>					</p>
					</a>
					<div class="ui inverted dividing header"></div>
						
					
					
					<a href="/article.php?id=4768">
					<h2 class="ui title inverted header">A TECHNICAL ASSESSMENT OF POT STOCK TILRAY INC...</h2>
					<p>Thursday, October 04, 2018 &nbsp;
					 <i class="ui us medium flag"></i>					</p>
					</a>
					<div class="ui inverted dividing header"></div>
						
					
					
					<a href="/article.php?id=4767">
					<h2 class="ui title inverted header">GREAT BEAR RESOURCES - upside breakout imminent...</h2>
					<p>Thursday, October 04, 2018 &nbsp;
					 <i class="ui us medium flag"></i> <i class="ui ca medium flag"></i>					</p>
					</a>
					<div class="ui inverted dividing header"></div>
						
											
		</div>	
	</div>

	
	<div class="six wide column">
		<div id="column_features" class="ui basic very padded text segment">
			
				<div class="ui two column grid">
					
					<div class="column"><A HREF="http://www.kitco.com/connecting.html"><IMG SRC="/assets/kitco/t24_au_en_usoz_4.gif" class="ui fluid image"></A></div>
					<div class="column"><A HREF="http://www.kitco.com/connecting.html"><IMG SRC="/assets/kitco/t24_ag_en_usoz_2.gif" class="ui fluid image"></A></div>
					<div class="column"><A HREF="http://www.kitco.com/connecting.html"><IMG SRC="/assets/kitco/idx24_hui_en_2.gif" class="ui fluid image"></A></div>
					<div class="column"><A HREF="http://www.kitco.com/connecting.html"><IMG SRC="/assets/kitco/idx24_usd_en_2.gif" class="ui fluid image"></A></div>
					
				</div>			
			
			
			<h2 class="ui inverted labeled header">FEATURES</h2>
			
								
					<a href="/article.php?id=68" class="ui title inverted header">Gold Market Update</a>
					<p class="meta">Sunday, October 14, 2018</p>	
					<p>Thursday last week was a momentous day for the Precious Metals sector with gold, GDX and other índices, and giant gold ETF,...</p>	
					<a href="/article.php?id=68" class="ui button">More...</a>
					<div class="ui inverted dividing header"></div>
			
								
					<a href="/article.php?id=67" class="ui title inverted header">Silver Market Update</a>
					<p class="meta">Sunday, October 14, 2018</p>	
					<p>Unlike gold and Precious Metals stocks, silver did not break out strongly on Thursday – although it rose, it did not break...</p>	
					<a href="/article.php?id=67" class="ui button">More...</a>
					<div class="ui inverted dividing header"></div>
			
								
					<a href="/article.php?id=69" class="ui title inverted header">Oil Market Update</a>
					<p class="meta">Monday, August 06, 2018</p>	
					<p>By the end of next year, the United States is set to become the world’s biggest oil producer. Once you grasp this, you...</p>	
					<a href="/article.php?id=69" class="ui button">More...</a>
					<div class="ui inverted dividing header"></div>
			
								
					<a href="/article.php?id=70" class="ui title inverted header">Treasury Market Update</a>
					<p class="meta">Wednesday, August 08, 2018</p>	
					<p>It’s been a long time since we last took a look at the Treasury market – the last update on it was posted way back last...</p>	
					<a href="/article.php?id=70" class="ui button">More...</a>
					<div class="ui inverted dividing header"></div>
			
						
		</div>
		<br />
		
		
		</div>	
	</div>	
		
		




<footer>
 	<div class="ui stackable grid container">
	 	<div class="eight wide column">
<p>The above represents the opinion and analysis of Mr Maund, based on data available to him, at the time of writing. Mr. Maund's opinions are his own, and are not a recommendation or an offer to buy or sell securities. Mr. Maund is an independent analyst who receives no compensation of any kind from any groups, individuals or corporations mentioned in his reports. As trading and investing in any financial markets may involve serious risk of loss, Mr. Maund recommends that you consult with a qualified investment advisor, one licensed by appropriate regulatory agencies in your legal jurisdiction and do your own due diligence and research when making any kind of a transaction with financial ramifications. Although a qualified and experienced stockmarket analyst, Clive Maund is not a Registered Securities Advisor. Therefore Mr. Maund's opinions on the market and stocks can only be construed as a solicitation to buy and sell securities when they are subject to the prior approval and endorsement of a Registered Securities Advisor operating in accordance with the appropriate regulations in your area of jurisdiction.</p>	 			 	
	 	</div>
	 	<div class="four wide column">
		 	<div class="ui secondary vertical menu">
	 			<div class="ui inverted header item">EXPLORE</div>
	 			<a class="item" href="/index.php">Home</a>
	 			<a class="item" href="/about.php">About Clive P. Maund</a>
	 			<a class="item" href="/introduction.php">Preview The Site</a>
	 			<a class="item" href="/subscribe.php">Subscribe Now</a>
	 			<a class="item" href="/login.php">Member Login</a>	
		 	</div>		 		
	 	</div>
	 	<div class="four wide column">
		 	<div class="ui secondary vertical menu">
	 			<div class="ui inverted header item">CONTACT US</div>
	 			<div class="item">
		 			for billing & subscription questions: <br />
		 			<a href="mailto:subscriptions@clivemaund.com">subscriptions@clivemaund.com</a>
	 			</div>
	 			<div class="item">
		 			for all other inquiries:  <br />
		 			<a href="mailto:support@clivemaund.com">support@clivemaund.com</a>
	 			</div>
		 	</div>		 	
		 	
	 	</div>
 	</div>
 	
 
 	
 </footer>
 
 

 
 
  </div><!-- /pusher-->
</div><!-- /pushable segment -->

<!-- /footer -->

	
<script>
	
$('.dropdown').dropdown();

$('#sidebar_search')
  .sidebar({
    context: $('.pushable')
  })
  .sidebar('attach events', '#sidebar_search_button')
;
$('#sidebar_nav')
  .sidebar({
    context: $('.pushable')
  })
  .sidebar('attach events', '#sidebar_nav_button')
;
</script>



</body>
</html>