marvin-hansen / IB-gateway

Dockerized IB gateway
MIT License
23 stars 9 forks source link

What have you moved to? #1

Closed freekeys closed 2 years ago

freekeys commented 2 years ago

Hello! I'm interested to know what you're now using instead? How are you finding it? Thanks!

marvin-hansen commented 2 years ago

@freekeys

Essentially, I moved to crypto. After a lot of trial & error, I ended up using Trdadingview to accelerate my strategy development, wunderbit to run my strategies, and FTX as crypto exchange.

1) Tradingview (TV) uses Pinescript, gives you free data for almost anything crypto, and comes with an okay backtester. Developing & testing a trading stratetegy is considerably faster than anything i have used before. TV gives you a generous 30 day free premium trial, which gives you plenty of time to produce a handful of good trading strategies.

You get an additional $30 discount when using this link: https://www.tradingview.com/gopro/?share_your_love=MarvinHansen

2) Wunderbit - I mean, I have tried & tested virtually all automated crypto trading sites on the internet, and most of them are junk, one way or the other. Wunderbit on the other hand gives me exactly what I want, that is:

This is very useful and works exactly as they say.

You get a 10% discount when using the link below.

https://trading.wunderbit.co/en/trader/register?ref=wbt99774db4

Notice, wunderbit does NOT supports paper trading. Only live. For paper trading you can use something like 3commas although it's very basic and more of a toy, at best.

3) FTX

When you compare trading commissions you soon figure out that not only Binace is the second most expensive exchange on the market but also suffers frequent flash crashes or hour long take outs. I think Binance US had its last flash crash just a few weeks ago, and when BTC was going down in May, Binance simply stopped trading for several hours resulting in many people facing substantial or complete loss of all their money.

FTX on the other hand

However, not many auto-trading sites support FTX yet despite its phenomenal growth and excellent platform. Wunderbit, actually does although they currently only support spot & leverage tokens. Futures will come later.

When you use the link below, you get an 5% discount on all trading fees on FTX:

https://ftx.com/profile#a=GHDISCOUNT

With that said, my workflow is pretty streamlined:

1) Develop & backtest strategy in trading view

This may take a day or two, depending on how robust the core strategy is

2) May or may not run paper trading. Again, it depends on how robust the strategy is

3) Integrate into Wunderbit, which takes maybe 3 to 5 minutes depending on how fast you can copy & paste the order messages into your Tradingview code.

And let it run.

The setup takes at most a few hours on the weekend, and then eveyrthing is fast & streamlined. On a normal day, I spent about 60 % of my work time coding strategies and the other 40% researching new strategies. Because it's crypto, creativity actually wins so you really have to run through a lot of try & error before you find something that works well.

Hope that helps.

freekeys commented 2 years ago

Thanks so much for your answer!