Programming language that can make a crypto trade

2e2e

Newbie
Joined
May 17, 2022
Messages
11
Reaction score
2
What programming language can I use and how can I use it to make a simultaneous crypto trade at the same time. That is, to make an automatic sell order when making a buy order. So that when the buy order is successful the sell order is made automatically in spot trading?

The site I'm trading with doesn't have such a feature. Please help guys.
 
I created my own script in Python and it works technically well, but it's really hard to get any profits from auto trading especially in crypto. If you have got a solid strategy and algo, you can make good money in auto trading, but I'm not sure.
 
Python will be fine likely for this but really depends on the chain.
 
What platform do you plan to trade on? most of centralized exchanges has APIs for popular languages like Python and JS.
 
I recommend using API. Just google your exchange and API. Then you can use AI to generate simple python script.
 
i know 2 good strategies that will benefit you 75% - 90% win rate you can use it in trading bot . i can share it with you you can backtest it in demo account on metatrader.
contact me in telegram (ilshare it for free :) )
It's easy to make a strategy to work well backwards. But still it doesn't matter at all if it's going to work forward :cool:
 
Since you are using Exchange API, any programming language will work.

I love C# and Golang so I would choose one of these
 
Since you are using Exchange API, any programming language will work.

I love C# and Golang so I would choose one of these
Agreed. For a recommendation though, I'd say Python because it probably has a lot of more support behind it for this type of thing.
 
You can do your work using API addresses of relevant sites via Python.
 
I suggest using CCXT library.
Thats what they say:
"The ccxt library is a collection of available crypto exchanges or exchange classes. Each class implements the public and private API for a particular crypto exchange. All exchanges are derived from the base Exchange class and share a set of common methods. To access a particular exchange from ccxt library you need to create an instance of corresponding exchange class. Supported exchanges are updated frequently and new exchanges are added regularly."

I've used it with php, but its available for python and js also.
 
I was using Go, Python, Node and even Rust for this, so it depends on the platform you are working with and what app are you creating
 
Programming language? Just hire a 3rd world clicker and it will be easier!

Don't even put programming into such silly stuff. It's waste of potential of 1s and 0s. ;) In most cases*
 
Back
Top