Below is my code to check open position(in python) if there exist any.
This is the first step of my code. I use this data for various action
def check_open_position(self):
self.exchange = ' '
self.product = …
I am posting my code(in python) which I use...
Whenever we place order, we get order id. Below code uses this order id to check if placed order was successful or not...Hope this helps
def placed_order_status(self, order_id):
# check status o…
How can 'close' value high than 'high' value. Is this previous day's close value ? if yes, how to get current close value...When I ran this query, current close was 120
Sujith - you didn't understand my problem.
I said that, I generated request token and used it within a minute (didn't wait long) to generate access token. Still I get error as said in my previous message.
As I was getting error, I tried this proce…