Bitcoin Forum
April 25, 2024, 07:31:31 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: what trading strategies could a trading bot implement?  (Read 271 times)
pooya87 (OP)
Legendary
*
Offline Offline

Activity: 3430
Merit: 10498



View Profile
December 06, 2019, 06:01:14 AM
 #1

recently i have been seeing a lot of trading bot advertisement, not just on bitcointalk but elsewhere too. most of them are either crappy or scam but anyways it made me think about different strategies that a trading bot could implement.

there are two things that i am already aware of and also have implemented:
- basic trading, market watchers, stop loss and pump watchers, showing charts,...
- different arbitrage strategies.

i am also aware of some high rate and ping pong strategies which i really hate.
what else can you give me, maybe strategies you have seen in a bot you used before or strategies you think go well with a trading bot?

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
1714030291
Hero Member
*
Offline Offline

Posts: 1714030291

View Profile Personal Message (Offline)

Ignore
1714030291
Reply with quote  #2

1714030291
Report to moderator
1714030291
Hero Member
*
Offline Offline

Posts: 1714030291

View Profile Personal Message (Offline)

Ignore
1714030291
Reply with quote  #2

1714030291
Report to moderator
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714030291
Hero Member
*
Offline Offline

Posts: 1714030291

View Profile Personal Message (Offline)

Ignore
1714030291
Reply with quote  #2

1714030291
Report to moderator
1714030291
Hero Member
*
Offline Offline

Posts: 1714030291

View Profile Personal Message (Offline)

Ignore
1714030291
Reply with quote  #2

1714030291
Report to moderator
el kaka22
Legendary
*
Offline Offline

Activity: 3500
Merit: 1162


www.Crypto.Games: Multiple coins, multiple games


View Profile
December 06, 2019, 07:35:31 AM
Merited by pooya87 (1)
 #2

There cannot be any limitation for this as implementing a strategy is not a big deal whereas innovating strategies is.

Mostly coders do bots with their recent favorites and I have seen more than 50% of crypto and forex bots are different level of moving average (MA) cross-over based. Probably it is a simple strategy to implement in bots as altering basic parameters of moving average method will enable each bots looks like different one for non-technical people.

I have seen bots on pivot points (buying at support and selling at resistance) based bots too and the complex bot I had come across is based on elliiot waves. Some devs are revealing like implementing multiple strategies but not sure what they have implemented in codes as manual performance tracking will produce different signals. This is why I have concluded that using a bot for my trading is more or less similar to hiring an account manager for my funds. Both will trade on their own and may fail at critical market conditions.

█████████████████████████
███████▄▄▀▀███▀▀▄▄███████
████████▄███▄████████
█████▄▄█▀▀███▀▀█▄▄█████
████▀▀██▀██████▀██▀▀████
████▄█████████████▄████
███████▀███████▀███████
████▀█████████████▀████
████▄▄██▄████▄██▄▄████
█████▀▀███▀▄████▀▀█████
████████▀███▀████████
███████▀▀▄▄███▄▄▀▀███████
█████████████████████████
.
 CRYPTOGAMES 
.
 Catch the winning spirit! 
█▄░▀███▌░▄
███▄░▀█░▐██▄
▀▀▀▀▀░░░▀▀▀▀▀
████▌░▐█████▀
████░░█████
███▌░▐███▀
███░░███
██▌░▐█▀
PROGRESSIVE
      JACKPOT      
██░░▄▄
▀▀░░████▄
▄▄▄▄██▀░░▄▄
░░░▀▀█░░▀██▄
███▄░░▀▄░█▀▀
█████░░█░░▄▄█
█████░░██████
█████░░█░░▀▀█
LOW HOUSE
         EDGE         
██▄
███░░░░░░░▄▄
█▀░░░░░░░████
█▄░░░░░░░░█▀
██▄░░░░░░▄█
███▄▄░░▄██▌
██████████
█████████▌
PREMIUM VIP
 MEMBERSHIP 
DICE   ROULETTE   BLACKJACK   KENO   MINESWEEPER   VIDEO POKER   PLINKO   SLOT   LOTTERY
exstasie
Legendary
*
Offline Offline

Activity: 1806
Merit: 1521


View Profile
December 06, 2019, 11:15:34 AM
Merited by pooya87 (1)
 #3

recently i have been seeing a lot of trading bot advertisement, not just on bitcointalk but elsewhere too. most of them are either crappy or scam but anyways it made me think about different strategies that a trading bot could implement.

there are two things that i am already aware of and also have implemented:
- basic trading, market watchers, stop loss and pump watchers, showing charts,...
- different arbitrage strategies.

i am also aware of some high rate and ping pong strategies which i really hate.
what else can you give me, maybe strategies you have seen in a bot you used before or strategies you think go well with a trading bot?

One idea commonly employed is the Martingale strategy. Your bot would double down on losses and then repair its position once the market moves in its favor. Doubling down increases the chances of a profitable entry but also necessitates significant capital requirements, to ride out bad runs.

Some other ideas:
  • Simple indicator bots: Buy bullish MACD cross, Sell candle close below Bollinger Band, etc.
  • Market making: Constantly set orders on both sides of the book to profit from the spread. This works especially well on exchanges like Bitmex that pay a fee rebate for maker orders.

pooya87 (OP)
Legendary
*
Offline Offline

Activity: 3430
Merit: 10498



View Profile
December 06, 2019, 01:53:52 PM
 #4

thanks for the pointers.
i don't really like leaving the "speculation" to the bot since it is not AI and it is just a bunch of scripts. so i prefer strategies that aren't based on this type of speculative market analysis (relying on MA, MACD,...) although i have to look more into these since i am not really an expert when it comes to TA.
that is why i prefer arbitrage since there is no speculation involved, only solid fool proof profit with risk. and since the risk is part of the deal, it is acceptable.

as for Martingale i have to say, i would never even think about implementing something like that as i find it very harmful. in my experience running after losses like this will always end horribly...

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
LUCKMCFLY
Legendary
*
Offline Offline

Activity: 2394
Merit: 1848


Leading Crypto Sports Betting & Casino Platform


View Profile WWW
December 06, 2019, 02:08:38 PM
Last edit: December 06, 2019, 04:12:20 PM by LUCKMCFLY
 #5

Recently he had also been investigating about bots, in fact, a friend was programming one to use it in Bitmex, according to him who gives good results, but that has the virtual money version of the Exchange, which makes many improvements, he It works on it, but that is a good method, in the majority that I have seen of bots they have been for the forex market, the truth I do not know much about that market, but for Crypto a while ago I found this article: https://eng.ambcrypto.com/cryptohopper-introduces-market-making-and-exchange-arbitrage/ which redirected to this page where there is still a trail version of the bot: https://www.cryptohopper.com/, which that bot does the following:

- What the Market Maker bot will do is negotiate the difference between supply and demand or (purchase price / sale price), better known as "spread", this bot will continuously market the market of your choice and ready the bot will do the the rest.

- The Arbitration bot, what it will do is look for market inefficiencies in any Exchange to make its transactions very fast and generate small profit percentages.

I remember signing up but I didn't follow up anymore, for that moment I made a topic in my local Spanish area section in case you want to visit it too: https://bitcointalk.org/index.php?topic=5192971.0

There is also a free version that ends this Sunday of scalping based on quantitative trading, the trader who created it is of Hispanic origin, but has its section for English speakers, is sending its signals based on something that goes beyond the bots , you just have to have a Discord account and join, the rest is to wait for the signal and operate, the page is: https://scalpingjedi.com/

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
Assface16678
Full Member
***
Online Online

Activity: 1358
Merit: 134


★Bitvest.io★ Play Plinko or Invest!


View Profile
December 06, 2019, 02:25:14 PM
 #6

There cannot be any limitation for this as implementing a strategy is not a big deal whereas innovating strategies is.

Mostly coders do bots with their recent favorites and I have seen more than 50% of crypto and forex bots are different level of moving average (MA) cross-over based. Probably it is a simple strategy to implement in bots as altering basic parameters of moving average method will enable each bots looks like different one for non-technical people.

I have seen bots on pivot points (buying at support and selling at resistance) based bots too and the complex bot I had come across is based on elliiot waves. Some devs are revealing like implementing multiple strategies but not sure what they have implemented in codes as manual performance tracking will produce different signals. This is why I have concluded that using a bot for my trading is more or less similar to hiring an account manager for my funds. Both will trade on their own and may fail at critical market conditions.

In implementing a bot for trading, one of the useful features of the bot trader machines is having an automatic trading system. The robot detects the range price of the graph, and if the amount of the coins is going up and suitable for investment, it will sell your coins. This kind of robot or software robot is ideal for people who want to earn money and doing nothing because robots can do. Having a good algorithm in the program of the bot it will collect all the data that can use as an advantage to the other users. Having a bot trader is not good too because if you got already an error because of the data collected, there's a chance the bot makes a wrong decision and can cause of loss of income.

Bipoon
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile WWW
December 06, 2019, 09:16:59 PM
 #7

recently i have been seeing a lot of trading bot advertisement, not just on bitcointalk but elsewhere too. most of them are either crappy or scam but anyways it made me think about different strategies that a trading bot could implement.

there are two things that i am already aware of and also have implemented:
- basic trading, market watchers, stop loss and pump watchers, showing charts,...
- different arbitrage strategies.

i am also aware of some high rate and ping pong strategies which i really hate.
what else can you give me, maybe strategies you have seen in a bot you used before or strategies you think go well with a trading bot?


Hi!

I think we have something to show you: we've launched an on-line toolset for building custom trading bots on Neural Network and decided to take completely different approach to automated trading. It perfectly suits for those who don't have enough experience to create or follow their own winning startegy.

The core idea is that a user only have to apply proper risk-management to the algorithms (which are created by Neural Nets specifically designed for trading needs) and set up "Bot Targets" which are as follows:

- "realized profit" - positive target you want your bot to reach and stop trading. It could be 5-10 or 20 trades. You never know.
- "realized loss" - max loss you can afford trading with this bot. It'll also stop trading when loss limit is hit. So, it's a bot overall loss trading limit (and not a limit for a given trade!)

Think of it this way: you are a commander and your bots are your soldiers. You have to manage them and set them goals. But not micro-manage..

How your "soldier" (your neural net bot) will reach the goal is up to him. Your responsibility is to train them (run a learning process), set goals and discard....and "recruit" new ones. It's an ongoing process.


Each algorithm created by Neural Network module is unique and generates its own signals. It takes approx 2 minutes to complete learning process.

You can give it a try in demo-trading and tell us what you think about our project. It's very beginning and that's why it's so important for us.

p.s. our thread: https://bitcointalk.org/index.php?topic=5090996
our TG chat: https://t.me/bipoongroup







exstasie
Legendary
*
Offline Offline

Activity: 1806
Merit: 1521


View Profile
December 06, 2019, 09:38:37 PM
 #8

as for Martingale i have to say, i would never even think about implementing something like that as i find it very harmful. in my experience running after losses like this will always end horribly...

I wouldn't leave it up to chance and employ it randomly. The optimal way to use Martingale would be as a method of scaling in and out of positions in a larger swing trading strategy. Swing traders and position traders often enter positions the same way, with weighted dollar cost averaging.

Any bot employing a trading strategy (as opposed to market making or arbitrage) needs to be tweaked regularly to trade in the direction of the trend. A friend of mine once told me that you need to be a good trader to run a profitable bot for that reason.

Despite that though, mean reversion is a strong factor in all markets. I believe it's generally true that (outside of stocks, which can easily go to $0) Martingale will work nearly 100% of the time on a long enough timeline. It's just that most people don't have enough capital to ride out the market so they need to employ a more efficient strategy than just mean reversion.

pooya87 (OP)
Legendary
*
Offline Offline

Activity: 3430
Merit: 10498



View Profile
December 07, 2019, 05:27:25 AM
 #9

- What the Market Maker bot will do is negotiate the difference between supply and demand or (purchase price / sale price), better known as "spread", this bot will continuously market the market of your choice and ready the bot will do the the rest.

although i may add something like this but i wouldn't add it as a strategy, i would only add it as a part of the analyzer to only generate suggestions not execute orders. because i don't think leaving order execution to bot only based on "spread" is a good idea in a small market specially when it comes to altcoins.

as for Martingale i have to say, i would never even think about implementing something like that as i find it very harmful. in my experience running after losses like this will always end horribly...

I wouldn't leave it up to chance and employ it randomly. The optimal way to use Martingale would be as a method of scaling in and out of positions in a larger swing trading strategy. Swing traders and position traders often enter positions the same way, with weighted dollar cost averaging.

Any bot employing a trading strategy (as opposed to market making or arbitrage) needs to be tweaked regularly to trade in the direction of the trend. A friend of mine once told me that you need to be a good trader to run a profitable bot for that reason.

Despite that though, mean reversion is a strong factor in all markets. I believe it's generally true that (outside of stocks, which can easily go to $0) Martingale will work nearly 100% of the time on a long enough timeline. It's just that most people don't have enough capital to ride out the market so they need to employ a more efficient strategy than just mean reversion.

here is my view on one should trade:
lets say there is a high risk coin called Foo. because of it being high risk, i decide to buy 500 Foo. in other words i choose the number "500" because i calculated that it is the value that i can afford to lose based on my risk assessment.

but if i am using martingale and lose once, then i have to buy 1000 FOO and that means that i am no longer doing all that risk assessment and no longer investing what i can afford to lose. in other words i just bought a huge amount of a high risk coin. not to mention that if i am in some consecutive losses i may end up buying something like 8000 FOO,...

that's why i don't like it when it comes to trading. i think each trade needs its own individual assessment and decision making.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
jazmuzika217
Member
**
Offline Offline

Activity: 476
Merit: 12


View Profile
December 07, 2019, 07:22:09 AM
 #10

All we know the use of trading bot is not mean that you will do nothing and yet you will have income. The strategies are also in your hand. I think in using trading bot we reduce loss because we are not performing greedy trading which the common caused of loss here in trading activity.
wajik-tempe
Sr. Member
****
Offline Offline

Activity: 1022
Merit: 252


TonUp.io | 🔥Ultimate Launchpad on TON


View Profile
December 07, 2019, 07:44:33 AM
 #11

recently i have been seeing a lot of trading bot advertisement, not just on bitcointalk but elsewhere too. most of them are either crappy or scam but anyways it made me think about different strategies that a trading bot could implement.

there are two things that i am already aware of and also have implemented:
- basic trading, market watchers, stop loss and pump watchers, showing charts,...
- different arbitrage strategies.

i am also aware of some high rate and ping pong strategies which i really hate.
what else can you give me, maybe strategies you have seen in a bot you used before or strategies you think go well with a trading bot?


I think is someone created a really good trading bots and can make sure profits they won't sell it for commercial because they can make profits of their own. So i think if someone selling a trading bots that means they make money just from selling the bots not by winning trades with the bots

TONUP██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
▄▄███████▄▄
▄▄███████████████▄▄
▄███████████████████▄
▄█████▄░▄▄▀█████▀▄████▄
▄███████▄▀█▄▀██▀▄███████▄
█████████▄▀█▄▀▄██████████
██████████▄▀█▄▀██████████
██████████▀▄▀█▄▀█████████
▀███████▀▄██▄▀█▄▀███████▀
▀████▀▄█████▄▀▀░▀█████▀
▀███████████████████▀
▀▀███████████████▀▀
▀▀███████▀▀
▄▄▄███████▄▄▄
▄▄███████████████▄▄
▄███████████████████▄
▄██████████████▀▀█████▄
▄██████████▀▀█████▐████▄
██████▀▀████▄▄▀▀█████████
████▄▄███▄██▀█████▐██████
█████████▀██████████████
▀███████▌▐██████▐██████▀
▀███████▄▄███▄████████▀
▀███████████████████▀
▀▀███████████████▀▀
▀▀▀███████▀▀▀
▄▄▄███████▄▄▄
▄▄███████████████▄▄
▄███████████████████▄
▄█████████████████████▄
▄████▀▀███▀▀███▀▀██▀███▄
████▀███████▀█▀███▀█████
██████████████████████
████▄███████▄█▄███▄█████
▀████▄▄███▄▄███▄▄██▄███▀
▀█████████████████████▀
▀███████████████████▀
▀▀███████████████▀▀
▀▀▀███████▀▀▀
████████
██
██
██
██
██
██
██
██
██
██
██
████████
████████████████████████████████████████████████████████████████████████████████
.
JOIN NOW
.
████████████████████████████████████████████████████████████████████████████████
████████
██
██
██
██
██
██
██
██
██
██
██
████████
Aaroenz0r
Full Member
***
Offline Offline

Activity: 504
Merit: 100


Option Blitz


View Profile
December 07, 2019, 02:07:37 PM
 #12

recently i have been seeing a lot of trading bot advertisement, not just on bitcointalk but elsewhere too. most of them are either crappy or scam but anyways it made me think about different strategies that a trading bot could implement.

there are two things that i am already aware of and also have implemented:
- basic trading, market watchers, stop loss and pump watchers, showing charts,...
- different arbitrage strategies.

i am also aware of some high rate and ping pong strategies which i really hate.
what else can you give me, maybe strategies you have seen in a bot you used before or strategies you think go well with a trading bot?

In fact, bot trading is a hot trend on Wall Street and with big investment funds in countries around the world. bots can now handle many different charts and signals more accurately. Besides, it works very accurately and is never hindered by psychological factors. Therefore, it is being used a lot for trading in foreign exchange and stock market. But in the crypto market, you will not be able to understand how the market goes and more dangerous is that you send the wrong money to the fake bot. A lot of shoddy bot sellers just make money and then run away.

Bipoon
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile WWW
December 07, 2019, 02:15:51 PM
 #13


I think is someone created a really good trading bots and can make sure profits they won't sell it for commercial because they can make profits of their own. So i think if someone selling a trading bots that means they make money just from selling the bots not by winning trades with the bots

Sure! The only solution and a "win-win" strategy is to give proper toolset for creating custom algorithms/trading bots and apply profit-sharing model.
ChrisPop
Legendary
*
Offline Offline

Activity: 2310
Merit: 1033

Not your Keys, Not your Bitcoins


View Profile
December 07, 2019, 03:47:52 PM
 #14

Bots aka automation tools can be virtually built for anything that requires algorithmic(step-by-step) structured thinking. A programmer simply creates a set of rules/conditions/steps that the machine reads and executes if the conditions are met. Depending on the developer's skills and the complexity of the trading strategy I think that traders can automate their activity and just monitor the bot. In fact that's what many big hedge funds do. Traders only monitor the algorithm and market activity and the risk management protocols.
alyssa85
Legendary
*
Offline Offline

Activity: 1652
Merit: 1088

CryptoTalk.Org - Get Paid for every Post!


View Profile
December 08, 2019, 10:45:05 AM
 #15

recently i have been seeing a lot of trading bot advertisement, not just on bitcointalk but elsewhere too. most of them are either crappy or scam but anyways it made me think about different strategies that a trading bot could implement.

there are two things that i am already aware of and also have implemented:
- basic trading, market watchers, stop loss and pump watchers, showing charts,...
- different arbitrage strategies.

i am also aware of some high rate and ping pong strategies which i really hate.
what else can you give me, maybe strategies you have seen in a bot you used before or strategies you think go well with a trading bot?


There seems to be a trend in keyword trading. As in selling when you see the words "china bans..." in news items, and buying when you see the words "bitcoin approved" in news items. You get the picture. They're trading on news items and using the bots to scan for certain keywords in the text.

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.YoBit InvestBox.|.BUY X10 AND EARN 10% DAILY.🏆
aardvark15
Hero Member
*****
Offline Offline

Activity: 994
Merit: 510


View Profile
December 08, 2019, 12:45:11 PM
 #16

A bit could use certain triggers to make trades so you don’t have to be watching the market all the time. It also helps remove emotions from trading including panic buys and sells.
exstasie
Legendary
*
Offline Offline

Activity: 1806
Merit: 1521


View Profile
December 08, 2019, 08:37:13 PM
 #17

here is my view on one should trade:
lets say there is a high risk coin called Foo. because of it being high risk, i decide to buy 500 Foo. in other words i choose the number "500" because i calculated that it is the value that i can afford to lose based on my risk assessment.

but if i am using martingale and lose once, then i have to buy 1000 FOO and that means that i am no longer doing all that risk assessment and no longer investing what i can afford to lose. in other words i just bought a huge amount of a high risk coin. not to mention that if i am in some consecutive losses i may end up buying something like 8000 FOO,...

that's why i don't like it when it comes to trading. i think each trade needs its own individual assessment and decision making.

If 1,000 FOO is your maximum risk outlay, then you would want to start much smaller. An initial position of 10 FOO (1%) maybe. That would give you a cushion of 6.58 straight losses before destroying your bankroll.

I prefer to view risk in terms of BTC or USD because that's what we're really risking but you probably get the point.

pajak666
Hero Member
*****
Offline Offline

Activity: 746
Merit: 502


Looking for advertising deal


View Profile
December 09, 2019, 06:28:59 PM
 #18

Definitely start up with a simple strategy and try to keep it that way. Anything more than 2-3 variables and it is likely to fail. Most stuff out there is junk info so try to do research in some places/sources verified by the time on markets (dozens of years preferably)
Aaroenz0r
Full Member
***
Offline Offline

Activity: 504
Merit: 100


Option Blitz


View Profile
December 10, 2019, 01:11:24 AM
 #19

recently i have been seeing a lot of trading bot advertisement, not just on bitcointalk but elsewhere too. most of them are either crappy or scam but anyways it made me think about different strategies that a trading bot could implement.

there are two things that i am already aware of and also have implemented:
- basic trading, market watchers, stop loss and pump watchers, showing charts,...
- different arbitrage strategies.

i am also aware of some high rate and ping pong strategies which i really hate.
what else can you give me, maybe strategies you have seen in a bot you used before or strategies you think go well with a trading bot?

I actually tried bots sold by big organizations to us. I bought over $ 2000 and it was the money of 5 of my friends and I put together to buy it and try it out. in the early days it worked quite well, our account kept increasing after every day, after 1 month we got over 5%. but then the bot developer left and the old algorithms once again lost our money. I still support the use of bot trading but need to choose the right organizations to be able to buy good bots

pooya87 (OP)
Legendary
*
Offline Offline

Activity: 3430
Merit: 10498



View Profile
December 10, 2019, 04:22:16 AM
 #20

There seems to be a trend in keyword trading. As in selling when you see the words "china bans..." in news items, and buying when you see the words "bitcoin approved" in news items. You get the picture. They're trading on news items and using the bots to scan for certain keywords in the text.

yeah, i have actually seen people use this strategy and i have to say it is one of the dumbest strategies that i have ever encountered. basically they are relying on something completely unreliable (shitty news sites, and whether people would react to the news or not). and it will blow up in their face more than them getting lucky and their expectations comes to reality.

even if news leads to hype or panic, that is something that your bot should be able to detect from the market itself by watching the volume, price, orders,... without needing any news sites.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!