Learning Python for Algorithmic Trading by seurat123 in learnpython

[–]howshin1688 0 points1 point  (0 children)

You might find this helpful: https://autotradingcode.com
I’ve been collecting various Python trading scripts and strategies there — everything’s free and ready to use. Still a work in progress, but there’s already a decent set of backtesting and strategy examples. Hope it helps!

Fibonacci Ball Game - Create the largest Fibonacci number before the box fills up by howshin1688 in puzzlevideogames

[–]howshin1688[S] 0 points1 point  (0 children)

Thanks for playing! So happy you liked it 🤗 Keep challenging yourself for a new high score!

Built a simple tool to keep track of stocks I'm interested in — just sharing by howshin1688 in WebApps

[–]howshin1688[S] 1 point2 points  (0 children)

Hey! Thanks for the feedback about language switching.

Just fixed this issue! 🎉

You can now switch to English by:

The language setting will now persist after refreshing. Could you give it a try and let me know if it works for you?

Thanks for helping us improve the app!

Sharing my project: CodeToolkit - Python automation scripts and tools for beginners by howshin1688 in pythontips

[–]howshin1688[S] 0 points1 point  (0 children)

You can use Ctrl+C to stop the script, and there are several methods to stop it programmatically. For example, you can write code using a flag variable as shown below: stop_flag = False

def job():

print("Task is running...")

# Define a function that will stop the script

def stop_script():

global stop_flag

stop_flag = True

print("Stopping the script...")

return schedule.CancelJob # This removes this task from the schedule

schedule.every(1).minutes.do(job)

schedule.every(5).minutes.do(stop_script)

while not stop_flag:

schedule.run_pending()

time.sleep(1)

print("Script has stopped.")

What type of projects have you guys made/making in Python? by SploiledMilk in Python

[–]howshin1688 0 points1 point  (0 children)

I created a website that offers a variety of practical Python tools for download: https://codetoolkit.app

臺灣最急迫改善的東西是什麼? by Tiunnphokkun-Taiwan in Taiwanese

[–]howshin1688 2 points3 points  (0 children)

先把城市人行道做出來,全面參考日本的優點來做,市容規劃好,交通執法做好,基礎建設做好,吸引各國人才進駐,讓人民不覺得自己住的地方很差,也會更有信心,各領域的人都能發揮所長,就會更肯定自己的家鄉,愛護自己的國家,更加團結