Skip to content

Instantly share code, notes, and snippets.

View PVSS's full-sized avatar

Prakash P V S S PVSS

View GitHub Profile
@PVSS
PVSS / csl.py
Last active October 1, 2022 16:58
Combine Stop Loss with Trailing Stop Loss
from time import sleep
from pushbullet import PushBullet
from pywebio.input import *
from pywebio.output import *
from pywebio.session import *
import requests
MONTH='SEP'
YEAR='22'
strike_price=18000