| 
				
					
				 
					
					| bobbyd |  
					
					| Gold User, Member, Platinum User, TeleChart |  
					
					| Registered User |  
					
					|  |  
					
					|  |  
					
					|  |  
					
					|  |  
					
					| Unsure |  | 
				
					
				 
					
					| Saturday, February 12, 2005 |  
					
					| Tuesday, January 21, 2014 10:36:11 PM |  
					
					| 11 [0.00% of all post / 0.00 posts per day]
 |  | 
| 
		
			
		 
			| 
 Bruce, 
 Any updates, please? 
 Thanks |  
			| 
 Bruce, 
 I understand that the visual editing of icons lets me change one perticular condition. 
 Though, I need to test this condition in conjunction with several other conditions in RealCode. 
 Any suggestions for Realcode? 
 Thanks |  
			| 
 I want to create a Realcode condition that passes if following condition is true 20 times in past 50 period.  
 (price.Close < price.MinLow(50, 1) )  
 Ideas? |  
			| 
	The test doesn't agree. I guess the question is still open. 
	Please provide suggestions about how to do create this condition. |  
			| 
	Nevermind. Figured it out. |  
			| 
	My setup: SF5.0, New Layout, Price with Bollinger Band as child indicator . 
	I want to create condtion where "BollingerBandBottom less than <arbitrary value, e.g. 100>" 
	How do I do that? 
	Right now, when I Right-Click on BB -> Create Condition -> Less Than (100) .... 
	It creates the condition on BB-TOP, whereas I want the condition to be created on BB-BOTTOM. |  
			| How do I create a "Negation criteria"? E.g. If MA50 has NOT crossed above MA200 in last 3 months, then pass. |  
			| Here's what worked for me. 
 plot = (price.Close * (volume.value * 100))
 
 BTW, it turns out that there is a pre-built indicator available for this called "Dollar Volume".
 
 Thanks, for response.
 |  
			| How do I plot a simple custom indicator "Price.close X Vol" ? |  
			| Gurus, 
 How do I use capitalization in personal criteria formula? For example,
 If (CAP > 50)
 then (CAP * V * +1 )
 else (CAP * V * -1)
 end
 
 Thanks
 |  |