You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last value in 'pe_final_values' column: False
Maximum High Value: BANKNIFTY09OCT24P52000 637.5
place market for buy pe above 637.5 with ltp value 640.2
Traceback (most recent call last):
File "c:\supertrendstrategy-feature-first_cut\main.py", line 187, in
main(api=api)
File "c:\supertrendstrategy-feature-first_cut\main.py", line 86, in main
place_order(api,live_trade=LIVE_TRADE,symbol=pesymbol_name, main_symbol="BANKNIFTY_PE", qty=QTY, optt="PE", token=PETOKEN)
File "c:\supertrendstrategy-feature-first_cut\paper_trade.py", line 354, in place_order
raise ValueError("Error: No response received from the API AND ALSO EXIT ORDER IS NOT PLACED THIS ERROR IS RAISE BY DEVLOPER ")
ValueError: Error: No response received from the API AND ALSO EXIT ORDER IS NOT PLACED THIS ERROR IS RAISE BY DEVLOPER
The text was updated successfully, but these errors were encountered:
Getting None response from API. no error no message even i follow same example as per Python API. Getting none while getting positions as well.
I am able to get:-
Last value in 'pe_final_values' column: False
Maximum High Value: BANKNIFTY09OCT24P52000 637.5
place market for buy pe above 637.5 with ltp value 640.2
Traceback (most recent call last):
File "c:\supertrendstrategy-feature-first_cut\main.py", line 187, in
main(api=api)
File "c:\supertrendstrategy-feature-first_cut\main.py", line 86, in main
place_order(api,live_trade=LIVE_TRADE,symbol=pesymbol_name, main_symbol="BANKNIFTY_PE", qty=QTY, optt="PE", token=PETOKEN)
File "c:\supertrendstrategy-feature-first_cut\paper_trade.py", line 354, in place_order
raise ValueError("Error: No response received from the API AND ALSO EXIT ORDER IS NOT PLACED THIS ERROR IS RAISE BY DEVLOPER ")
ValueError: Error: No response received from the API AND ALSO EXIT ORDER IS NOT PLACED THIS ERROR IS RAISE BY DEVLOPER
The text was updated successfully, but these errors were encountered: