Author

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

sr. member
Activity: 638
Merit: 250
Can I place order buy or sell base on indicator ? Like EMA , MA , or MACD cross ?


Not at this time, but I think they're working on something for that.

Do you know any bot can do that ?
Even for forex ?
full member
Activity: 221
Merit: 100
Can I place order buy or sell base on indicator ? Like EMA , MA , or MACD cross ?


Not at this time, but I think they're working on something for that.
sr. member
Activity: 638
Merit: 250
Can I place order buy or sell base on indicator ? Like EMA , MA , or MACD cross ?
full member
Activity: 221
Merit: 100
While we're on the topic, here's what I'm seeing:

1) If you lose internet connection, the program is excellent about recovering
2) Shutting down the program, however, it never recovers. Even if you manually resume, you'll eventually have to restart your bots as they don't re-ping their pongs  Grin
3) Since the last update, partially filled orders are not being indicated with a partially-filled order line on the book.
4) I have noticed a bug where (sometimes) if you change your view say 1-day instead of 6 hours, it'll automatically change back. A bit annoying, but not a huge deal.

Anyway, thanks for the great program. What really sold it for me was the night mode.
legendary
Activity: 1988
Merit: 1008
Feature Request:

- Can you put a switch for settlement trades to be seen or not at the charts for poloniex,
They make the screen crowded with a lot of non-useful information.

Do you mean your own completed trades that are shown in the chart? If so, this is already available. The fourth button on the left side of the chart (which looks like three completed orders) toggles between showing them and not showing them.

I am talking about the settlement orders for margin positions at poloniex,
it is handled by poloniex, not my own will
poloniex is protecting the the lenders' earnings and also poloniex's profit.

The button you mentioned is for all type of completed orders,
what I mean is to switch off only settlement orders from chart.
When you hover on the orders they are shown as settlement already,
İf they are not shown the reporting of the orders will be more efficient
for example most of below orders are settlement, and they are flooding the chart



Ah! I get you. Right now it's not possible but good point.

I'll look into it.

Best wishes,
Jonathan

legendary
Activity: 1988
Merit: 1008
Very specific question here:
I am trying to understand the logic which guides the actions of the mArgin maker bot, specifically related to a negative "Min. effective gain".
I understand that setting up a negative "Min. effective gain" (e.g. -2%) would allow the bot to continue trading (in the hope of future gains, instead of doing nothing) when the price goes in the wrong direction for the strategy.
I would like to understand exactly _when_ would the bot decide to take this loss? (that is, to sell below previous purchase price, or to buy above previous sell price)  What is the logic (or mathematical formula) behind it?

It feels important for me to understand that, in order to choose better how to play with this parameter.


It does it immediately. It allows the bot place the order at the current bot statistics immediately if the max order age has been exceeded. In your case it would allow the bot place an order that would make an effective lose of 2% in the hope that it makes future gains.


Thank you for your reply.

So, if I understand correctly the workings of the mArgin maker bot (please correct me if I am wrong), it simply place a buy or sell order at a price which is determined by [range of price variation (min-max) over the "Statistics interval" chosen, narrowed by the "buy or sell margin %" that I choose], and that order will stay valid for a maximum of "Max. order age".  If the order is not filled past this "Max. order age" time, the bot cancels the order and place a new order at a new price calculated using the same method.  Since the price variation (min-max) during the "Statistics interval" will be different, the calculated price will obviously also be different.  And the order will _not_ be placed if it would have a consequence of giving an effective gain lower than the "Min. effective gain %" (which can obviously be negative).
A few more other parameters can also restrict or influence the placing of orders, like "Never buy above/below" or "Avoid direct buy/sell".

Is my understanding correct?

Yes, looks good!
member
Activity: 111
Merit: 10
Demo 3.3.0-beta build:9703450 [windows, release] Win 10 64bit

Exited leonArdo last night. When restarted later, using "Cont. last session", was met with this message on two attempts.

Faulting application name: leonArdo.exe, version: 0.0.0.0, time stamp: 0x58f7cb96
Faulting module name: libstdc++-6.dll, version: 0.0.0.0, time stamp: 0x0000b000
Exception code: 0x40000015

Had no problem with running the app this morning.

After app was running, found margin bots stopped(expected), but not all previous sell positions were placed(unexpected). Don't know if this was a result of the application error. Lacking a saved trade log to reference, I would have to check the exchange to see what price the coins were purchased. Does the paid version save trade histories?
member
Activity: 72
Merit: 10
Feature Request:

- Can you put a switch for settlement trades to be seen or not at the charts for poloniex,
They make the screen crowded with a lot of non-useful information.

Do you mean your own completed trades that are shown in the chart? If so, this is already available. The fourth button on the left side of the chart (which looks like three completed orders) toggles between showing them and not showing them.

I am talking about the settlement orders for margin positions at poloniex,
it is handled by poloniex, not my own will
poloniex is protecting the the lenders' earnings and also poloniex's profit.

The button you mentioned is for all type of completed orders,
what I mean is to switch off only settlement orders from chart.
When you hover on the orders they are shown as settlement already,
İf they are not shown the reporting of the orders will be more efficient
for example most of below orders are settlement, and they are flooding the chart

full member
Activity: 138
Merit: 100
Very specific question here:
I am trying to understand the logic which guides the actions of the mArgin maker bot, specifically related to a negative "Min. effective gain".
I understand that setting up a negative "Min. effective gain" (e.g. -2%) would allow the bot to continue trading (in the hope of future gains, instead of doing nothing) when the price goes in the wrong direction for the strategy.
I would like to understand exactly _when_ would the bot decide to take this loss? (that is, to sell below previous purchase price, or to buy above previous sell price)  What is the logic (or mathematical formula) behind it?

It feels important for me to understand that, in order to choose better how to play with this parameter.


It does it immediately. It allows the bot place the order at the current bot statistics immediately if the max order age has been exceeded. In your case it would allow the bot place an order that would make an effective lose of 2% in the hope that it makes future gains.


Thank you for your reply.

So, if I understand correctly the workings of the mArgin maker bot (please correct me if I am wrong), it simply place a buy or sell order at a price which is determined by [range of price variation (min-max) over the "Statistics interval" chosen, narrowed by the "buy or sell margin %" that I choose], and that order will stay valid for a maximum of "Max. order age".  If the order is not filled past this "Max. order age" time, the bot cancels the order and place a new order at a new price calculated using the same method.  Since the price variation (min-max) during the "Statistics interval" will be different, the calculated price will obviously also be different.  And the order will _not_ be placed if it would have a consequence of giving an effective gain lower than the "Min. effective gain %" (which can obviously be negative).
A few more other parameters can also restrict or influence the placing of orders, like "Never buy above/below" or "Avoid direct buy/sell".

Is my understanding correct?
legendary
Activity: 1988
Merit: 1008
Feature Request:

- Can you put a switch for settlement trades to be seen or not at the charts for poloniex,
They make the screen crowded with a lot of non-useful information.

Do you mean your own completed trades that are shown in the chart? If so, this is already available. The fourth button on the left side of the chart (which looks like three completed orders) toggles between showing them and not showing them.
legendary
Activity: 1988
Merit: 1008
Very specific question here:
I am trying to understand the logic which guides the actions of the mArgin maker bot, specifically related to a negative "Min. effective gain".
I understand that setting up a negative "Min. effective gain" (e.g. -2%) would allow the bot to continue trading (in the hope of future gains, instead of doing nothing) when the price goes in the wrong direction for the strategy.
I would like to understand exactly _when_ would the bot decide to take this loss? (that is, to sell below previous purchase price, or to buy above previous sell price)  What is the logic (or mathematical formula) behind it?

It feels important for me to understand that, in order to choose better how to play with this parameter.


It does it immediately. It allows the bot place the order at the current bot statistics immediately if the max order age has been exceeded. In your case it would allow the bot place an order that would make an effective lose of 2% in the hope that it makes future gains.

I hope that answers your question.

Best wishes,
Jonathan

member
Activity: 72
Merit: 10
Feature Request:

- Can you put a switch for settlement trades to be seen or not at the charts for poloniex,
They make the screen crowded with a lot of non-useful information.
full member
Activity: 138
Merit: 100
Very specific question here:
I am trying to understand the logic which guides the actions of the mArgin maker bot, specifically related to a negative "Min. effective gain".
I understand that setting up a negative "Min. effective gain" (e.g. -2%) would allow the bot to continue trading (in the hope of future gains, instead of doing nothing) when the price goes in the wrong direction for the strategy.
I would like to understand exactly _when_ would the bot decide to take this loss? (that is, to sell below previous purchase price, or to buy above previous sell price)  What is the logic (or mathematical formula) behind it?

It feels important for me to understand that, in order to choose better how to play with this parameter.
newbie
Activity: 36
Merit: 0
Thanks Leonardo for that nice 0.5 BTC profit in 1 hour by setting it on STEEM :-)

http://imgur.com/a/xvzzi

Happy trading to everyone!
legendary
Activity: 1988
Merit: 1008
Hi,

I am liking LeonArdo's interface and aesthetics. The night theme is killer. One thing that I am having time struggling with is profits and losses. It seems so far that my trading strategies are profitable, but it is very difficult to determine the profits and losses at any given time. When I hover over a buy and sell indicator, the tooltip reveals some of the info I am looking for, But I think it would be better to see plain and clear the amount of profit or loss in the time period from when the strategy starts to the present. It's difficult to make good trading and strategy descisions for me because I don't see a solid figure anywhere that I can base my trades on. Perhaps I am not looking in the proper place? I want to know how much profit (or loss) LeonArdo is churning out for me. I'd like to see a solid figure in BTC or USD if possible, maybe just pertaining to each strategy. Just some thoughts.

On the bright side, LeonArdo has been a great tool.

Thanks,

DC

We completely agree that leonArdo needs better reporting and it is high on our priority list.

Expect it in an upcoming release!

Great that you like leonArdo so much!

Best wishes,
Jonathan



How is that memory leak fix coming? I'm getting antsy to trade other coins.

We're working hard to fix it. Hopefully we will have a fix very soon.

Best wishes,
Jonathan

sr. member
Activity: 266
Merit: 250
Which bot is more customisable
CAT
or
Leonardo
full member
Activity: 221
Merit: 100
Hi,

I am liking LeonArdo's interface and aesthetics. The night theme is killer. One thing that I am having time struggling with is profits and losses. It seems so far that my trading strategies are profitable, but it is very difficult to determine the profits and losses at any given time. When I hover over a buy and sell indicator, the tooltip reveals some of the info I am looking for, But I think it would be better to see plain and clear the amount of profit or loss in the time period from when the strategy starts to the present. It's difficult to make good trading and strategy descisions for me because I don't see a solid figure anywhere that I can base my trades on. Perhaps I am not looking in the proper place? I want to know how much profit (or loss) LeonArdo is churning out for me. I'd like to see a solid figure in BTC or USD if possible, maybe just pertaining to each strategy. Just some thoughts.

On the bright side, LeonArdo has been a great tool.

Thanks,

DC

We completely agree that leonArdo needs better reporting and it is high on our priority list.

Expect it in an upcoming release!

Great that you like leonArdo so much!

Best wishes,
Jonathan



How is that memory leak fix coming? I'm getting antsy to trade other coins.
legendary
Activity: 1988
Merit: 1008
Hi,

I am liking LeonArdo's interface and aesthetics. The night theme is killer. One thing that I am having time struggling with is profits and losses. It seems so far that my trading strategies are profitable, but it is very difficult to determine the profits and losses at any given time. When I hover over a buy and sell indicator, the tooltip reveals some of the info I am looking for, But I think it would be better to see plain and clear the amount of profit or loss in the time period from when the strategy starts to the present. It's difficult to make good trading and strategy descisions for me because I don't see a solid figure anywhere that I can base my trades on. Perhaps I am not looking in the proper place? I want to know how much profit (or loss) LeonArdo is churning out for me. I'd like to see a solid figure in BTC or USD if possible, maybe just pertaining to each strategy. Just some thoughts.

On the bright side, LeonArdo has been a great tool.

Thanks,

DC

We completely agree that leonArdo needs better reporting and it is high on our priority list.

Expect it in an upcoming release!

Great that you like leonArdo so much!

Best wishes,
Jonathan

newbie
Activity: 15
Merit: 0
Hi,

I am liking LeonArdo's interface and aesthetics. The night theme is killer. One thing that I am having time struggling with is profits and losses. It seems so far that my trading strategies are profitable, but it is very difficult to determine the profits and losses at any given time. When I hover over a buy and sell indicator, the tooltip reveals some of the info I am looking for, But I think it would be better to see plain and clear the amount of profit or loss in the time period from when the strategy starts to the present. It's difficult to make good trading and strategy descisions for me because I don't see a solid figure anywhere that I can base my trades on. Perhaps I am not looking in the proper place? I want to know how much profit (or loss) LeonArdo is churning out for me. I'd like to see a solid figure in BTC or USD if possible, maybe just pertaining to each strategy. Just some thoughts.

On the bright side, LeonArdo has been a great tool.

Thanks,

DC
legendary
Activity: 1988
Merit: 1008



We are excited to bring you leonArdo cloud, our VPS service, which allows you run your leonArdo instance in the cloud. No more having to keep your laptop on all night or not being able to check in on your strategies while at work. Using Microsoft Remote Desktop you can check in on leonArdo with your phone, tablet or PC to see how your bots are performing. Quickly tweak your bots or place an opportune manual order. Having a dedicated VPS means that leonArdo can rely on a stable network connection and remain up 24/7.

As an introductory offer we will give a free month of leonArdo cloud to any new customers who purchase a copy of leonArdo. For our existing customers we have a brilliant introductory offer of just $19 a month for 3 months, the first month of which will be free! Get your copy of leonArdo or access to leonArdo cloud here: http://www.marginsoftware.de/product.html




Jump to: