Started By
Message

re: Crypto Trading Bots

Posted on 11/11/21 at 7:36 am to
Posted by mach316
Jonesboro, AR
Member since Jul 2012
4921 posts
Posted on 11/11/21 at 7:36 am to
Those setting are similar to how a friend of mine has set his. Over the first couple of months, he had actually doubled what I had made.
Posted by lsu777
Lake Charles
Member since Jan 2004
36514 posts
Posted on 11/11/21 at 8:38 am to
anyone know of a way to set the bots to auto compound?
Posted by tigerfan311
Baton Rouge, LA
Member since Apr 2009
876 posts
Posted on 11/11/21 at 10:17 am to
quote:

-Deal start (TradingView custom signal)
2.5% target profit, % from total volume, 0.2% trailing
-No stop loss (can adjust later but do not suggest)


the custom tradingview signal is the free QQE signals


Can you elaborate on the deal start, and the free qqe signals. I imagine this help your bot not buy in at terrible times automatically.
Posted by lsu777
Lake Charles
Member since Jan 2004
36514 posts
Posted on 11/11/21 at 10:39 am to
quote:

Can you elaborate on the deal start, and the free qqe signals. I imagine this help your bot not buy in at terrible times automatically.


you will have to have trading view account and select qqe indicator alerts. i havent done it yet as im doing it manually right now, but know a couple who are doing it on altcoin collective discord and kubyam posted those settings.

may have to adject profit down to 1.5% to really get it popping with no trailing. then you will manually have to go in and compound it.

thats the problem, lack of compounding auto on the bots.
Posted by DreauxB2015
Member since Nov 2015
7908 posts
Posted on 11/11/21 at 10:52 am to
Biden gonna rape you with those capital gains . Hope your keeping track baw .
This post was edited on 11/11/21 at 10:54 am
Posted by lsu777
Lake Charles
Member since Jan 2004
36514 posts
Posted on 11/11/21 at 11:04 am to
quote:

Biden gonna rape you with those capital gains . Hope your keeping track baw .



3 commas already does that for you
Posted by LordSaintly
Member since Dec 2005
41946 posts
Posted on 11/11/21 at 11:44 am to
quote:

Biden gonna rape you with those capital gains .


After the infrastructure bill becomes law, I expect to pay at least 40-50% in capital gains.
Posted by LordSaintly
Member since Dec 2005
41946 posts
Posted on 11/11/21 at 11:45 am to
quote:

anyone know of a way to set the bots to auto compound?



I *think* Trade Alts has a video for this, but I could be wrong. I'd check it out.
Posted by lsu777
Lake Charles
Member since Jan 2004
36514 posts
Posted on 11/11/21 at 12:23 pm to
quote:


I *think* Trade Alts has a video for this, but I could be wrong. I'd check it out.


got a link?
Posted by LordSaintly
Member since Dec 2005
41946 posts
Posted on 11/11/21 at 12:49 pm to
Actually I was wrong. His video on compounding is about staking on exchanges.

LINK



Posted by geauxnc0308
pineywoods of ET
Member since May 2008
593 posts
Posted on 11/11/21 at 1:55 pm to
I've come to realize that the bots are just doing progression betting by rolling up the bet amount as the coin price falls. Think doubling your bet after every loss at the crap table. Maybe this is obvious to everyone but the light bulb just went off for me. I think that's why setting the SO at 30+ is key otherwise you hit the table max and you are stuck.
Posted by Zzyzx
Member since Nov 2018
2395 posts
Posted on 11/11/21 at 2:41 pm to
I realized exactly that’s what it was off the bat. The good ol’ “Martingale” for you craps players.

Posted by LSUStjames
Member since Dec 2005
3510 posts
Posted on 11/11/21 at 2:45 pm to
quote:

anyone know of a way to set the bots to auto compound?


I'm working on this now. I'm trying to get a script / program that you can run locally on your workstation that will talk to the 3commas API to either auto scale your prices or pairs depending on the type of bot in use.

So far I have it where you tell it your settings and your bankroll and it will tell you what your pairs should be in a composite bot or your trade sizes should be in a single bot. I'm trying to determine for a comp bot when to stop scaling out and start scaling up, what's the magic number of active deals. My comp bot currently has 40 pairs available to it, but only set to 24 max deals. I'm letting it pick the deals based on signals. I'm trying to determine when to stop adding max deals and raise trade sizes instead.

I'm using slightly different settings after some backtesting.

10/11
2.25 deviation
1.05 SOV
1.05 SOSS

it looks like :
0 $10.00 Buy Order
1 2.25% $11.00 Initial Safety Order
2 4.61% $11.55 Safety Order #2
3 7.09% $12.13 Safety Order #3
4 9.70% $12.73 Safety Order #4
5 12.43% $13.37 Safety Order #5
6 15.30% $14.04 Safety Order #6
7 18.32% $14.74 Safety Order #7
8 21.49% $15.48 Safety Order #8
9 24.81% $16.25 Safety Order #9
10 28.30% $17.06 Safety Order #10

The idea is to make more safety orders closer to your TP and less once you get further out, i make 2 before 5% but when get to the end of the chain they are more spread out. This should close more deals faster.

This post was edited on 11/11/21 at 3:00 pm
Posted by sigsauer
LA
Member since Jan 2009
506 posts
Posted on 11/11/21 at 2:48 pm to
After following this post closely and enjoying and digesting the input from Mach316, Tigerfan311, LordSaintly, and others posting I've decided to dip my toe in bots as well. I have a few noob questions. I'm starting with 2k seed money and going with 3Commas advanced. Which exchange other than Binance is best? Kucoin, FTX, or CB pro? Mach, I've seen you've tweaked your settings a few times over these posts and you're not really following Trade Alts settings closely, any recommendations for small bankroll settings? Are USD pairs still the best option starting out? Thanks in advance.
Posted by lsu777
Lake Charles
Member since Jan 2004
36514 posts
Posted on 11/11/21 at 3:04 pm to
take a look at this

LINK

tell me what you think please
Posted by lsu777
Lake Charles
Member since Jan 2004
36514 posts
Posted on 11/11/21 at 3:06 pm to
quote:

After following this post closely and enjoying and digesting the input from Mach316, Tigerfan311, LordSaintly, and others posting I've decided to dip my toe in bots as well. I have a few noob questions. I'm starting with 2k seed money and going with 3Commas advanced. Which exchange other than Binance is best? Kucoin, FTX, or CB pro? Mach, I've seen you've tweaked your settings a few times over these posts and you're not really following Trade Alts settings closely, any recommendations for small bankroll settings? Are USD pairs still the best option starting out? Thanks in advance.



kucoin is your best exchange overall then cb pro on that list but FTX does have a lot of bots available.

binance is best overall and you can always just use vpn to setup, get the api and just only use 3 commas to buy and sell. I pretty much only use 3 commas. much better interface, tracks everything and so many great tools.
Posted by LSUStjames
Member since Dec 2005
3510 posts
Posted on 11/11/21 at 3:07 pm to
that's what gave me the idea. I wanted to write something in PowerShell wrapped in the windows GUI to make it easy to use without having to install Node and Yarn on the machine. I may say screw it and use theirs. There are iterations of that tool, one where you need to sign up for a cloud database.
Posted by LordSaintly
Member since Dec 2005
41946 posts
Posted on 11/11/21 at 3:31 pm to
quote:

Are USD pairs still the best option starting out?


Do you want to take profit in fiat or in crypto? It depends on your exchange but if you want your profit in fiat and if you're using Coinbase Pro, then USD is best IMO since it has higher volume pairs.

quote:

Which exchange other than Binance is best? Kucoin, FTX, or CB pro?


I'm using CB Pro out of necessity since I'm in Louisiana. FTX.US doesn't have as many trading pairs as CB. KuCoin might be fine but I'm not familiar with it.
Posted by TigerMan327
Elsewhere
Member since Feb 2011
6042 posts
Posted on 11/11/21 at 4:09 pm to
Can't you just run the bots that FTX allows through that exchange and then whatever extra ones you want through CB Pro? 3Commas allows use of multiple exchanges. Should save a good bit on fees for those ~20-30 bots I would assume?

Is it really as simple though to just use a VPN to set up your Binance.US and get it linked to 3Commas and then after that do everything through 3Commas without it and your golden?

I assume it would have to be turned back on in order to take any profits though.
Posted by Aug1
Member since Nov 2013
79 posts
Posted on 11/11/21 at 4:14 pm to
Nice! What deal start conditions are you using?
Jump to page
Page First 13 14 15 16 17 ... 30
Jump to page
first pageprev pagePage 15 of 30Next pagelast page

Back to top
logoFollow TigerDroppings for LSU Football News
Follow us on X, Facebook and Instagram to get the latest updates on LSU Football and Recruiting.

FacebookXInstagram