// Downloaded From https://www.WiseStockTrader.com

// You can choose ticker and time range by setting "Apply to" an "Range"
// Explore data by execute exploration in Automatic Analysis window
// Export the exploration result by clicking "File --> Export"


Filter =  C>0 ;

AddColumn(O,"Open",1.2); 
AddColumn(H,"High",1.2); 
AddColumn(L,"Low",1.2); 
AddColumn(C,"Close",1.2); 
AddColumn(V,"Volume",1.0,1.0);