Author

Topic: Trading bots.. (Read 1438 times)

legendary
Activity: 1988
Merit: 1008
October 02, 2014, 05:08:58 PM
#17
Anybody come across Rebol, seems an 'old' ish programming language I've not seen much, been playing with it, seems interesting in that it's easy to set up 'scripts' to do what we'd probably want a Bot to do, or even just to assist with manual trading.

http://www.rebol.com/

Hey silversurfer,

Have you had a look at leonArdo? It comes bundled with 2 bots and is the best trading experience you can have trading bitcoin. Here
is the link: https://bitcointalksearch.org/topic/leonardo-version-230-released-bitcoin-trading-software-807794

Best
legendary
Activity: 2170
Merit: 1427
October 02, 2014, 09:11:09 AM
#16
It would appear bots can cancel buy orders when you click sell before it actually registers a sell.. making many fake buy walls.

Anyone else noticed this?

Anyone notice this the other way creating fake sell walls?

This would be an AMAZING way to suppress the price.

Very interesting thought.

I don't think this is possible for trading bots controlled by random traders.

But perhaps if the bots belong to exchanges, then it is possible for sure.

In the stock market it already is possible to do such thing if you have an extremely high speed internet connection and if you're close to the stock exchange.

They can see incomming orders before they are executed, flash traders make millions if not billions via this.
full member
Activity: 474
Merit: 111
October 02, 2014, 05:06:30 AM
#15
Anybody come across Rebol, seems an 'old' ish programming language I've not seen much, been playing with it, seems interesting in that it's easy to set up 'scripts' to do what we'd probably want a Bot to do, or even just to assist with manual trading.

http://www.rebol.com/
sr. member
Activity: 266
Merit: 250
September 29, 2014, 04:03:30 AM
#14
Curse those dreaded bots, I cant help but play with them when I see one in use.
legendary
Activity: 965
Merit: 1000
September 27, 2014, 03:18:53 PM
#13
Most exchanges only allow like 1 request / 5s, or so. So no real HFT works there.
full member
Activity: 219
Merit: 100
September 27, 2014, 02:44:50 AM
#12
I like trading tool, but never use any trading bots
legendary
Activity: 2632
Merit: 1040
September 26, 2014, 05:41:37 PM
#11
Only a site admin could do such things (remove a wall after a order submission but before the order is inside the order book)

I Have written a Bot that actually works on 5 exchange + 2 in developement (https://bitcointalksearch.org/topic/bot-cat-cryptocurrency-automatic-trader-new-price-list-042021-507103)
There's no way to get data BEFORE they're inside the Order Book. So i can't remove an order before the user place an order.
I Can create a wall (anyone could create a wall) and works (create statistics) on current order book but nothing more.

Site API are very simple, you can get
- Market+Your Current Order
- Market+Your Current Trade
- Your balances
- Place/Delete Order
sr. member
Activity: 322
Merit: 250
September 26, 2014, 05:37:04 PM
#10
The problem is especially noticable to exchanges with 0% trading fees.
legendary
Activity: 1456
Merit: 1001
This is the land of wolves now & you're not a wolf
September 26, 2014, 05:35:08 PM
#9
The part that goes a little over my head is when bots are executing buy and sell orders in between each other so quickly sometimes that they don't even seem to affect the posted walls on the exchange.  Like for instance when the volumes are high, I have seen several couple hundred BTC purchases, that you would think would clear the whole sell wall, but nothing ends up happening to the wall...
hero member
Activity: 812
Merit: 509
September 26, 2014, 05:27:26 PM
#8
This is not possible at all. But they can cancel if they predict a market sell coming.

This depends on who is running the bot.

If it is a user of an exchange running their own trading bot, then they have no way of knowing that a sell is coming until it is already registered in the order book.  Therefore, they cannot "see an order coming" and cancel their own order before the other one registers.


What I meant was that a bot can see how the price is shifting and the market depth is moving. Of course it cannot know that any particular order is about to be made.

Quote
I do not believe in trading bot, I am afraid they installed software such as a keylogger and steal our account

Not if you know how to make your own bot  Wink
legendary
Activity: 4270
Merit: 4534
September 26, 2014, 02:46:27 PM
#7
It would appear bots can cancel buy orders when you click sell before it actually registers a sell.. making many fake buy walls.

Anyone else noticed this?

Anyone notice this the other way creating fake sell walls?

This would be an AMAZING way to suppress the price.

yep.. do you really think that all the orders belong to real people.. or the exchange owner trying to control the price. i learnt this lesson early on as exchanges know how much dollar vs bitcoin sits in peoples accounts, knows who is logged in and ths can guess what direction the price is going to lead.

many exchanges have bots trading orders to make it look more active. thus i dont use crappy basement dweller exchanges no more. especially when their orders are satoshi dust / $5 a pop.. its not even worth trading proper amounts on those exchanges no more
legendary
Activity: 1960
Merit: 1026
September 26, 2014, 02:44:56 PM
#6
I do not believe in trading bot, I am afraid they installed software such as a keylogger and steal our account  Undecided
legendary
Activity: 3472
Merit: 4794
September 26, 2014, 02:35:14 PM
#5
This is not possible at all. But they can cancel if they predict a market sell coming.

This depends on who is running the bot.

If it is a user of an exchange running their own trading bot, then they have no way of knowing that a sell is coming until it is already registered in the order book.  Therefore, they cannot "see an order coming" and cancel their own order before the other one registers.

If the exchange themselves are running a bot trading the exchanges own bitcoins, then they can react before the order is added to the order book.

Additionally they can queue up multiple orders their own hidden order book for a short time (fractions of a second?  a few seconds?) before adding them to the publicly visible order book.  If they see overlapping buy and sell orders during this "pre-processing" time, they can insert their own transactions in between to take advantage of the inside knowledge and acquire risk free guaranteed profits for themselves.
hero member
Activity: 812
Merit: 509
September 26, 2014, 11:00:29 AM
#4
It would appear bots can cancel buy orders when you click sell before it actually registers a sell

This is not possible at all. But they can cancel if they predict a market sell coming.
legendary
Activity: 1722
Merit: 1000
September 26, 2014, 10:55:50 AM
#3
Bots have been around for quite a while. Even I am contemplating about writing one, BUT in my case I have no experience in writing such programs so I might not do it after all.

I know.. I just figured they wouldn't be able to cancel a sell or buy order SO FAST that when you click buy or sell the order is gone before you can do either..  With that ablity you can minipulate with very little risk.
legendary
Activity: 1862
Merit: 1011
Reverse engineer from time to time
September 26, 2014, 10:46:20 AM
#2
Bots have been around for quite a while. Even I am contemplating about writing one, BUT in my case I have no experience in writing such programs so I might not do it after all.
legendary
Activity: 1722
Merit: 1000
September 26, 2014, 10:44:50 AM
#1
It would appear bots can cancel buy orders when you click sell before it actually registers a sell.. making many fake buy walls.

Anyone else noticed this?

Anyone notice this the other way creating fake sell walls?

This would be an AMAZING way to suppress the price.
Jump to: