Do you use FTX or FTX.US? Did you like the video? If so, let me know in the comments below!
@jerrywang32252 жыл бұрын
Thanks for sharing. Please keep updating your channel. Your channel is super undervalued.
@danieleachus57662 жыл бұрын
Hey, thanks for the video, i cant see where you;ve covered teh local settings file before.. what video have you covered it in? thanks
@flynnsav84652 жыл бұрын
Hey, when I try running the exact request at 9:27 I am met with this error: {'success': False, 'error': 'Invalid parameter resolution'} Any help?
@leungpakhei2 жыл бұрын
May I know how to get the historical account valueon FTX at 00:00 each day?
@nicoloandreetto29302 жыл бұрын
Hi, do you know if it is possible to create a short order on ftx, if yes how can I open and close it?
@cm34622 жыл бұрын
Very clean and elegant video. I like your style. Thank you.
@AnalyzingAlpha2 жыл бұрын
Thank you!
@smr88812 жыл бұрын
what can i do to the No module named 'ciso8601 error?
@smr88812 жыл бұрын
thanks for the video! can you help me pls, how do i connect my api to this code. you are using local_settings, what is it and how it looks?
@John-qe3ky2 жыл бұрын
I have trouble with Python accessing CCXT - if you could do a video on that would be great.
@bbasdeed Жыл бұрын
선생님 FTX가 파산했어도 이 영상은 지우지 말아주세요 부탁드립니다 너무 좋은 교육영상
@AnalyzingAlpha Жыл бұрын
Okay I’ll keep it up. Thank you for the kind words.
@gracia97752 жыл бұрын
Was looking for this ! especially orderbook data, thanks a lot! Is it possible to get the orderbook data for the forex market ? Do you know any forex broker that provide this ?
@AnalyzingAlpha2 жыл бұрын
Thank you for your kind words :) FTX does have a few non-crypto pairs: ftx.com/markets, but if you need more, you can always use Oanda's API: developer.oanda.com/rest-live-v20/introduction/. Hope this helps!
@gracia97752 жыл бұрын
@@AnalyzingAlpha Thanks !
@보리보리-m8o2 жыл бұрын
Thank you :)
@xmatthias_2 жыл бұрын
You should look into ccxt - they offer an abstraction layer over over 100 crypto exchange API's, making it very easy to change exchange without changing the rest of the logic.
@AnalyzingAlpha2 жыл бұрын
Thanks for this! I’m actually a ccxt pro subscriber! I am planning on covering it shortly. Trying to keep things simple and gradually built up to ccxt and then async / websockets. But you’re right l, I probably should have mentioned this in the video. I appreciate the response!