Aliceblue v2 api syntax

TRADINGVIEW older Alert syntax-

[{“TT”:“{{strategy.order.action}}”,“E”:“NFO”,“IT”:“37516”,“Q”:“{{strategy.order.contracts}}”,“OT”:“MARKET”,“P”:“NRML”,“VL”:“DAY”,“AT”:“ALICEBLUE”}]

According to nextlevel bot new syntax- NextLevelbot - Automation Trading with Tradingview

[{“TT”:“{{strategy.order.action}}”,“E”:“NFO”,“TS”:“37516”,“Q”:“{{strategy.order.contracts}}”,“OT”:“MARKET”,“P”:“NRML”,“VL”:“DAY”,“AT”:“ALICEBLUEV2”}]

Which is not working.

That dude must have fucked up. Write the core python code made using GitHub - krishnavelu/alice_blue: Official Python library for Alice Blue API trading


[{“TT”:“{{strategy.order.action}}”,“E”:“NFO”,“IT”:“37516”,“Q”:“{{strategy.order.contracts}}”,“OT”:“MARKET”,“P”:“NRML”,“VL”:“DAY”,“AT”:“ALICEBLUE”}]

This output is from his code!