Binance Terminologies

Market Data Endpoints These endpoints provide real-time and historical market data for different cryptocurrencies traded on Binance. This data includes information such as the current price, trading volume, order book depth, and more. Account Endpoints These endpoints allow developers to access information about their Binance account, including balances, trade history, and open orders. They also…

How to fix command not found brew on mac with zsh

I got a new MacBook Pro with M2 chip last week. As a web programmer, I needed to install php on macOS. Followed by the php.net provided install instruction, I installed php on macOS with homebrew. After installing homebrew, I used the command “brew install php”, but got an error message: “zsh: command not found: brew”. Here is the solution that I fix this problem.

How To Install Visual Studio Code on Kali Linux

Install Visual Studio Code on Kali Linux by using the official ATP repository. At first, update the system and install the package below. sudo apt update sudo apt install curl gpg gnupg2 software-properties-common apt-transport-https Import Microsoft GPG key to the Kali Linux curl https://packages.microsoft.com/keys/microsoft.asc | gpg –dearmor > microsoft.gpg sudo install -o root -g root…

Part 1 Machine Learning for Trading – From Idea to Execution

Algorithms are a sequence of steps or rules designed to achieve a goal. They can take many forms and facilitate optimisation throughout the investment process, from idea generation to asset allocation, trade execution, and risk management. Machine Learning (ML) involves algorithms that learn rules or patterns from data to achieve a goal such as minimising…

Part 2 Establishing a Business and the Balance Sheet

LEARNING OBJECTIVES Determine the effects of business activities Nature of Business Transactions Business activities that affect the accounting equation are called transactions. Transactions include two types of activities or events, external events and internal events. External events are measurable exchanges between the business and others – exchanges of assets and services from one entity for…