Search content
Sort by

Showing 20 of 318 results by alice_bob
Post
Topic
Board Trading Discussion
Re: Open Source and FREE Trailing Stop Loss Bot for Binance
by
alice_bob
on 14/05/2022, 06:51:06 UTC
Hello!

Thank you for your honest feedback, i understand you very well. Scammers are every where in this space :/

Maybe this helps my reputation:
Github is a trusted source, its secure to visit github.com

This is me on Github: https://github.com/oliver-zehentleitner

Here is the same info as on the lucit.tech website about the bot:
https://github.com/LUCIT-Systems-and-Development/unicorn-binance-trailing-stop-loss/tree/master/bot
https://github.com/LUCIT-Systems-and-Development/unicorn-binance-trailing-stop-loss/tree/master/cli

Its not the first software we released, for example we have 112k downloads till today on this package:
https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api

We are also verified by google: https://www.google.com/search?q=lucit+systems+and+development

Anyway, I have already registered a YouTube channel, but it will need a couple of days till I can make this video. I will post the link to it asap.

But the written documentation should contain everything you need to know:
https://github.com/LUCIT-Systems-and-Development/unicorn-binance-trailing-stop-loss/tree/master/cli

Best regards,
Oliver
Post
Topic
Board Trading Discussion
Topic OP
Open Source and FREE Trailing Stop Loss Bot for Binance
by
alice_bob
on 13/05/2022, 06:14:54 UTC
Hello!

We are looking for testers for a Binance Trailing Stop Loss Bot (open source and free): https://www.lucit.tech/unicorn-binance-trailing-stop-loss-bot.html

The bot is intended as a trader support tool and supports trailing stop loss on binance.com, binance.com-testnet, binance.com-futures, binance.com-margin and binance.com-isolated_margin.

More Binance Exchanges will be added over time.

As an additional feature, the bot offers a "Smart Entry" function. It buys at the push of a button according to predefined parameters per market or limit order and trades the purchased asset until it is sold again.

The trailing stop loss engine is available as open source on Github/PYPI/Anaconda for every Python developer and can also be easily integrated into own projects. 

https://github.com/LUCIT-Systems-and-Development/unicorn-binance-trailing-stop-loss
https://pypi.org/project/unicorn-binance-trailing-stop-loss/
https://anaconda.org/conda-forge/unicorn-binance-trailing-stop-loss

A standalone version (no Python envirement needed) is currently only available for Windows and will be released next for macOS: https://www.lucit.tech/unicorn-binance-trailing-stop-loss-bot.html#installation

Mac and Linux can simply use this bot as the CLI interface of the PyPi package, but need Python 3.7+  on their systems: https://www.lucit.tech/ubtsl-cli.html

Bugs and Feature requests post on Github please: https://github.com/LUCIT-Systems-and-Development/unicorn-binance-trailing-stop-loss/issues/new/choose

Quick Support is found here: https://gitter.im/unicorn-binance-suite/unicorn-binance-trailing-stop-loss

Thanks for support!

Best regards,
Oliver
Post
Topic
Board Altcoin Discussion
Re: Will these coins survive 5 years?
by
alice_bob
on 27/01/2022, 13:34:59 UTC
Terra Luna looks better and better!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [LUNA] LunaCoin | PoW\PoS | Scrypt | Reward\Referral system | 0% Premined
by
alice_bob
on 21/09/2021, 13:02:29 UTC
Not Terra Luna right?
Post
Topic
Board Off-topic
Re: Python API "UNICORN Binance WebSocket API"
by
alice_bob
on 21/09/2021, 12:57:54 UTC
Post
Topic
Board Off-topic
Re: Python API "UNICORN Binance WebSocket API"
by
alice_bob
on 05/11/2019, 09:12:27 UTC
Post
Topic
Board Off-topic
Re: Python API "UNICORN Binance WebSocket API"
by
alice_bob
on 07/10/2019, 20:55:23 UTC
Post
Topic
Board Off-topic
Re: Python API "UNICORN Binance WebSocket API"
by
alice_bob
on 27/06/2019, 20:53:18 UTC
Post
Topic
Board Off-topic
Re: Python API "UNICORN Binance WebSocket API"
by
alice_bob
on 19/06/2019, 11:53:35 UTC
We added support for Binance Jersey!

Code:
binance_websocket_api_manager = BinanceWebSocketApiManager(exchange="binance.je")
Post
Topic
Board Off-topic
Topic OP
Python API "UNICORN Binance WebSocket API"
by
alice_bob
on 04/06/2019, 13:42:03 UTC
Hello!

I would like to introduce a python API to manage binance websockets!

Project: https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api

Create a stable, fast and 100% reconnecting websocket connection to binance with just 4 lines of code:
Code:
from unicorn_binance_websocket_api.unicorn_binance_websocket_api_manager import BinanceWebSocketApiManager
from unicorn_binance_websocket_api_process_streams import BinanceWebSocketApiProcessStreams

binance_websocket_api_manager = BinanceWebSocketApiManager(BinanceWebSocketApiProcessStreams.process_stream_data)
binance_websocket_api_manager.create_stream('trade', 'btcusdt')

Create a multiplex stream with:
Code:
markets = {'bnbbtc', 'ethbtc', 'btcusdt', 'bchabcusdt', 'xrpusdt', 'rvnbtc', 'ltcusdt', 'adausdt', 'eosusdt',
           'neobtc', 'adaeth', 'icxusdt', 'btctusd', 'icxbtc', 'btcusdc', 'wanbtc', 'zecbtc', 'wtcbtc',
           'batbtc', 'adabnb', 'etcusdt', 'qtumusdt', 'xmrbtc', 'trxeth', 'adatusd', 'trxxrp', 'trxbnb',
           'ltctusd', 'polybnb', 'scbtc', 'steembtc', 'trxtusd', 'npxseth', 'kmdbtc', 'polybtc', 'gasbtc',
           'bnbpax', 'linkusdt', 'hceth', 'zrxeth', 'icxeth', 'xmreth', 'neobnb', 'etceth', 'zeceth', 'xmrbnb'}
channels = {'trade', 'kline_1m', 'kline_5m', 'kline_15m', 'kline_30m', 'kline_1h', 'kline_12h', 'kline_1w',
            'miniTicker', 'depth20'}
binance_websocket_api_manager.create_stream(channels, markets)

The benefits of this package are:
- 100% auto-reconnect!
- Streams are processing asynchronous/concurrent (python asyncio) and each stream is started in a separate thread.
- No use of the twisted module, so you can use this lib in a daemonized application (compatible with python-daemon).
- If you can not store your data in cause of a temporary technical issue, you can kick back the data to the stream_buffer which stores the receives in the RAM till you are able to process the data in the normal way again.
- Helpful management features like get_binance_api_status(), get_stream_info(), get_stream_list(), get_stream_statistic(), is_websocket_uri_length_valid(), replace_stream(), wait_till_stream_has_started() and many more, explore them here.
- Monitoring API service and a check_command for ICINGA/Nagios

This example is an output of https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api/blob/master/dev_test_full_non_stop.py


Documentation: https://oliver-zehentleitner.github.io/unicorn-binance-websocket-api/
Github: https://github.com/unicorn-data-analysis/unicorn-binance-websocket-api
PyPI: https://pypi.org/project/unicorn-binance-websocket-api/
Icinga Plugin: https://exchange.icinga.com/bithon/check_binance_websocket_api_manager

Best regards!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][FLO] A Worldwide Public Record | Alexandria | ETDB | Medici | 0.15 Segwit
by
alice_bob
on 18/02/2019, 18:58:16 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][FLO] A Worldwide Public Record | Alexandria | ETDB | Medici | 0.15 Segwit
by
alice_bob
on 13/02/2019, 18:13:53 UTC
Post
Topic
Board Altcoin Discussion
Re: NEO vs GAS?
by
alice_bob
on 01/09/2017, 16:58:14 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CLOAK] Private, Secure, Untraceable & Decentralized Digitalcurrency
by
alice_bob
on 29/06/2017, 16:58:20 UTC
By the way where is Alice Bob? He sold? Cool

I am still there Smiley

ps. if you know me, then i think you also know, that the team allways has delivered what they have promised (ok, to be honest, there was one (1) fail with discovery channel)

so stopp flaming please and be patient
Post
Topic
Board Services
Re: CLOAKCOIN twitter campaign *** CLOSED ***
by
alice_bob
on 16/03/2017, 09:06:55 UTC
Thanks Team
C7uPSHA1CWMz3fyTxS2ynfNaPykvP7fy2c

Ups, i sent you the price a second time!

Please send me back the 200 cloak to CCYa3K8t8XVvuE22HiQ77ZzS6zauAGSSvq

Thank you!
alice_bob
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CLOAK]CloakCoin Private,Secure,Untraceable & Decentralized Digitalcurrency
by
alice_bob
on 15/03/2017, 23:18:56 UTC



Dear Cloak Community

We are pleased to announce our new forum https://forum.cloakcoin.com and invite you to join and talk with us. We have chosen a fresh start with a well known system – Simple Machines Forum – which will be very familiar to you. A fresh start means a blank page in this case as there was no possibility to import the old threads. Join us and lets share valuable information for the benefit of all of us in this community.
 
Also, just a quick note to say to please ensure your wallet is unlocked when sending with Enigma. Enigma sends differ from regular sends as they need to be signed by the sender at the end. Having your wallet either unlocked for minting or fully unlocked both be fine. We'll add a prompt as the Enigma send completes for the next release. I expect a v2.0.1.2 [point release] to be released pretty soon to address this and a couple of other very minor issues.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CLOAK]CloakCoin Private,Secure,Untraceable & Decentralized Digitalcurrency
by
alice_bob
on 13/03/2017, 14:21:21 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CLOAK]CloakCoin Private,Secure,Untraceable & Decentralized Digitalcurrency
by
alice_bob
on 13/03/2017, 11:56:32 UTC
Great job from community and devs. Keep it up.
I must say I sold most cloakcoins now. Too many opportunities everywhere.

always good to sell now and buy later 4x higher Wink

I think this coin will not be 4x higher.

99% of ppl thought same 1month ago as we was 4x less so all cool bro

We was at 7 Cent 6 months ago... we touched 1 USD some hours ago.

But everybody should believe what she/he wants to believe. I think its important for further stability that some people sell now and take there profits.

Good luck all!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CLOAK]CloakCoin Private,Secure,Untraceable & Decentralized Digitalcurrency
by
alice_bob
on 13/03/2017, 11:50:07 UTC
Alty is istill here or with the Rise scam?

No, he is banned from CLOAK Smiley

We took over the project from alty after he scamed the community.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CLOAK]CloakCoin Private,Secure,Untraceable & Decentralized Digitalcurrency
by
alice_bob
on 13/03/2017, 10:55:14 UTC
TWITTER
------------

There is a very easy way to support ClaokCoin on twitter.

We have a group on twitter for direct messages. There we post all relevant tweets and all members of the group are retweeting them.

If you want to support us, please follow cloakcoin_promo on twitter and write me a message, on twitter, bitcointalk, chat.cloakcoin.com,... and i will add you to this group. So you only need to click retweet and you help us to spread ClaokCoin.

Best regards,
alice_bob