vaibhavsharma13

About

Username
vaibhavsharma13
Joined
Visits
528
Last Active
Roles
Member

Activity

  • Channagiri
    https://kite.trade/forum/discussion/13469/kite-place-order-is-not-working#latest

    this python code logs in successfully (access token provided ), it fetches histrorical data in loop but it is not placing orders as per the given trading logic. but after a while (like an hour) sudden random trades are automatically placed in the zerodha kite mobile app. Is the kite.place_order thing not working? i have checked the documentation but couldnt identify the problem. please help Vaibhav ji !
    December 2023
  • Channagiri
    this python code logs in successfully (access token provided ), it fetches histrorical data in loop but it is not placing orders as per the given trading logic. but after a while (like an hour) sudden random trades are automatically placed in the zerodha kite mobile app. Is the kite.place_order thing not working? i have checked the documentation but couldnt identify the problem. please help Vaibhav ji !

    import os, json
    import pandas as pd
    import sys, time, datetime, threading, pyotp

    from kiteconnect import KiteConnect


    try:
    api_key = "......"
    access_token = "......"

    instrument = "BANKNIFTY"
    option_buy_or_sell = "BUY"

    live_trading = True
    product_type = "NRML"

    strike_atm_diff = 100
    lots_to_trade = 1
    expiry = 0

    max_sl_points = 25
    risk_reward = 3

    max_ce_trades = 3
    max_pe_trades = 3
    total_trades = 5

    entry_time_start = datetime.time(9, 15, 0)
    entry_time_stop = datetime.time(15, 0, 0)

    square_off_time = datetime.time(15, 15, 0)

    move_sl_to_cost = True
    except:
    print("UserInput Issue
    December 2023
  • rjamitsharma
    hi vaibhav are you there

    i am trying to calculate iv from data but that is not working even after using your method you suggested in one of your answers can you help regarding that

    thank you in advance
    October 2023
  • akshay1116
    this is akshay ...bt from were i can get freeze limit

    July 2023
    • vaibhavsharma13
      vaibhavsharma13
      freeze limite is present in this site. https://www.nseindia.com/products-services/equity-derivatives-nifty50 You can write a program to fetch it automatically.
  • Riya
    Yes I need to integrate Algo with my kite account।
    How can you help in this

    Thanks
    February 2023
  • Riya
    Thanks for responding.

    I need to integrate Algo with my zerodha kite.
    Can you help me to do so. Kindly contact at [email protected] or please call at 9009609700 or let me know how I can contact.
    February 2023
  • somnathmukherjee
    Hi Vaibhav,
    I have a python project to do. Would you be interested ?
    Thanks
    November 2022