@rahoolm
Algo2Trade
Nothing here yet.
Nothing here yet.
No blogs yet.
This is good but can you write some algo trading code for Indian Brokers like zerodha, finvasia, etc. using Rust. and some more articles on Rust GUI. I have been trying to create some GUI applications using Rust but it shows a console window in background
Please show some live trading example. These kind of articles are available freely everywhere on github. It will be interesting to know how you do the same things in live market with each new candle coming. Do you run the loop every 5 minutes and how you do it? Do you use python modules like schedule or using sleep? How do you avoid API rate Limits?
Do you have any article where you are using this renko bricks to trade in Live market? Plotting a graph with old data is meaningless unless you are using it for visual backtest. It will be more interesting to know how renko can be used for real trading say using a websocket data and avoiding repainting of bricks. Renko is highly susceptible to repainting.