Bitcoin Forum
May 06, 2024, 11:46:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Looking for percentage Trading  (Read 65 times)
mariusg (OP)
Member
**
Offline Offline

Activity: 247
Merit: 58


View Profile
November 15, 2021, 10:29:32 AM
 #1

Dear members,

I am looking around the bots at 3commas.io, cryptohoppers etc. but I don't found that type of bot what I'm looking for :/

I am looking for a bot in BTC/USDT pair, which will buy after a percentual dip within a certain timespan. That means it support as start-signal like cryptocurrencyalerting.com relative chart signals during a time-period!!! E.g. it should always buy, if the price fail 0.5% within one hour and should sell that same order with e.g. 0.5% profit. In an endless loop.

That's basically all -  a very simple and easy strategy.

On cryptocurrencyalerting.com I found percentage price alert, which could initiate the deal. But I won't able to connect this to a bot.

Here is bit advanced variant in form of the pseudo-code. I written it quick-dirty in 5min. It's not complete, nor perfect. But enough to get the whole idea:

Code:
$coinArr = ['BTC','ETH','ADA','BNB','SOL'] ;all other Pair is USDT
$maxSimultanTrade = 10
$maxSimultanTradeperPair = 3

Do

;check all coins in row and start/buy that coin first, which lost 8% within last 24h; set income at 5%; 50% of earn in Coin, rest in USDT
trade($coinArr,8,24,5,50)

;check all coins in row and start/buy that first coin, which lost 1% within last 2h; set income at 0.75%; 80% of earn in Coin, rest in USDT
trade($coinArr,1,2,0.75,80)

Until 0


Anybody has an idea?
I want to provide 0.5-1 BTC in that algorithm. If somebody could realize that, we share the earning.
1714995980
Hero Member
*
Offline Offline

Posts: 1714995980

View Profile Personal Message (Offline)

Ignore
1714995980
Reply with quote  #2

1714995980
Report to moderator
1714995980
Hero Member
*
Offline Offline

Posts: 1714995980

View Profile Personal Message (Offline)

Ignore
1714995980
Reply with quote  #2

1714995980
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714995980
Hero Member
*
Offline Offline

Posts: 1714995980

View Profile Personal Message (Offline)

Ignore
1714995980
Reply with quote  #2

1714995980
Report to moderator
BitMaxz
Legendary
*
Offline Offline

Activity: 3248
Merit: 2965


Block halving is coming.


View Profile WWW
November 15, 2021, 11:38:02 PM
 #2

Why not use a free trading bot and develop your own trading strategy? Trading bots such as Gekko and Zenbot are free and open source and you can able to develop your own trading strategy as you like.

Gekko is outdated so for now, Zenbot is your best choice you can find the guide on how to make a Zenbot strategy from this link below
- How to create strategy on Zenbot

About Gekko on how to create a strategy you can find it here below(Note this is outdated but there are still many people use it for backtesting)
- https://gekko.wizb.it/docs/strategies/creating_a_strategy.html

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
mariusg (OP)
Member
**
Offline Offline

Activity: 247
Merit: 58


View Profile
November 17, 2021, 10:54:06 PM
 #3

Thanks very much for the advise! (Sorry, no single merit over.)

Have a nice day!
Pages: [1]
  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!