Bitcoin Forum
June 17, 2024, 07:40:48 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 [127] 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 ... 273 »
  Print  
Author Topic: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 🌟 (New Price List 04/2021)  (Read 531069 times)
MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
November 03, 2016, 02:06:08 PM
Last edit: November 03, 2016, 07:14:32 PM by MoreBloodWine
 #2521

Selling my copy of CAT Core with the Bittrex API for only the core cost which right now is 0.4 BTC (I may go lower)... Message me if interested, Ty.

@Sampey: I've redone my pricing hence the "new" post here but this is the only time I will post in this thread about it to keep in line with your rules about people selling their copies.

To be decided...
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
November 03, 2016, 07:54:17 PM
 #2522

Start updating the Guide According to 4.5 Version.
Don't forget (if you want) to ask me the BETA version before official release
MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
November 03, 2016, 07:58:14 PM
 #2523

Start updating the Guide According to 4.5 Version.
Don't forget (if you want) to ask me the BETA version before official release
I'd be interested in giving it a whirl.

To be decided...
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
November 03, 2016, 08:12:31 PM
 #2524

Updated LOGIN Part



BTC Login BTC
 
Press LOGIN Item on the Main Toolbar :
- Choose the site you want to log-in to.
- Insert your private and public keys and press enter. If exchange needs the user-id a third textbox will appear.
- C.A.T. will verify your key and will try a call to the trading site you've chosen.
- No Third Party Server Will be ever called by C.A.T.

If KeyPair is accepted you will get a Welcome Message. You can now close the login window, and the main trading GUI will appear.
Or you can also login into another exchange before closing the login window.

- C.A.T. will save your Public and Private Keys in a file named Key.XML. This file is located inside the CAT System Directory.  

- C.A.T. Root directory is "currentRunCATdirectory\CATSystem\"
- Exchange Root directory is "currentRunCATdirectory\CATSystem\ExchangeName\"
- Inside the ExchangeName folder you will find these folders/files :
  • ExchangeLogs (You will find logs at Exchange level, API print, Errors etc...)
  • MarketLogs  (You will find logs at Single Market level)
  • GainLogs (You will find logs about your Gains)
  • EXCHANGER.xml (Exchange Options)

- If these folders doesn't exists, C.A.T. will create them.

- C.A.T. Will also create a File Named : CAT_Log_YYYY-MM-DD_HH_MM_DD.txt in CATSystem folder
If an error not handled by C.A.T. will occur, it will be printed inside this file.
If file will be empty during C.A.T. quit routine, that file will be deleted. Otherwise SEND ME the file and i will take a look

Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
November 03, 2016, 08:49:49 PM
 #2525


BTC Exchange Frame BTC


Exchange Frame will appear after a successfull login.

Action From The Toolbar :


- File
  • Save Open Markets Parameters/Current Orders or Both
  • Load Markets Parameters/Restore Orders or Both
  • Exit Exchange


- Dashboard
  • Open Markets List
  • Your Balances
  • Global Gain
  • General Statistics
  • General Console


- Markets Global Action (Action chosen is sent to all open markets)
  • cancel/remove all kind of orders/trades
  • start/stop/restart single processes
  • reset some value


- Other Market Action :
  • Check Difference Between Best Buy/Sell Orders on Each Open Markets
  • Sort Current Open Market/Utility Tabs


- Tools :
  • Options
  • Calculator


- Print Api Call Result to Api Console. Useful to print and look at Api responses. Usually used when a debug log is needed
- Reproduce a Sound when a Ping-Pong is complete. You will hear a "dling-dling" sound for every completed ping-pong.
- Never Clear Market Logs. C.A.T. Will never clear market log after 200 lines of log. This Option could be risky and could saturate RAM.
- Make a Post To URL When a Ping-Pong Is Completed. When this option is activated a POST Call will be performed and data about ping-pong will be sent to a REST Page.


An useful calculator that will help you to calculate the Buy/Sell Price According to the % GAIN you wants to have



- Api Connection: Every API call, you will see a "red blink". If connection drops, icon will change from green to red.
ewibit
Legendary
*
Offline Offline

Activity: 2955
Merit: 1049


View Profile
November 03, 2016, 09:59:43 PM
 #2526

Kraken does not work

Load Balances -> wait a few minutes
->
nothing happens


ErrorLogs is empty

api log:
Code:
2016-11-03 19:05:46| 2016-11-03 19:05:46 - Call Aborted : 10Consecutive Error On Call https://api.kraken.com/0/private/TradesHistory
2016-11-03 19:05:47| 2016-11-03 19:05:47 - API Get User Trades Error. Trace Is :
java.lang.NullPointerException
at CAT.apiSystemBot.API_Kraken.getMyTrades(Unknown Source)
at CAT.apiSystemBot.Support.API_INVOKER.getMyTrades(Unknown Source)
at CAT.singleMarketEnv.CoreOrderEnv.PPMarketBrain.updateMyTrades(Unknown Source)
at CAT.singleMarketEnv.CoreOrderEnv.PPMarketBrain.updateOrderMyOrderMyTrades(Unknown Source)
at CAT.singleMarketEnv.Core.PPPingPongAlgo.startLookup(Unknown Source)
at CAT.singleMarketEnv.Core.a.run(Unknown Source)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)

Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
November 03, 2016, 10:05:24 PM
 #2527



BTC Markets List BTC


Markets are group by "Partner Currency" (BTC/USDT/XMR/ETH in the image)
For any group you will have a tab where you can
- Load Markets by pressing the "Get Markets Data Button"
- Add some statistics calculation by check the "Load With Order/Trades Statistics" (this operation is longer than the normal market load process)
- Highlight market where you have a Market Currency balance > 0 by check the "Highlight Markets with QTY Bal > 0"

These are the statistics calculated :
- % Difference is the price difference between the Highest and Lowest trades over the last 24 hours.
- Sell Order/Buy Order is the numbers of orders currently open.
- Sell Trade/Buy Trade 24H is the number of trades completed in the last 24 hours.

You can sort this table in Ascending/Descending Order by clicking on the Column Header
Double Click On a Row will Open a new Tab for the selected Market.

You can open MULTIPLE Markets at the same time using the CTRL (for single multiple select) or CTRL+CAPS (for multiple range select) and then RightClick->OpenMarket
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
November 03, 2016, 10:08:59 PM
 #2528

Kraken does not work

Load Balances -> wait a few minutes
->
nothing happens


ErrorLogs is empty

api log:
Code:
2016-11-03 19:05:46| 2016-11-03 19:05:46 - Call Aborted : 10Consecutive Error On Call https://api.kraken.com/0/private/TradesHistory
2016-11-03 19:05:47| 2016-11-03 19:05:47 - API Get User Trades Error. Trace Is :
java.lang.NullPointerException
at CAT.apiSystemBot.API_Kraken.getMyTrades(Unknown Source)
at CAT.apiSystemBot.Support.API_INVOKER.getMyTrades(Unknown Source)
at CAT.singleMarketEnv.CoreOrderEnv.PPMarketBrain.updateMyTrades(Unknown Source)
at CAT.singleMarketEnv.CoreOrderEnv.PPMarketBrain.updateOrderMyOrderMyTrades(Unknown Source)
at CAT.singleMarketEnv.Core.PPPingPongAlgo.startLookup(Unknown Source)
at CAT.singleMarketEnv.Core.a.run(Unknown Source)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)



No problem on my side about loading balances.

Go to TOOL -> OPTION -> Check PRINT API RESULT TO API CONSOLE -> SAVE
Then Launch the Load Balances Routine
And check the General Console (API LOG)

You will probably find the API results.
Send me via PVT Messages that log.

Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
November 04, 2016, 01:22:13 PM
 #2529

i will probably release CAT 4.5 during coming weekend  Wink
ewibit
Legendary
*
Offline Offline

Activity: 2955
Merit: 1049


View Profile
November 04, 2016, 03:47:53 PM
 #2530

Kraken:

       ZUSD: 11.5
costs
       Total 10

Code:
Create Order (From GUI) Error From Kraken : ErrorCode : {"error":["EOrder:Insufficient funds"]}
why? it is enough here (11.5 > 10)
thx
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
November 04, 2016, 03:54:33 PM
 #2531

Kraken:

       ZUSD: 11.5
costs
       Total 10

Code:
Create Order (From GUI) Error From Kraken : ErrorCode : {"error":["EOrder:Insufficient funds"]}
why? it is enough here (11.5 > 10)
thx

This is an error from exchange, not from C.A.T.
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
November 05, 2016, 02:41:46 PM
 #2532

Releasing CAT 4.5
For any problem/doubt pls pm me.

I will continue updating the guide in the coming hours/days.
marcus1986
Hero Member
*****
Offline Offline

Activity: 854
Merit: 1000


View Profile
November 05, 2016, 05:58:39 PM
 #2533

Hi, Sampey, can you please add Bitmex api to C.A.T.? Smiley
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
November 05, 2016, 06:01:04 PM
 #2534

Hi, Sampey, can you please add Bitmex api to C.A.T.? Smiley

i tried to contact them in the past, but they don't want to collaborate :-)
And who collaborate have priority from who don't collaborate  Wink
marcus1986
Hero Member
*****
Offline Offline

Activity: 854
Merit: 1000


View Profile
November 05, 2016, 06:05:02 PM
 #2535

Hi, Sampey, can you please add Bitmex api to C.A.T.? Smiley

i tried to contact them in the past, but they don't want to collaborate :-)
And who collaborate have priority from who don't collaborate  Wink
It's a pity! Hopefully, they will change their minds.
oswald
Member
**
Offline Offline

Activity: 67
Merit: 10



View Profile
November 07, 2016, 03:15:11 AM
 #2536

Hey Sampey, lately I tried manual trade, maybe you know the detail, I want to ask about fee, at BTCe which is 0.2%
I bought coin one by one, at this price of total 1 BTC
0.3@700
0.2@702
0.4@705
0.1@706

after I bought total 1 BTC, I sold them one by one at these price
0.1@710
0.2@711
0.03@707
0.07@707
0.3@709
0.3@711

total sold 1 BTC

how much is the fee of total buy and sell..?

thank you for you answer
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
November 07, 2016, 07:06:19 AM
 #2537

Hey Sampey, lately I tried manual trade, maybe you know the detail, I want to ask about fee, at BTCe which is 0.2%
I bought coin one by one, at this price of total 1 BTC
0.3@700
0.2@702
0.4@705
0.1@706

after I bought total 1 BTC, I sold them one by one at these price
0.1@710
0.2@711
0.03@707
0.07@707
0.3@709
0.3@711

total sold 1 BTC

how much is the fee of total buy and sell..?

thank you for you answer

0.2% + 0.2% of your total amount.
oswald
Member
**
Offline Offline

Activity: 67
Merit: 10



View Profile
November 07, 2016, 07:20:58 AM
 #2538


0.2% + 0.2% of your total amount.

if I bought total 1 BTC
with this list
0.3@700
0.2@702
0.4@705
0.1@706


is it....0.2% of 1 BTC = 0.002 BTC

or

0.2% of 0.3x$700 = $ 0.42
0.2% of 0.2x$702 = $ 0.2808
0.2% of 0.4x$705 = $ 0.564
0.2% of 0.1x$706 = $ 0.1412
total--------------- = $ 1.406

Elmit
Hero Member
*****
Offline Offline

Activity: 785
Merit: 500


BURST got Smart Contracts (AT)


View Profile WWW
November 07, 2016, 02:51:39 PM
 #2539


0.2% + 0.2% of your total amount.

if I bought total 1 BTC
with this list
0.3@700
0.2@702
0.4@705
0.1@706


is it....0.2% of 1 BTC = 0.002 BTC

or

0.2% of 0.3x$700 = $ 0.42
0.2% of 0.2x$702 = $ 0.2808
0.2% of 0.4x$705 = $ 0.564
0.2% of 0.1x$706 = $ 0.1412
total--------------- = $ 1.406



Depends if you want to calculate it in BTC or in US$.

Ing. Ronald Wiplinger (@ ELMIT)   Blog and pools: http://mininghere.com  CAT info at: https://cat.elmit.com  Tel.: (O) +886 (0)2--2623-3117, (M) +886 (0) 988--70-77-42, Telegram: @RonaldPhone
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
November 07, 2016, 07:03:00 PM
 #2540

IMPORTANT MESSAGE

I've found a bug inside the order recalculation routine.
I'm fixing it.
Don't use version 4.5, use 4.4.
I will send you a fix
Now i have 2 choise
- Fix and send
- Add some feature like automatic order/parameter save and some minor fix and send you a 4.6 Minor Release.

I will write updates ASAP.
Pages: « 1 ... 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 [127] 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 ... 273 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!