Do you have a tradingbot algorithm that fixes the price of virtual currency?

Asked 2 years ago, Updated 2 years ago, 30 views

Is there a trading bot or algorithm that can fix the price on any one exchange?

Now I'm using the Python program in the library ccxt to study creating something like a trading bot for virtual currency.

I'm just wondering if there's a price-fixing algorithm that no one else is doing.

In that case, for example, let's say there is an A coin and it is 100 yen at an exchange.
In order to fix this coin to 100 yen at the exchange,

I think it depends on the thickness of the board, but I'm thinking about how many orders I should put in, so I'm sweating

If you have a website or algorithm that can help you, I'd like to ask intellectualsm(__)m

python

2022-09-30 21:42

1 Answers

In order to fix it to 100 yen, we need to exclude those who sell for 99 yen or less and those who buy for 101 yen or more.

It's impossible to say, "If the price is high, buy it for 100 yen."No one sells anything worth more than 101 yen for 100 yen.
It's impossible to say, "If it's low, I'll sell it for 100 yen."No one buys anything for less than 99 yen (low) for 100 yen.

Well, it would be naive to add a harsh reality to play.


2022-09-30 21:42

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.