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 guys!!
import os, json import pandas as pd import sys, time, datetime, threading, pyotp
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?
place_order is working perfectly fine. Make sure, to debug your order placement logic. Can you DM the order_id of any such order?
place_order
is working perfectly fine. Make sure, to debug your order placement logic. Can you DM the order_id of any such order?