Author: AskMahe.com

Hi, AskMahe.com is the Brainchild of Mahendran Paramasivan who is interested in bringing the latest technology to the common people and corporates. We are a team and we are providing supports on Technology and innovation as per industrial standard. We are supporting with the help of analysis we made on Technology and innovation to help corporate companies and individuals. We bring the latest updates of technology and innovation in front of the eyes of our readers, clients, and people. We have resources in Cloud computing, IoT, Edge Computing, Dew Computing, 5G, SAP, Web Designing, UI/ UX Design. Regards AskMahe Team askmahe.com

Bank Nifty – Premium 100 for CE and PE

from breeze_connect import BreezeConnect from datetime import datetime,date,time,timedelta import pandas as pd import numpy as np from credentials001 import * import requests from nsepython import * requests.packages.urllib3.util.connection.HAS_IPV6 = False currentExpiry…

ICICI Breeze 10 mins, 15 mins Breakout Logic

  from breeze_connect import BreezeConnect from datetime import datetime,date,time,timedelta import pandas as pd import numpy as np import math from credentials001 import * breeze = BreezeConnect(api_key=api_key) breeze.generate_session(api_secret=api_secret, session_token=session_token) pd.set_option('display.max_rows', None)…

ICICI Direct – Breeze – RSI – Backtest

from breeze_connect import BreezeConnect from datetime import datetime,date,time,timedelta import pandas as pd import numpy as np import time pd.set_option('display.max_rows', None) pd.set_option('display.max_columns', None) pd.set_option('display.width', None) pd.set_option('display.max_colwidth', None) breeze = BreezeConnect(api_key="") breeze.generate_session(api_secret="",…

ICICI Direct – Average True Range Calculation

from breeze_connect import BreezeConnect from datetime import datetime,date,time,timedelta import pandas as pd import numpy as np import pandas_ta as ta pd.set_option('display.max_rows', None) pd.set_option('display.max_columns', None) pd.set_option('display.width', None) pd.set_option('display.max_colwidth', None) breeze =…

Breeze ICICI direct – Back testing – Moving Average (10) – Stop lose and Take Profit

from breeze_connect import BreezeConnect from datetime import datetime,date,time,timedelta import pandas as pd import numpy as np import time pd.set_option('display.max_rows', None) pd.set_option('display.max_columns', None) pd.set_option('display.width', None) pd.set_option('display.max_colwidth', None) breeze = BreezeConnect(api_key="") breeze.generate_session(api_secret="",…

Breeze RSI indicator Calculation – Python code for RSI indicator

from breeze_connect import BreezeConnect from datetime import datetime,date,time,timedelta import pandas as pd import numpy as np import time pd.set_option('display.max_rows', None) pd.set_option('display.max_columns', None) pd.set_option('display.width', None) pd.set_option('display.max_colwidth', None) breeze = BreezeConnect(api_key="") breeze.generate_session(api_secret="",…

Python Bhav copy Downloader

from nsepy.history import get_price_list import numpy as np import pandas as pd from datetime import datetime,date,time,timedelta from nsepy import get_history from nsepython import * from datetime import datetime pd.set_option('display.max_rows', None)…