RCFromCLE / Solseek

A lightweight desktop application for testing, managing, and deploying SOL based trading bots utilizing Jup for all pricing info and trades.
2 stars 0 forks source link

Trading Section #4

Open RCFromCLE opened 1 month ago

RCFromCLE commented 1 month ago

Build out first version of trading system that allows users to create spot trading bots by placing limit orders via Jups API.

https://station.jup.ag/docs/limit-order/limit-order-api

Display all current and past orders from Jups API

Create our trading bots with entrance and exit signals as well as stop loss and take profit. When stop loss is hit convert SOL in trade to USDC.

Allow user-created trading bots.

Allow users to use dev funds against mainnet pricing data always to start with their bots to preserve real funds.

Allow existing bots configuration to be saved for future use and promotion to mainnet.