Don't trade without guiding instruments and bot
Piloting a plane is dangerous business. Today, flying has become safer because of advancement in technology. Pilots are able to fly safely with the help of radar, sensors and guiding instruments.
Trading is also a dangerous business if you don't know what you're doing. Apart from relying on charts such as those found in tradingview.com, traders should also learn how to program their own trading bots or get someone to help them to build bots.
Having a bot as an helper while trading can be very useful and the bot can help you in many ways... such as emotionless way of looking at a trade position.
Don't trust the bot to trade for you? No problem, at least program a "scanner" bot. A scanner bot acts like radar or sensors on board a plane. The scanner bot will be able to tell you on potential profitable trades or stop trading when it sensed that the market has changed. Just like one should avoid an incoming cloud storm and fly away to safety.
Picture from:
See also : Visualizing fundamental investing
By AdamNg
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Something interesting
Advertisement
Tutorials
+10.1k Golang : Convert file content to Hex
+10.8k Golang : Read until certain character to break for loop
+7.6k Golang : Scan files for certain pattern and rename part of the files
+10.4k Golang : How to delete element(data) from map ?
+5.1k Responsive Google Adsense
+40.8k Golang : How to count duplicate items in slice/array?
+8.7k Golang : What is the default port number for connecting to MySQL/MariaDB database ?
+10k Golang : How to profile or log time spend on execution?
+24.2k Golang : GORM read from database example
+6.6k Golang : Get expvar(export variables) to work with multiplexer
+15.4k Golang : Get digits from integer before and after given position example