T-Mose / CryptoTrading.fun

Generate alpha in the meme crypto space
2 stars 0 forks source link

Figure out how to buy and sell automatically #16

Closed T-Mose closed 1 month ago

T-Mose commented 2 months ago

Quite vitally for a trading bot we need to determin some way to actually automate this process. As i currently see it we have three options: 1. Figure out the solana documentation for sendTransaction how we implement the serialize(transaction) that it requires. 2. Use the Plonk bot as a intermideary though it will take a non insignificant fee. 3. Use selenium and beautiful soup to "web-scrape" the action semi-manually.

  1. Directly on the Solana network
  2. Thorugh intermidiary
  3. Through semi automation
T-Mose commented 2 months ago

I belive we can quite easily do 2. by using telegram and its api thorugh our own personal accounts. Then we would use for example PlonkBot_bot for the transactions where we buy and sell. They do however take a rather significant fee, i think. Though you can adjust it based on your wanted priority ranging from free to 0.0044 Sol which is 4kr (mad).

SimonY1n commented 2 months ago

Adding features and strategies would be a good idea as well, but the goal is to buy and sell automatically

SimonY1n commented 1 month ago

Solve this in a different issue