Bitcoin Forum
May 05, 2024, 04:58:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 [144] 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 ... 246 »
  Print  
Author Topic: margin terminal is now FREE - bots for over 30 exchanges  (Read 268522 times)
rimasius
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 21, 2017, 04:01:39 PM
 #2861

Hi all, bougt leonardo today, registered, but "key not registered" and no reply from support@marginsoftware.de. What is the problem?
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714928325
Hero Member
*
Offline Offline

Posts: 1714928325

View Profile Personal Message (Offline)

Ignore
1714928325
Reply with quote  #2

1714928325
Report to moderator
wabbits
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
December 21, 2017, 04:10:04 PM
 #2862

Hi all, bougt leonardo today, registered, but "key not registered" and no reply from support@marginsoftware.de. What is the problem?

Hi,

I had the same issue. They will respond with a fix. Give it a bit.
leonArdo@margin (OP)
Legendary
*
Offline Offline

Activity: 1988
Merit: 1008


View Profile WWW
December 21, 2017, 04:51:22 PM
 #2863

Hi all, bougt leonardo today, registered, but "key not registered" and no reply from support@marginsoftware.de. What is the problem?

We'll get to you ASAP.

Can you ensure you sent us half your secret and not half your key.

Best wishes,
Jonathan

leonArdo@margin (OP)
Legendary
*
Offline Offline

Activity: 1988
Merit: 1008


View Profile WWW
December 21, 2017, 04:56:18 PM
 #2864

Update patch version 3.7.2 available

Two patches in one day. Sorry guys, but this should fix some other issues that arose.

  • We fixed the issue mentioned by hackabyte https://bitcointalk.org/index.php?topic=1467939.msg26712367#msg26712367
    Funds weren't correctly updated on Bitfinex and open orders were causing issues, too. Now the two requests are resolved using the REST API until Bitfinex fixes the websocket behaviour for this data.
  • We also fixed the demo so that it now supports spot orders so you should be able to test the new Bollinger Band Bot in the demo
  • Fixed an issue that meant when you cancelled the creation of a bot it still created it.
  • Ensured that the same name cannot be given to a new strategy

Sorry about any inconvenience caused.

Thanks,
Jonathan

leonArdo@margin (OP)
Legendary
*
Offline Offline

Activity: 1988
Merit: 1008


View Profile WWW
December 21, 2017, 04:57:52 PM
 #2865

leonArdo 3.7.0 released

AWESOME! Wink I updated my install right away .... and found a evil bug preventing it from being usable at all. Sad

I have manuall set up a sell order for ETH/BTC on bitfinex .... but leonardo is not updating the values of the wallets _at all_.

I canceled an sell order for IOTA/BTC to test the BollingerBand Strategy and ... the same effect, changes in the wallets are not recognized at all Sad

I have 16 pairs opened (yeah i know, it's a lot) ... and it needed right away nearly 90 ~ 120 seconds to initialize all markets and wallets at startup .. which seems to be a long time but is completely ok at all - it's a lot of data to initialize at startup.

But, that there are no more updates on the amounts of coins in any of the wallets, is a very very bad thing and means exactly, that i can not do _anything_ useable. Sad Sad


Greetings,

hacky


Edit:P.s.: I just canceled a ton of buy orders on each an every coin i had open over night ..... and still no changes in the wallets in leonArdo Sad
Edit2:P.p.s.: Tried it again, only seven pairs open. Manual sell order for ETH/BTC, no change in the wallets/funds. Sad

Thanks for spotting this and bringing it to our attention Hacky!

The fix is in now.

Best wishes,
Jonathan


CTShaman
Jr. Member
*
Offline Offline

Activity: 253
Merit: 4


View Profile
December 21, 2017, 05:17:48 PM
 #2866

Update patch version 3.7.2 available

Two patches in one day. Sorry guys, but this should fix some other issues that arose.

  • We fixed the issue mentioned by hackabyte https://bitcointalk.org/index.php?topic=1467939.msg26712367#msg26712367
    Funds weren't correctly updated on Bitfinex and open orders were causing issues, too. Now the two requests are resolved using the REST API until Bitfinex fixes the websocket behaviour for this data.
  • We also fixed the demo so that it now supports spot orders so you should be able to test the new Bollinger Band Bot in the demo
  • Fixed an issue that meant when you cancelled the creation of a bot it still created it.
  • Ensured that the same name cannot be given to a new strategy

Sorry about any inconvenience caused.

Thanks,
Jonathan
Thank you! I have been coding for nearly 40 years and releases of this magnitude can be real head bangers. People who do not program for a living have no idea how much 'self' and personal effort is required for a release like this. Your efforts and those of your team are greatly appreciated. Kudos to the Team!

Bucket List Item #10: Buy and sell a WALL with margin.
frodev
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
December 21, 2017, 06:04:24 PM
 #2867

Hi Guys, wow amazing effort on the new version.

I have tried to get the rPi version running but no luck so far.

Can you clarify - do I need to install ONLY the leonArdo.arm download file from the site? this is what I have done:


  • created new folder on rpi desktop "leonArdo-Pi"
  • in terminal: cd /home/pi/Desktop/leonArdo-Pi/
  • wget http://marginsoftware.de/downloads/leonArdo.arm
  • chmod +x leonArdo.arm
  • ./leonArdo.arm
  • result: error while loading shared libraries: libQt5Svg.so.5: cannot open shared object file: No such file or directory 


Hi,
I had the same problem (I using archlinux on my rpi3), you need to install qt5-svg and qt5-websockets ...
By the way, Awesome jobs guyz!!! I love to be able to run leonardo in my rpi... Thanks !!!!

So far we only ran leonArdo on Raspbian. On Ubuntu for ARM just executing the binary doesn't work even with libqt5svg5 installed, but we have a fix and we're currently working on rolling it out. So all ARM Ubuntu users, please be a little patient We're getting there!




I'm running raspbian too, I'll try s1ko's suggestion....
frodev
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
December 21, 2017, 06:12:11 PM
 #2868

Hi Guys, wow amazing effort on the new version.

I have tried to get the rPi version running but no luck so far.

Can you clarify - do I need to install ONLY the leonArdo.arm download file from the site? this is what I have done:


  • created new folder on rpi desktop "leonArdo-Pi"
  • in terminal: cd /home/pi/Desktop/leonArdo-Pi/
  • wget http://marginsoftware.de/downloads/leonArdo.arm
  • chmod +x leonArdo.arm
  • ./leonArdo.arm
  • result: error while loading shared libraries: libQt5Svg.so.5: cannot open shared object file: No such file or directory 


Hi,
I had the same problem (I using archlinux on my rpi3), you need to install qt5-svg and qt5-websockets ...
By the way, Awesome jobs guyz!!! I love to be able to run leonardo in my rpi... Thanks !!!!

Apparently I'm running raspbian so shouldn't it work?

"Distributor ID:   Raspbian
Description:   Raspbian GNU/Linux 8.0 (jessie)
Release:   8.0
Codename:   jessie"

I tried installing as you said but nothing found.... did you install with apt-get?
miknl
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 21, 2017, 06:38:25 PM
 #2869

Would it be possible for someone to explain a bit more about the BB strategy? How does it work? I understand the Marginmaker fine, how does it compare? For example; why doesn't the BB strategy place the order immediately but wait for 'signals' (no idea what that means...)... etc etc Smiley

Thanks!
daltonico24
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
December 21, 2017, 06:55:33 PM
 #2870

Would it be possible for someone to explain a bit more about the BB strategy? How does it work? I understand the Marginmaker fine, how does it compare? For example; why doesn't the BB strategy place the order immediately but wait for 'signals' (no idea what that means...)... etc etc Smiley

Thanks!

me too. Any suggestions on how to use BB?
Kuku
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 21, 2017, 07:06:56 PM
 #2871

Would it be possible for someone to explain a bit more about the BB strategy? How does it work? I understand the Marginmaker fine, how does it compare? For example; why doesn't the BB strategy place the order immediately but wait for 'signals' (no idea what that means...)... etc etc Smiley

Thanks!

me too. Any suggestions on how to use BB?

i try to answer this:

So the Bollinger Bands are those two lines (in my Picture) red on top and blue under the candles. whenever a candle hits the lower bollinger line it is a buy signal. whenever it hits the upper bollinger line it is a selling signal. i use the bollinger bands and StdDev(20) for manual trading but i cant tell you how bollinger is calculated.
The dashed lines are the actual bollinger bands and the straight lines are the ones you define with the %buy and %sell.

https://imgur.com/6BybJtT
miknl
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 21, 2017, 07:24:21 PM
 #2872

Thanks.

Any reason why there is no 'min. margin %' for the BB strategy?

Oh, and if I may request a new feature: be able to set the amount to spent instead of the amount to buy when starting the strategy.
leonArdo@margin (OP)
Legendary
*
Offline Offline

Activity: 1988
Merit: 1008


View Profile WWW
December 21, 2017, 07:29:53 PM
Last edit: December 22, 2017, 08:48:29 AM by leonArdo@margin
 #2873

Apparently I'm running raspbian so shouldn't it work?

"Distributor ID:   Raspbian
Description:   Raspbian GNU/Linux 8.0 (jessie)
Release:   8.0
Codename:   jessie"

I tried installing as you said but nothing found.... did you install with apt-get?

So first of all, we've been using Raspbian 9, not 8. So if upgrading is an option for you, that might be worth a shot. Apparently it is possible to upgrade without reinstalling but I haven't tried it personally. If you don't have anything else on that RPi, it might be easier to just use a new image.

Either way, could you paste the exact error message you're seeing? Is it still the "libQt5Svg.so.5: cannot open shared object file" even after doing a sudo apt-get install libqt5svg5? Or is it more something along those lines:

Code:
./leonArdo.arm: /usr/lib/arm-linux-gnueabihf/libQt5WebSockets.so.5: version `Qt_5' not found (required by ./leonArdo.arm)
./leonArdo.arm: /usr/lib/arm-linux-gnueabihf/libQt5Network.so.5: version `Qt_5' not found (required by ./leonArdo.arm)
./leonArdo.arm: /usr/lib/arm-linux-gnueabihf/libQt5Core.so.5: version `Qt_5' not found (required by ./leonArdo.arm)
./leonArdo.arm: /usr/lib/arm-linux-gnueabihf/libQt5Gui.so.5: version `Qt_5' not found (required by ./leonArdo.arm)
./leonArdo.arm: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by ./leonArdo.arm)
./leonArdo.arm: /usr/lib/arm-linux-gnueabihf/libQt5Widgets.so.5: version `Qt_5' not found (required by ./leonArdo.arm)

If it's the latter, I'm afraid this can't be fixed by just installing some packages.

o48o
Legendary
*
Offline Offline

Activity: 2856
Merit: 1132


Leading Crypto Sports Betting & Casino Platform


View Profile
December 21, 2017, 07:30:52 PM
 #2874

Would it be possible for someone to explain a bit more about the BB strategy? How does it work? I understand the Marginmaker fine, how does it compare? For example; why doesn't the BB strategy place the order immediately but wait for 'signals' (no idea what that means...)... etc etc Smiley

Thanks!

me too. Any suggestions on how to use BB?

i try to answer this:

So the Bollinger Bands are those two lines (in my Picture) red on top and blue under the candles. whenever a candle hits the lower bollinger line it is a buy signal. whenever it hits the upper bollinger line it is a selling signal. i use the bollinger bands and StdDev(20) for manual trading but i cant tell you how bollinger is calculated.
The dashed lines are the actual bollinger bands and the straight lines are the ones you define with the %buy and %sell.



Or you can go right to the source and ask the man who invented that. https://twitter.com/bbands - He is very into the bitcoin / altcoin scene. Wink

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
xbt
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
December 21, 2017, 08:56:14 PM
 #2875

leonArdo@margin

Please, add an option to the indicators to be placed outside the chart, like a volume.

The indicators not clearly visible when candles and order lines interferes with them. It's a hard task to analyze the indicators in such setup.
harmanq
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
December 21, 2017, 09:03:56 PM
 #2876

The bollinger band strategy doesn't work well for me. Make purchases and place sales orders at lower prices almost immediately, when the signal is clearly showing that the selling price may be much higher.
This has happened to me with two different currencies.

I'm on bittrex running leonardo on the raspberry.
In the picture illustrates what is happening. Here you can see that the signal to put the sales order did not match the red line of the signal.

https://imageneszerodayposts.tumblr.com/image/168796594817

Is that a bug? does that happen to anyone else?




frodev
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
December 21, 2017, 09:28:33 PM
 #2877

I had the same problem (I using archlinux on my rpi3), you need to install qt5-svg and qt5-websockets ...
By the way, Awesome jobs guyz!!! I love to be able to run leonardo in my rpi... Thanks !!!!

Apparently I'm running raspbian so shouldn't it work?

"Distributor ID:   Raspbian
Description:   Raspbian GNU/Linux 8.0 (jessie)
Release:   8.0
Codename:   jessie"

I tried installing as you said but nothing found.... did you install with apt-get?

So first of all, we've been using Raspbian 9, not 8. So if upgrading is an option for you, that might be worth a shot. Apparently it is possible to upgrade without reinstalling but I haven't tried it personally. If you don't have anything else on that RPi, it might be easier to just use a new image.

Either way, could you paste the exact error message you're seeing? Is it still the "libQt5Svg.so.5: cannot open shared object file" even after doing a sudo apt-get install libqt5svg5? Or is it more something along those lines:

Code:
./leonArdo.arm: /usr/lib/arm-linux-gnueabihf/libQt5WebSockets.so.5: version `Qt_5' not found (required by ./leonArdo.arm)
./leonArdo.arm: /usr/lib/arm-linux-gnueabihf/libQt5Network.so.5: version `Qt_5' not found (required by ./leonArdo.arm)
./leonArdo.arm: /usr/lib/arm-linux-gnueabihf/libQt5Core.so.5: version `Qt_5' not found (required by ./leonArdo.arm)
./leonArdo.arm: /usr/lib/arm-linux-gnueabihf/libQt5Gui.so.5: version `Qt_5' not found (required by ./leonArdo.arm)
./leonArdo.arm: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by ./leonArdo.arm)
./leonArdo.arm: /usr/lib/arm-linux-gnueabihf/libQt5Widgets.so.5: version `Qt_5' not found (required by ./leonArdo.arm)

If it's the latter, I'm afraid this can't be fixed by just installing some packages.
[/quote]

Ok thanks, I installed my Rpi over a year ago so that is likely the issue as you say. I have other stuff on there but I haven't used it for that for a while so I can start again with that. I will look into this. thanks.
miknl
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 21, 2017, 09:30:57 PM
 #2878

BB strategy is running very very weird for me, I can't follow its decisions. I'm on Bittrex and it has made several bad trades, when it could have made profits... I stopped it for now, cause it's not working (for me?). Maybe it's bad luck, I'll try again later.
harmanq
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
December 21, 2017, 09:44:00 PM
 #2879

BB strategy is running very very weird for me, I can't follow its decisions. I'm on Bittrex and it has made several bad trades, when it could have made profits... I stopped it for now, cause it's not working (for me?). Maybe it's bad luck, I'll try again later.

Same for me.

I think there's a mistake in the signals. In my case, the bot has bought above the buying signal line (blue line for me) and has sold below the selling signal line (red line for me).

Most exchanges were made at a loss. Sales orders were placed immediately after purchase regardless of signals.
Alkoxy1980
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
December 21, 2017, 10:06:20 PM
Last edit: December 21, 2017, 11:13:56 PM by Alkoxy1980
 #2880

Same here, bot bought on upper BB and instantly sold with loss. I'm on Bittrex. I will try another exchange.

EDIT_ tried on POLO, same behaviour. Bot buys on upper bollinger band, weird.
Pages: « 1 ... 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 [144] 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 ... 246 »
  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!