Author

Topic: margin terminal - over 25 spot and futures exchanges! Bots and more - page 103. (Read 268837 times)

xbt
newbie
Activity: 12
Merit: 0
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.
legendary
Activity: 3010
Merit: 1156
Leading Crypto Sports Betting & Casino Platform
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
legendary
Activity: 1988
Merit: 1008
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.
newbie
Activity: 8
Merit: 0
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.
newbie
Activity: 8
Merit: 0
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
newbie
Activity: 9
Merit: 0
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?
newbie
Activity: 8
Merit: 0
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!
newbie
Activity: 40
Merit: 0
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?
newbie
Activity: 40
Merit: 0
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....
jr. member
Activity: 253
Merit: 4
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://bitcointalksearch.org/topic/m.26712367
    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!
legendary
Activity: 1988
Merit: 1008
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

legendary
Activity: 1988
Merit: 1008
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://bitcointalksearch.org/topic/m.26712367
    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
legendary
Activity: 1988
Merit: 1008
Hi all, bougt leonardo today, registered, but "key not registered" and no reply from [email protected]. 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
newbie
Activity: 17
Merit: 0
Hi all, bougt leonardo today, registered, but "key not registered" and no reply from [email protected]. What is the problem?

Hi,

I had the same issue. They will respond with a fix. Give it a bit.
newbie
Activity: 1
Merit: 0
Hi all, bougt leonardo today, registered, but "key not registered" and no reply from [email protected]. What is the problem?
legendary
Activity: 1988
Merit: 1008
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!


newbie
Activity: 18
Merit: 0
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 !!!!
sr. member
Activity: 700
Merit: 254
Just read the new release news. Well done guys!
I will download the new version later tonight and give feedback soon after.
newbie
Activity: 9
Merit: 0

Can I buy Additional Market for binance now before the price goes up?
newbie
Activity: 40
Merit: 0
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 
Jump to: