Author

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

newbie
Activity: 3
Merit: 0
Having strange issue while using bot on bittrex, while placing buy and sell orders in manual everything works like it should, but when using margin maker strategy initial buy or sell order is placed without a problem, when comes time to adapt order this happens:

11/27 06:15:28 am bittrex:bot:NEO/USDT: [strategy-0] transition to "check whether order must be adapted"
11/27 06:15:29 am bittrex:bot:NEO/USDT: [strategy-0] the current order must be adapted as the next buy price (38.8056316) differs from the current price (38.52)
11/27 06:15:29 am bittrex:bot:NEO/USDT: [strategy-0] transition to "canceling order"
11/27 06:15:37 am bittrex:bot:NEO/USDT: [strategy-0] order was canceled successfully
11/27 06:15:37 am bittrex:bot:NEO/USDT: [strategy-0] canceled order [ID:38] was: buy 10.26048467 NEO @38.52 USDT o.remains: 10.26048467 NEO received: 0 NEO ... results in decreased next amount: 10.26048467 NEO
11/27 06:15:37 am bittrex:bot:NEO/USDT: [strategy-0] transition to "replacing order"
11/27 06:15:38 am bittrex:bot:NEO/USDT: [strategy-0] transition to "creating buy order"
11/27 06:15:39 am bittrex:bot:NEO/USDT: [strategy-0] placing order buy 10.26048467 NEO @38.8056316 USDT
11/27 06:15:39 am bittrex:bot:NEO/USDT: [strategy-0] transition to "waiting for order to be placed"
11/27 06:16:04 am bittrex:NEO/USDT: in placeOrder: placed order could not be found in api place order json return was: {
}
11/27 06:16:05 am bittrex:bot:NEO/USDT: [strategy-0] an exception occured while the bot was running :'order could not be placed'
11/27 06:16:05 am bittrex:bot:NEO/USDT: [strategy-0] error recovery mode for [placing-failed] active: will try to recover 5 minutes ...
11/27 06:16:05 am bittrex:bot:NEO/USDT: [strategy-0] transition to "error occurred waiting for reinitialization"

After that same error keeps looping infinitely, but if i stop bot and relaunch him, first order again placed without a problem, after that - error loop. What could be causing this?
newbie
Activity: 49
Merit: 0
I've been fiddling with this for a few days, and maybe I missed some things.

Is there a way to see an aggregate of your trades? In running the demo, I've been trying to determine some strategies for when I pull the trigger and go live, but for the life of me I cannot tell which ones are paying off

I do wish there was more extensive documentation somewhere as I know I am not fully catching on to some of its capabilities.

https://imgur.com/a/dDwQY

You can view all your successful trades through the bot.  On the bottom left, you have 3 options to view.  Those are, "Show active orders", "Show completed trades", and finally "Show logs".  Click on the middle option, "Show completed trades".  You can refer to the image above.  I've highlighted it there in red.

As for seeing your profits.  The bot doesn't show that(maybe something to add in the future??? Tongue ).  But you should be able to get a rough estimate if you already knew the amount of funds you started with.

I did go through that. It's a bit of a pain to have to have to add it all up - It really should be something that the program could track. I've taken to adding up the values in the wallet. Close, but if you have orders in the pipeline, it doesn't tell you the full story. Even if it's just a simply current value of portfolio in BTC and/or USD, along with a % change from X date.



The new version seems to have that feature. If you go back a couple posts before you can see a screenshot of Leonardo that seems to show the Margin Avg... I am guessing that is what you are asking for.

Ok, thanks - I figured I missed it somewhere. That will be nice to see int the new version then.
member
Activity: 132
Merit: 10
I've been fiddling with this for a few days, and maybe I missed some things.

Is there a way to see an aggregate of your trades? In running the demo, I've been trying to determine some strategies for when I pull the trigger and go live, but for the life of me I cannot tell which ones are paying off

I do wish there was more extensive documentation somewhere as I know I am not fully catching on to some of its capabilities.

https://imgur.com/a/dDwQY

You can view all your successful trades through the bot.  On the bottom left, you have 3 options to view.  Those are, "Show active orders", "Show completed trades", and finally "Show logs".  Click on the middle option, "Show completed trades".  You can refer to the image above.  I've highlighted it there in red.

As for seeing your profits.  The bot doesn't show that(maybe something to add in the future??? Tongue ).  But you should be able to get a rough estimate if you already knew the amount of funds you started with.

I did go through that. It's a bit of a pain to have to have to add it all up - It really should be something that the program could track. I've taken to adding up the values in the wallet. Close, but if you have orders in the pipeline, it doesn't tell you the full story. Even if it's just a simply current value of portfolio in BTC and/or USD, along with a % change from X date.



The new version seems to have that feature. If you go back a couple posts before you can see a screenshot of Leonardo that seems to show the Margin Avg... I am guessing that is what you are asking for.
newbie
Activity: 49
Merit: 0
I've been fiddling with this for a few days, and maybe I missed some things.

Is there a way to see an aggregate of your trades? In running the demo, I've been trying to determine some strategies for when I pull the trigger and go live, but for the life of me I cannot tell which ones are paying off

I do wish there was more extensive documentation somewhere as I know I am not fully catching on to some of its capabilities.

https://imgur.com/a/dDwQY

You can view all your successful trades through the bot.  On the bottom left, you have 3 options to view.  Those are, "Show active orders", "Show completed trades", and finally "Show logs".  Click on the middle option, "Show completed trades".  You can refer to the image above.  I've highlighted it there in red.

As for seeing your profits.  The bot doesn't show that(maybe something to add in the future??? Tongue ).  But you should be able to get a rough estimate if you already knew the amount of funds you started with.

I did go through that. It's a bit of a pain to have to have to add it all up - It really should be something that the program could track. I've taken to adding up the values in the wallet. Close, but if you have orders in the pipeline, it doesn't tell you the full story. Even if it's just a simply current value of portfolio in BTC and/or USD, along with a % change from X date.

full member
Activity: 178
Merit: 100
where can i remove app data for a fresh reinstall of leonardo on my mac?

I would be interested in knowing for Windows too. It's not in %appdata% .

For windows I think it is "C:\Users\kriojenic\.leonardo" or whatever your window login username is.

You were right, all the data files are located in that folder. Thanks, Evan!
newbie
Activity: 28
Merit: 0
I've been fiddling with this for a few days, and maybe I missed some things.

Is there a way to see an aggregate of your trades? In running the demo, I've been trying to determine some strategies for when I pull the trigger and go live, but for the life of me I cannot tell which ones are paying off

I do wish there was more extensive documentation somewhere as I know I am not fully catching on to some of its capabilities.

https://imgur.com/a/dDwQY

You can view all your successful trades through the bot.  On the bottom left, you have 3 options to view.  Those are, "Show active orders", "Show completed trades", and finally "Show logs".  Click on the middle option, "Show completed trades".  You can refer to the image above.  I've highlighted it there in red.

As for seeing your profits.  The bot doesn't show that(maybe something to add in the future??? Tongue ).  But you should be able to get a rough estimate if you already knew the amount of funds you started with.
newbie
Activity: 49
Merit: 0
I've been fiddling with this for a few days, and maybe I missed some things.

Is there a way to see an aggregate of your trades? In running the demo, I've been trying to determine some strategies for when I pull the trigger and go live, but for the life of me I cannot tell which ones are paying off

I do wish there was more extensive documentation somewhere as I know I am not fully catching on to some of its capabilities.
newbie
Activity: 61
Merit: 0
I'm really enjoying trading on poloniex again and using leonArdo's new indicators  Wink


Dont tease like that.... when do you expect it to be available?
Btw do I see hints of the new BB bot?

Doesn't look like a BB bot.
Is it ?
newbie
Activity: 2
Merit: 0
how exactly does the ping pong strategy work? if a stop-loss is triggered, will it let go of the coin completely until i set it up again?
member
Activity: 132
Merit: 10
I'm really enjoying trading on poloniex again and using leonArdo's new indicators  Wink


Dont tease like that.... when do you expect it to be available?
Btw do I see hints of the new BB bot?
member
Activity: 79
Merit: 10
where can i remove app data for a fresh reinstall of leonardo on my mac?

I would be interested in knowing for Windows too. It's not in %appdata% .

For windows I think it is "C:\Users\kriojenic\.leonardo" or whatever your window login username is.
full member
Activity: 178
Merit: 100
where can i remove app data for a fresh reinstall of leonardo on my mac?

I would be interested in knowing for Windows too. It's not in %appdata% .
newbie
Activity: 11
Merit: 0
where can i remove app data for a fresh reinstall of leonardo on my mac?
jr. member
Activity: 63
Merit: 1
http://ckpool.org
Is there more detailed documentation available? While I have had some success and have made a profit over all, Margin Maker today was buying and selling at the same price and obviously the fees took a chunk out of my profits. I would really like to have something a bit more in-depth to work with other than the tutorial videos and whatever I can fine on YouTube.

Thank you!

-Fred

You can insist on a min gain by setting the Min Effective Gain setting. So for example, setting it to +1% ensures that each cycle it makes at least 1% after trading fees have been subtracted.

Best wishes,
Jonathan

I will add that in and see how things work out.
legendary
Activity: 1988
Merit: 1008
I'm really enjoying trading on poloniex again and using leonArdo's new indicators  Wink

legendary
Activity: 1988
Merit: 1008
Hi,
The rate of the minimum order in Leonardo fixed 0.0125.
Look at the table
Code:
Alt BTC USD/USDT LeonArdo Total ($) number of orders (depot 300$)
BTC 1 8062 0.0125 100.78 3
ETH 0.05 403.1 0.0125 5.04 60
LTC 0.0091 73.36 0.0125 0.92 327
BCH 0.208 1676.90 0.0125 20.96 14
XRP 0.00003 0.24 0.0125 0.003 99231
DASH 0.069 556.28 0.0125 6.95 43
XMR 0.0197 158.82 0.0125 1.99 151
NEO 0.0004 3.22 0.0125 0.04 7442
IOTA 0.00009 0.73 0.0125 0.01 33077
NEM/XEM 0.000025 0.20 0.0125 0.003 119077
If I have $ 300, in a pair of BTC/USDT I can make 3 orders!!! This is extremely small! I would like to be able to set an order for ~ $ 10. Please correct this!

In a couple of LTC/BTC with $ 300 I can make - 60 orders.
NEO/BTC - 7442 orders.

Im not sure I understand this.
Can you explain whats wrong?

Basically, leonArdo has a wrong min amount hard coded for the BTC/USDT pair on poloniex.

Best wishes,
Jonathan
legendary
Activity: 1988
Merit: 1008
Is there more detailed documentation available? While I have had some success and have made a profit over all, Margin Maker today was buying and selling at the same price and obviously the fees took a chunk out of my profits. I would really like to have something a bit more in-depth to work with other than the tutorial videos and whatever I can fine on YouTube.

Thank you!

-Fred

You can insist on a min gain by setting the Min Effective Gain setting. So for example, setting it to +1% ensures that each cycle it makes at least 1% after trading fees have been subtracted.

Best wishes,
Jonathan
jr. member
Activity: 63
Merit: 1
http://ckpool.org
Is there more detailed documentation available? While I have had some success and have made a profit over all, Margin Maker today was buying and selling at the same price and obviously the fees took a chunk out of my profits. I would really like to have something a bit more in-depth to work with other than the tutorial videos and whatever I can fine on YouTube.

Thank you!

-Fred
jr. member
Activity: 253
Merit: 4
Hello guys,

Time for an obvious(?) question.

Does your computer has to be turned "on" and running leonArdo in order to let the bot execute the trdaes.

Or is it enough to set up a strategy, let it run turn of the computer and see the next day if it worked out succesfully?

 
You can use leonArdo to make one time limit trades and I have done so, but the real beauty comes out using the mArgin Maker strategy which follows the ebb and flow of the market. Yes, for this you need to have the computer turned on all the time for trading in this manner. You really should download and install it, then run in demo mode which is very realistic before purchasing to make sure it is right for you.
jr. member
Activity: 253
Merit: 4
Hello everybody, recently bought leo to use it on bittrex and have a problem with logging in, "The secret key you gave is not registered to this product" error, removed old .leonardo folder created by demo, redownloaded Installation files, no effect, i sent a mail to support a couple of hours ago, no response yet. What should i do? Create new set of api keys on bittrex and re-register them on http://www.marginsoftware.de ?
Thx in advance.
Hi I just upgraded to the Ultra and received this message which I think explains lag time in communications. Be patient I have found them extremely helpful.
+++
THANK YOU
Thank you for sending on your details. We will build you your version of leonArdo and send you a download link soon.
Please note that it could take up to 8 hours if we are currently sleeping. We are based in Germany on CET.
Best wishes,
The leonArdo guys
 
Jump to: