@arul_antony
How to do Algo trading… as API is free with Alice blue… But Alice blue trade store is not opening… Please someone suggest about any free software for installing my strategy…
Alice Blue is providing only an “API” for placing orders through your “Automation Trading Platform”. Therefore, you can integrate our API with the platform you have acquired from an external source to execute your trading strategy.
To know more Click here:
i can help u on that
please let me know friend… Is there any free software which can be connected with Alice blue and we can implement our coded strategy
If u r interested Call me about Algo trading 9552582021
Hi,
You may use programming languages like python, java, JS, Perl as Free.
Use https://tradetron.tech and other 3rd party s/w to trigger your strategy with monthly fees.
I advise to give it a try.
Thank you
I usually do Algo in below ways ,
- we can run customized Python script (which contains Generating Alice Session Token, Trading strategy , Placing order n Risk Management) using Jupyter notebook with Python Scheduler Library
- Run Python script using Desktop Task Scheduler for Windows PC(which contains Generating Alice Session Token, Trading strategy , Placing order n Risk Management)
- Deploy Python code to the cloud apps , schedule trigger based on timeframe.( In this last option I observed few issues … usually cloud apps uses Linux Environment, I assume Alice Python Library is not supported in Linux Environment )
You can refer our trading bots portal https://squareoffbots.com to get started with algo trading.