Author

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

newbie
Activity: 1
Merit: 0
Hello,

First time looking at a Trading GUI/Bot, and LeonArdo looks intriguing.   My only concern is that the Video's listed below don't have the same graphical appearance as the version I downloaded (3.3.x) does.  I'm not able to move the graph for "historical" trading (learning).

Is this a limitation of the Demo, or are is there a manual/step-by-step tutorial that is newer?   I would like to automate some of the altcoins I have on Polo, but I need a better understanding of the features that's available since the video is different.

Can you point me in the right direction?   I'd like a simple 24 hour trading history for a buy/sell strategy with a easy +.10% profit over and above the fees.  The video tutorial makes it look simple, but there's no drag/drop feature I can find.  ??

Thanks for the help!
K









looks interesting, any pro level tutorials?

These are the only tutorials we have so far

Video series

Check out our latest video showing the new indicators we have added.



The leonArdo guys


sr. member
Activity: 650
Merit: 350
NOBT - WNOBT your saving bank◕◡◕
Can I using leonArdo on Linux VPS, do I have to buy leonArdo core first?
legendary
Activity: 1988
Merit: 1008
-

Are you able to login though?

If so you can try manually adding pairs using burger-menu:


I must select at least one currency pair to login! So, I can't log in Smiley
I tried login to "Demo Bittrex" and then add Market from burger-menu, but it's still a no!

Thanks for your help!

Can you try to call the API from the command line using wget or wget equivalent?

Code:
wget https://poloniex.com/public?command=returnCurrencies

What do you get?

legendary
Activity: 1988
Merit: 1008
http://prntscr.com/f2qd4f

Why this is happening evrytime? Price increases, but buy order is not going up along with the strategy thresholds. Even when i try to drag and drop the order to the right place, after a certain time, leonArdo keeps placing it at the original price where i dragged it from. So i have to close the strategy and open a new one.

Is this a bug? or is there any settings i have to adjust?

Thnx.

That's because it would have to make a bad trade to continue. You set that up under Min Effective Gain. If you make that a minus number (I use -5 or -1) it'll allow the program to continue. Otherwise it can't until the price comes back to that point.

The idea is that you allow it to make a bad trade occasionally to allow it to continue trading and (hopefully) make more money than you lost in the trade.

Exactly right. Thanks again akeetlebeetle.

Is it clear leomedina01? Let me know if you have any other questions.

Best wishes,
Jonathan


"make more money than you lost in the trade"?? I think you did not get my point. There's no money lost. I'm refering to a limit buy order (which wasn't filled yet) which was created in a lower price level, but market now has rose, however the buy limit order did not follow up the new strategy margins (which now is a higher price level), in my opnion the buy order should be replaced automatically with one with a higher price (inside the strategy margins) but that's not happening. Pls look at the screenshot > http://prntscr.com/f2qd4f

Hi leomedina01,

The reason is because the buy order is constrained by the previous sell order the bot made. Take a look at the image you sent on. I'm guessing you left the Min effective gain at 0% and therefore that's the highest price the buy order can get without breaking that rule.

If you want it to following the statistics higher, you need to set a negative Min Effective gain value.

Best wishes,
Jonathan

newbie
Activity: 5
Merit: 0
-

Are you able to login though?

If so you can try manually adding pairs using burger-menu:
http://image.prntscr.com/image/09555e708750469bb5db581b56872cd2.png

I must select at least one currency pair to login! So, I can't log in Smiley
I tried login to "Demo Bittrex" and then add Market from burger-menu, but it's still a no!

Thanks for your help!
newbie
Activity: 10
Merit: 0
newbie
Activity: 5
Merit: 0
hi,

I try the demo version of leonardo 3.3.0, when i choose "demo - poloniex" there is no currency pair to choose, completely blank.
Other exchange is okay.

Please take a look, Thks.

Strange? I just tried and it worked!

Is it still a problem?

Best wishes,
Jonathan


Please take a look my screenshots

http://imgur.com/a/G7mHN
http://imgur.com/aAiCUNI

"demo poloniex" still show no pairs.

Jonathan will surely answer you, and better than myself, but meanwhile if I were you, I would try to delete the content of you .leonardo folder (which is where all the settings & logs are stored, if I understand correctly).  I see from your screenshots you are using Windows, so it is in C:\users\[your_user]\.leonardo.  (You might need to "Show hidden files and folders" before.)
Or simply rename that folder from  .leonardo  to  .leonardo-backup  if you want to send your logs to Jonathan for troubleshooting afterwards.

I hope this helps.

I uninstalled leonardo, deleted .leonardo folder, then re-install leonardo again, it's still a problem to get pairs in demo-poloniex.
thanks anyway Smiley

p/s:
here is contain in "demo-poloniex-login"

Code:
WARN      @1493785023816 05/03 11:17:03 sa [system] : httpGet error: [code: 202]
ERROR     @1493785023847 05/03 11:17:03 sa [poloniex] : error querying available currency pairs: json2::TypeError: asObject called on non Object
DEBUG     @1493785023847 05/03 11:17:03 sa [client DB] : DB :memory: was opened
DEBUG     @1493785023847 05/03 11:17:03 sa [client DB] : DB C:\Users\Giang Ha\.leonardo\/client.db was opened
WARN      @1493785026644 05/03 11:17:06 sa [system] : httpGet error: [code: 202]
ERROR     @1493785026644 05/03 11:17:06 sa [poloniex] : error querying available currency pairs: json2::TypeError: asObject called on non Object
DEBUG     @1493785026644 05/03 11:17:06 sa [client DB] : DB :memory: was opened

here is contain in "demo-bittrex-login"

Code:
DEBUG     @1493785253435 05/03 11:20:53 sa [client DB] : DB C:\Users\Giang Ha\.leonardo\bittrex-trades.db was opened
DEBUG     @1493785253435 05/03 11:20:53 sa [client DB] : DB C:\Users\Giang Ha\.leonardo\bittrex-trades.db was opened
DEBUG     @1493785253435 05/03 11:20:53 sa [client DB] : DB :memory: was opened
DEBUG     @1493785253450 05/03 11:20:53 sa [client DB] : DB C:\Users\Giang Ha\.leonardo\/client.db was opened
member
Activity: 64
Merit: 10
http://prntscr.com/f2qd4f

Why this is happening evrytime? Price increases, but buy order is not going up along with the strategy thresholds. Even when i try to drag and drop the order to the right place, after a certain time, leonArdo keeps placing it at the original price where i dragged it from. So i have to close the strategy and open a new one.

Is this a bug? or is there any settings i have to adjust?

Thnx.

That's because it would have to make a bad trade to continue. You set that up under Min Effective Gain. If you make that a minus number (I use -5 or -1) it'll allow the program to continue. Otherwise it can't until the price comes back to that point.

The idea is that you allow it to make a bad trade occasionally to allow it to continue trading and (hopefully) make more money than you lost in the trade.

Exactly right. Thanks again akeetlebeetle.

Is it clear leomedina01? Let me know if you have any other questions.

Best wishes,
Jonathan


"make more money than you lost in the trade"?? I think you did not get my point. There's no money lost. I'm refering to a limit buy order (which wasn't filled yet) which was created in a lower price level, but market now has rose, however the buy limit order did not follow up the new strategy margins (which now is a higher price level), in my opnion the buy order should be replaced automatically with one with a higher price (inside the strategy margins) but that's not happening. Pls look at the screenshot > http://prntscr.com/f2qd4f
full member
Activity: 138
Merit: 100
hi,

I try the demo version of leonardo 3.3.0, when i choose "demo - poloniex" there is no currency pair to choose, completely blank.
Other exchange is okay.

Please take a look, Thks.

Strange? I just tried and it worked!

Is it still a problem?

Best wishes,
Jonathan


Please take a look my screenshots




"demo poloniex" still show no pairs.

Jonathan will surely answer you, and better than myself, but meanwhile if I were you, I would try to delete the content of you .leonardo folder (which is where all the settings & logs are stored, if I understand correctly).  I see from your screenshots you are using Windows, so it is in C:\users\[your_user]\.leonardo.  (You might need to "Show hidden files and folders" before.)
Or simply rename that folder from  .leonardo  to  .leonardo-backup  if you want to send your logs to Jonathan for troubleshooting afterwards.

I hope this helps.
newbie
Activity: 5
Merit: 0
hi,

I try the demo version of leonardo 3.3.0, when i choose "demo - poloniex" there is no currency pair to choose, completely blank.
Other exchange is okay.

Please take a look, Thks.

Strange? I just tried and it worked!

Is it still a problem?

Best wishes,
Jonathan



Please take a look my screenshots


http://imgur.com/a/G7mHN
http://imgur.com/aAiCUNI

"demo poloniex" still show no pairs.
full member
Activity: 138
Merit: 100
Hey leonArdo@margin, would you consider adding adding the following items in the future?

- Customizable Audible Alerts
- RSI
- Trailing Stops


+1 for all of those, too.  Smiley

Trailling stops would especially be a must.
newbie
Activity: 20
Merit: 0
Hey leonArdo@margin, would you consider adding adding the following items in the future?

- Customizable Audible Alerts
- RSI
- Trailing Stops

Thanks! Great software!
legendary
Activity: 1988
Merit: 1008
I wish to have "statistic interval" less than 0.5h.  Wink
From my experience, market maker with shorter statistic interval and higher frequency of trading can be profitable too. (But you have to get an exchange with 0% maker fee)

Thanks for the suggestion.

We'll take a look.

Best wishes,
Jonathan

legendary
Activity: 1988
Merit: 1008
hi,

I try the demo version of leonardo 3.3.0, when i choose "demo - poloniex" there is no currency pair to choose, completely blank.
Other exchange is okay.

Please take a look, Thks.

Strange? I just tried and it worked!

Is it still a problem?

Best wishes,
Jonathan

newbie
Activity: 2
Merit: 0
I wish to have "statistic interval" less than 0.5h.  Wink
From my experience, market maker with shorter statistic interval and higher frequency of trading can be profitable too. (But you have to get an exchange with 0% maker fee)
newbie
Activity: 5
Merit: 0
hi,

I try the demo version of leonardo 3.3.0, when i choose "demo - poloniex" there is no currency pair to choose, completely blank.
Other exchange is okay.

Please take a look, Thks.
legendary
Activity: 1988
Merit: 1008
400th Customer!!

While dancing in May we smashed through the 400th customer mark!

Thanks for your continued support. Exciting times ahead!

All the best,
The leonArdo guys

Hey congrats!

Question. I just bought a new laptop for the express purpose of running this program. Where would I find the saved settings so I don't have to re-build the entire thing?

The hidden .leonArdo folder in your home directory Smiley

Could you be more specific please? I've shown hidden files/folders and looked all over, but am not seeing it.

I've sent you a pm, but here is the info for everyone:

The .leonArdo is a hidden folder in your home directory.

If you are on Windows it's something like

Code:
C:\Users\JonathanMaycock\.leonArdo

On Mac OS X its

Code:
/Users/JonathanMaycock/.leonardo

And on Linux it's

Code:
/home/JonathanMaycock/.leonardo

All the best,
Jonathan



Found it!

I noticed that when I save the strats, two files are updated:

state.db-wal
notifications.poloniex

Now, am I copying the entire folder over or just those 2 files?

Sorry for the delay in getting back to you. It's a holiday in Germany and I was out with my family.

Great you found the folder. The state.db file has the saved strategy configurations.

You might also want the leonArdo.ini file in the mArgin folder. It contains your API keys and some other details.

All the best,
Jonathan

member
Activity: 72
Merit: 10
When we right click over a margin position on the chart,
in the menu
there are
- cancel
- prepare order
- close position

What is prepare order's function? 

Good question. This let's you prepare a take profit order. You can drag the mouse to the price you want and leonArdo will set up a take profit order so that it cancels the position if that price is reached. It's a really handy feature as doing that on the exchange website is a real pain.

Of course you could increase the amount so that not only does it cancel the previous position but it switches from long to short or vice versa.

An example is shown in the Margin trading video here (it's the last video at the bottom of the page): http://www.marginsoftware.de/tutorial.html

Best wishes,
Jonathan



Thanks Jon, nicely described at video


full member
Activity: 221
Merit: 100
400th Customer!!

While dancing in May we smashed through the 400th customer mark!

Thanks for your continued support. Exciting times ahead!

All the best,
The leonArdo guys

Hey congrats!

Question. I just bought a new laptop for the express purpose of running this program. Where would I find the saved settings so I don't have to re-build the entire thing?

The hidden .leonArdo folder in your home directory Smiley

Could you be more specific please? I've shown hidden files/folders and looked all over, but am not seeing it.

I've sent you a pm, but here is the info for everyone:

The .leonArdo is a hidden folder in your home directory.

If you are on Windows it's something like

Code:
C:\Users\JonathanMaycock\.leonArdo

On Mac OS X its

Code:
/Users/JonathanMaycock/.leonardo

And on Linux it's

Code:
/home/JonathanMaycock/.leonardo

All the best,
Jonathan



Found it!

I noticed that when I save the strats, two files are updated:

state.db-wal
notifications.poloniex

Now, am I copying the entire folder over or just those 2 files?
legendary
Activity: 1988
Merit: 1008
Hi all

I set the amount for mArginmaker strategy to 0.04btc.
But the strange thing is, the bot buy 0.04btc, but the next trade it sells 0.039btc instead of 0.04.
Anything wrong with my setting?

You need to pay trading fees...
Jump to: