Thank you for your replies!
when you use the word automation, many take it as in "click a button and start earning money"
And that kind of assumptions is exactly what I'm trying to change with this topic!
Unfortunately, I don't have a good enough writing skills to explain some key-concepts.
People consider bot as some solid structure that automates everything.
In fact, there are many separate elements related to trading that may require automation:
* Price monitoring - when it has grown few percents higher than some fixed value, or above some moving average. Some application may send you a signal when this price change happens. Thus you don't have to sit in front of the monitor the whole day.
* Volume monitoring - when there is an explosion in trade volumes.
* Implementation of various indicators and signals - where all the necessary data is retrieved from various sources and analyzed
* Order placement - when you have multiple pairs with multiple orders for each (in some excel table for example) and you want to quickly place them without making any typos.
* Check order statuses - with no need to connect to the web interface, but instead to receive some notification (sound or SMS) upon execution of order.
These are examples of automation!
These elements might be very helpful to every trader, and any combination of those may result into creation of some trading robot.