Thanks! Well, creating a solid bot requires a lot of logic beyond deciding when to buy and when to sell (to keep the connection to the exchange healthy, ensuring the state of the trades stored locally is up to date and things like that).
This framework abstracts all of that away so you just have to write a little bit of code that:
receives the latest price data, and the current state of your trades
decides what to do with this info (open trades, close trades, change the collateral of trades, etc)
You can work on your strategy with complete privacy and backtest it with real historical data, without risking any sats and even without a LN Markets account. If you are happy with your results, it is super easy to deploy it live.
Thanks! Well, creating a solid bot requires a lot of logic beyond deciding when to buy and when to sell (to keep the connection to the exchange healthy, ensuring the state of the trades stored locally is up to date and things like that).
This framework abstracts all of that away so you just have to write a little bit of code that:
You can work on your strategy with complete privacy and backtest it with real historical data, without risking any sats and even without a LN Markets account. If you are happy with your results, it is super easy to deploy it live.