Pages:
Author

Topic: [ANN] Bittrex / Poloniex / Cryptsy All Coin Trading Software, Quatloo Trader. - page 96. (Read 236632 times)

legendary
Activity: 1498
Merit: 1000
Nice! Is there a manual or somewhere explaining each feature?
sr. member
Activity: 350
Merit: 250
https://cryptassist.io
Running the Quatloo Trader in mono (for mac and linux crowd)

This was installed and tested on LinuxMint Maya(13) {Ubuntu Precise(12.04)} and with mono 3.8.0 pulled from git

Install the prerequisites

Code:
sudo apt-get install git build-essential libgettextpo-dev

In your home directory create "src" directory
Code:
mkdir src

move into the "src" directory you just created, and pull the mono project from GitHub (this will take a bit)
Code:
git clone https://github.com/mono/mono -b mono-3.8.0-branch

After you finish cloning the code, move into the mono directory.
In the mono directory, run the autogen script, this will configure the Makefile for your machine. If you would like to install mono using a different prefix, then change the path (must be an absolute path)
Code:
./autogen.sh --prefix=/usr/local

If you have not used mono before, you need to get the mono compiler, since you need mono to make mono (from the readme file)
Code:
make get-monolite-latest

After that finishes, it's time to compile everything and install it (again, this will take some time, so be patient.)
Code:
make EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/gmcs.exe
sudo make install

Next you need to update the certificate store so you can connect to Bittrex.
Code:
mozroots --import --sync

After you finish the install (if you don't get any errors) you can now run the Quatloo Trader.
So, download and unzip the Quatloo Trader, and save it where you would like it.  Then from the command line run the following
Code:
mono DarkTrader.exe


Enjoy!



hero member
Activity: 826
Merit: 1000
see my profile

I just tested the program for the first time. Very nice! Thanks a lot for all that work.
I might not have fully understood it yet, but here are first thoughts & ideas:


QuatlooTrader Wishlist:


for each market:
Please show the 24-volume, last price, %-change, lowest-&-highest-in-24h


Error messages (bottom left) do not disappear when problem is solved.
E.g. "Order Book retrieval error: MARKET_OFFLINE"
when no problem, i.e. pressing "Load order book" is working.


Bittrex has too many markets.
What if the 'market'-dropdown only shows "my" markets?
Perhaps a tab where I can select/unselect:
* manually
* all markets with volume less larger than __ BTC
* the top__ markets with the largest spread
* only "winners", only "loosers", etc.
ideally combinations possible.
And then save/load my selection.


Also, a table and several kinds of sorting would be nice, so that I can choose the for me most interesting markets by their parameters.


Market History:
My average buy price, average sell price, differences.


Totals:
What about showing them inside the order books, as an extra column? Then jumps are easier to spot.


Automatic functions:
* All automatic functions right now are made to loose money, but (perhaps) move markets.

I am really looking forward to other auto-functions, with a more 'honest' focus ;-)
newbie
Activity: 57
Merit: 0
yeah auto refresh works in 1.1.2.1 but not thereafter
full member
Activity: 224
Merit: 100
keymaker
As more exchanges are added, will the software require you to hold QTL coins at each exchange for it to function ?

I think Bittrex is the homebase where you need to hold QTL unless some exchange bribe off the devs Wink

Are you just guessing ?  Or do you have info on that ?

As it is currently set up like that, I am guessing it will be the easiest way to remain like that as QTL is only traded on Bittrex at the moment.

newbie
Activity: 42
Merit: 0
As more exchanges are added, will the software require you to hold QTL coins at each exchange for it to function ?

I think Bittrex is the homebase where you need to hold QTL unless some exchange bribe off the devs Wink

Are you just guessing ?  Or do you have info on that ?
full member
Activity: 224
Merit: 100
keymaker
As more exchanges are added, will the software require you to hold QTL coins at each exchange for it to function ?

I think Bittrex is the homebase where you need to hold QTL unless some exchange bribe off the devs Wink
newbie
Activity: 42
Merit: 0
As more exchanges are added, will the software require you to hold QTL coins at each exchange for it to function ?
newbie
Activity: 42
Merit: 0
One thing I noticed is that... seems the balances don't update
If they do... ok but.. I think that a MUST have feature which is really easy to do with the API would be to show a coin Balance and Available Balance, since coins can be locked up for orders.

Code:
{
"success" : true,
"message" : "",
"result" : {
"Currency" : "BTC",
"Balance" : 4.21549076,
"Available" : 4.21549076,
"Pending" : 0.00000000,
"CryptoAddress" : "1MacMr6715hjds342dXuLqXcju6fgwHA31",
"Requested" : false,
"Uuid" : null
}
}

Just differentiate between Balance and Available Json Values. This would be especially useful during ping-pong when tons of your coins could be absorbed by pending orders.
newbie
Activity: 42
Merit: 0
Interesting

a cheap version of CAT

bought my 100 coins to give this a whirl
legendary
Activity: 910
Merit: 1000
Is there a place other than the program where the Quatloo requirements are in terms of how much you have to have for certain features?

Yes ... in this announcement at top in the features listing.
member
Activity: 76
Merit: 10
Is there a place other than the program where the Quatloo requirements are in terms of how much you have to have for certain features?
legendary
Activity: 910
Merit: 1000
Great!
Just wanted to report that locale settings with the comma as a decimal sign didn't work... but your update fixed it :-)

That's awesome!
I just updated again .. new version 1.1.2.3 to fix an error with the new manual ping pong button.
full member
Activity: 126
Merit: 100
Great!
Just wanted to report that locale settings with the comma as a decimal sign didn't work... but your update fixed it :-)
legendary
Activity: 910
Merit: 1000
New update is ready for download, version 1.1.2.2  fixed some locale issues and added some gui changes and minor improvements.

http://quatloos.org/downloads/Quatloo-Trader.zip
legendary
Activity: 1848
Merit: 1018
100 Quatloocoin QTL #giveaway almost 6 blocks! & free trading tool. Must follow @CRYPT0N1TE Retweet this. Sunday winner will be chosen
legendary
Activity: 910
Merit: 1000
Finished all the core coding for poloniex and cryptsy api and it all works.  So we are getting there.

When are you planning to release Quatloo-Trader with implemented Poloniex and Cryptsy api?

As soon as I can
newbie
Activity: 46
Merit: 0
Finished all the core coding for poloniex and cryptsy api and it all works.  So we are getting there.

When are you planning to release Quatloo-Trader with implemented Poloniex and Cryptsy api?
legendary
Activity: 910
Merit: 1000
Finished all the core coding for poloniex and cryptsy api and it all works.  So we are getting there.
hero member
Activity: 656
Merit: 500
Buy a gun!
It's awesome. Love it. Now just integrate other exchanges. :-)
Pages:
Jump to: