| 
Rank: Advanced Member
 Groups: Registered, Registered Users, Subscribers, Unverified UsersJoined: 1/25/2010(UTC)
 Posts: 44
 Location: Rome, IT
 
 | 
            
	      
                Hi guy...in doubt to wrong thread, post here my issue:
 Is it possible in metastock "to grab" an oscillation of an oscillator?...I explain
 
 if I write:
 ind:=Mov(C,30,S)-Mov(C,60,S);
 velo:=ind-Ref(ind,-1);
 velo; {plot the velo}
 
 I
 obtain a cyclical oscillator. Now I want "to grab" the last complete 
oscillation of the "velo" (the last two low value and the max value
 included between them). So I want to take this oscillation and
 plot it repeatedly. Is it possible?
 
 TNX
 | 
    | 
             | 
            
         | 
    |  | 
        
        
        
            
        
            
            
    | 
Rank: Advanced Member
 Groups: Registered, Registered UsersJoined: 11/7/2005(UTC)
 Posts: 602
 
 | 
            
	      
                Play around with 
 a1:=sin(cum(5));
 a1
 
 might get you started.
 
 | 
    | 
             | 
            
         | 
    |  | 
        
        
        
    
                           
    
| Users browsing this topic | 
| 
Guest (Hidden) | 
    
        Forum Jump
         
    
    You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.