Jane_D  
                
                  
                    August 11, 2022,  3:33am
                   
                  1 
               
             
            
              I dot get why Im getting this error. Its a simple synthax error it seems
import numpy as np
from blueshift.pipeline import Pipeline
schedule_function(rebalance,
pipeline_results = pipeline_output('strategy_pipeline')
#exclude_tickers  = symbol('SPY')
try:
             
            
              
           
          
            
            
              Hi Jane, here . 
data2 = data[symbol("BTC/USDT")]
print(data2)Hope this helps!
             
            
              
           
          
            
              
                Jane_D  
              
                  
                    August 12, 2022,  2:40pm
                   
                  3 
               
             
            
              Is there a way to convert Crypto(BTC/USDT [3]) to symbol("BTC/USDT") programmatically?
             
            
              
           
          
            
            
              Hi Jane,
             
            
              
           
          
            
              
                Jane_D  
              
                  
                    October 22, 2022,  2:44pm
                   
                  5 
               
             
            
              When I get the column names its like this:symbol("BTC/USDT")
             
            
              
           
          
            
            
              Hi Jane,symbol("BTC/USDT") .