waspoza
|
|
February 14, 2012, 09:23:01 AM |
|
A quick fix for those interested (not sure if it is complete): Change line 75 from: net_value = USER_ParseCurrency(account_data[13].innerHTML); to: net_value = USER_ParseCurrency(account_data[15].innerHTML);
and Change line 76 from: maintenance = USER_ParseCurrency(account_data[15].innerHTML); to: maintenance = USER_ParseCurrency(account_data[17].innerHTML);
Works for me. Thanks!
|
|
|
|
M4v3R (OP)
|
|
February 14, 2012, 09:31:16 AM |
|
Yeah, that's basically what's needed for script to be fixed. I didn't had access to my desktop computer so I couldn't update the script, but you can do it yourself this way.
|
|
|
|
M4v3R (OP)
|
|
February 18, 2012, 11:34:18 PM |
|
I've updated the script to v1.2.2. Changes:
- Fixed liquidation price (which was broke by swap addition on Bitcoinica) - Fixed re-enabling amount buttons - Removed LIMIT order option (it's now directly available on the UI, just click on the crosshair)
|
|
|
|
notme
Legendary
Offline
Activity: 1904
Merit: 1002
|
|
February 18, 2012, 11:43:30 PM |
|
I've updated the script to v1.2.2. Changes:
- Fixed liquidation price (which was broke by swap addition on Bitcoinica) - Fixed re-enabling amount buttons - Removed LIMIT order option (it's now directly available on the UI, just click on the crosshair)
Chrome is giving me "could not read source file". Same error even after downloading it and opening it from the HD.
|
|
|
|
M4v3R (OP)
|
|
February 18, 2012, 11:55:15 PM |
|
Weird . Works for me, tried just a moment ago.
|
|
|
|
notme
Legendary
Offline
Activity: 1904
Merit: 1002
|
|
February 19, 2012, 12:23:39 AM |
|
|
|
|
|
Mageant
Legendary
Offline
Activity: 1147
Merit: 1001
|
|
February 25, 2012, 12:33:35 PM |
|
It's a very nice script, thank you. It doesn't seem to work properly when you have more than one position:
|
cjgames.com
|
|
|
Mushoz
|
|
February 25, 2012, 02:14:18 PM |
|
It's a very nice script, thank you. It doesn't seem to work properly when you have more than one position: Multiple positions are possible? How? If I place any orders when I already have an open position, they get added/subtracted to the old position.
|
www.bitbuy.nl - Koop eenvoudig, snel en goedkoop bitcoins bij Bitbuy!
|
|
|
Mageant
Legendary
Offline
Activity: 1147
Merit: 1001
|
|
February 25, 2012, 03:07:21 PM |
|
Multiple positions are possible? How? If I place any orders when I already have an open position, they get added/subtracted to the old position.
It only happened to me by "accident", apparently when multiple standing orders were executed within a very short time.
|
cjgames.com
|
|
|
M4v3R (OP)
|
|
February 25, 2012, 03:58:38 PM |
|
Multiple positions are possible? How? If I place any orders when I already have an open position, they get added/subtracted to the old position.
It only happened to me by "accident", apparently when multiple standing orders were executed within a very short time. This never happened to me before, but should be easy to fix.
|
|
|
|
Otoh
Donator
Legendary
Offline
Activity: 3108
Merit: 1166
|
|
February 26, 2012, 07:49:25 PM |
|
just upgraded to the new improved swaps version, it's great, many thanks
|
|
|
|
|