from turtle_trading import TurtleTrading if __name__ == "__main__": symbol = "000001" # Example symbol turtle = TurtleTrading(symbol) turtle.run()