How to create custom indicators #791
              
                Unanswered
              
          
                  
                    
                      samueltg92
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| 
         
 self.one = self.I(one, self.data.df)And in  if self.one[-1]:
    ... | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have the indicators to create a strategy based on TheStrat from Rob Smith, but I can't figure out how to add them to my strategy class. This is my code so far:
Does anyone know how to solve that?
Thanks!.
PD: I have indicator to calculate support and resistance but have the same problem.
Beta Was this translation helpful? Give feedback.
All reactions