Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - maruaria

Pages: [1]
1
Technical Support & Development / Re: Bugs/Issues tracker v3.2
« on: May 25, 2017, 12:34:43 PM »
Security Margin Issue

The security margin is calculated by the price to buy, not the last buy price..

Now, [security margin] = [price to buy] * (1 - [security margin %])

it should be, [security margin] = [last buy price] * (1 - [security margin %])


In this screenshot
security margin % = 60%
security margin = 0.00004144
price to buy       = 0.00010363 => 4144/10363 = 0.400
last buy price    = 0.00010700 => 4144/10700 = 0.387 = wrong




2
General Discussion / Re: Security margin?
« on: May 25, 2017, 12:27:59 PM »
I think it must be a bug.

The security margin is calculated by the price to buy, not the last buy price..

Now, [security margin] = [price to buy] * (1 - [security margin %])

it should be, [security margin] = [last buy price] * (1 - [security margin %])

3
General Discussion / Security margin?
« on: May 25, 2017, 04:19:56 AM »
I have been thinking the security margin is equal to stop-loss or stop-limit.

So, I set it as 15%, but the bot calculated weirdly.
The last buy price was 154 satoshi, but the security margin was 101 satoshi (65.5% of the buy price).
I think it should be 131 satoshi (85% of the buy price)..

Please explain about the exact formula of security margin.

Pages: [1]