Write codes for new exchange #1692
-
I want to write script codes for an exchange that listed in ccxt but not in your list of exchanges directory. Where may i start and what must i do? Are there any step by step guide or your reccomendations for this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @mertdogan, that's a good question. |
Beta Was this translation helpful? Give feedback.
-
Hi @mertdogan, |
Beta Was this translation helpful? Give feedback.
Hi @mertdogan,
These functions are local overrides of the generic ccxt exchange that is used when the exchange is behaving exactly like ccxt is expecting it to.
Basically if an exchange has a different way of handling candle, open orders or anything in its API (different than on ccxt expected behavior), it's necessary to add a custom function for this part on the related exchange (in an exchange tentacle) so that the data given to OctoBot always has the same format