This is the continuation of forth part of Machine Learning in Capital Markets in Capital Markets. The technical indicators are intended to help identify a trend as early as possible. The result of the various technical indicators is to provide a mathematical value that is determined from the price and trading data. It also tries to incorporate information from the past into future forecasts. … [Read more...]
Tips For Work in the Home Office With Concentration
More and more employees and self-employed want to work in the home office. We already discussed another set of tips in the article on 6 Tips for Securing Your Data from Cyber Attacks as a Remote Worker. Many bosses fear the distraction in the home walls. With a few tricks, we can concentrate on working in your home office. Working in the home office is becoming increasingly popular - around 38 … [Read more...]
Sales Opportunities Through Customer Data Platform (CDP)
An American analyst coined the term customer data platform back in 2013. Since then, there are leading experts who research and explain how marketers use CDPs to address the most important marketing challenges to be able to solve. In our previous article, we have explained that Customer Data Platform (CDP) is a software platform which creates a persistent, unified customer database that can help … [Read more...]
Best WiFi Routers in 2020 for Spectrum Connection
With a perfect router, we can experience a whole new world of internet. Our present title of the article is for Spectrum Internet connection as most web search with the brand name of the connection to bypass their limitation of technical knowledge. Spectrum provides cable internet service. The router setup for the cable internet connections follows the basic methodologies described in our article … [Read more...]
What is Customer Data Platform (CDP)?
A Customer Data Platform (CDP) is a software platform which creates a persistent, unified customer database that can help the companies to gain a meaningful 360-degree view of their customers and, above all, their satisfaction. After all, customers who have been loyal to a company for a long time represent a reliable source of sales. Some of these software may provide marketing performance … [Read more...]
Samsung Smartwatch as Proximity Switch : Part II
This second part of the guide (here is the first part) ideally should have the working code matching with the title! But, ESP32 with Arduino IDE is not completely bug-free with BLE. So, instead of directly going to the topic, it will be practical for us to show some basic example codes which the readers can test on their setup. Not all of the readers can be expected to be used with BLE of ESP32 … [Read more...]
Machine Learning in Capital Markets : Part IV
This is the continuation of third part of the series. The basis of learning from data is gathering the sources of data which can generate the forecast and a methodology to be able to evaluate them. In order to be able to create stock forecasts using machine learning, the sources must first be defined with regard to the required data. For a forecast, the data should come from sources from which … [Read more...]
Samsung Smartwatch as Proximity Switch : Part I
It is not just easy to use the BLE of Samsung Galaxy Smartwatch. Because BLE of Samsung Galaxy Smartwatch is designed to work with their intended purposes, such as Samsung Flow software. Reading our previous article on GATT will help to understand the basic things we need to know to work with ESP32. We need to obtain the BLE hardware address, Service UUID and Characteristic UUID of the server. … [Read more...]
5 Software Ideas for Employee Management
Creating a motivated, productive workplace is no mean feat. Some would argue that it’s getting more and more challenging for CEOs and managers to increase the general performance of their team. Of course, when time equals money, low productivity can harm the profitability of the business. The good news is that technology can help you revamp your employee productivity, and take some of the burdens … [Read more...]
What is GATT (Generic Attribute Profile) of Bluetooth LE?
Our goal is to make our developer readers aware of GATT. Previously, we have discussed about Bluetooth, iBeacon and some theories on Internet of Things (IoT) such as Communication Standards for Wearable Computing, Influence of the Internet of Things (IoT) on Retail which eventually talked around the topic Bluetooth LE. "GATT Services are collections of characteristics and relationships to … [Read more...]
Send-Receive Message on PC Over Bluetooth From ESP32 Arduino
This guide intended to be for somewhat advanced users of Arduino and Windows 10. We are using ESP32 setup with Arduino IDE in this mentioned way. We need PuTTY as extra software. Unfortunately, ESP32 with Arduino libraries and Windows 10 is far from being perfect. The original target of this guide is to complete these steps : ESP32 will remain connected with the Windows 10 PC via USB for … [Read more...]