█ OVERVIEW A Lorentzian Distance Classifier (LDC) is a Machine Learning classification algorithm capable of categorizing historical data from a multi-dimensional feature space. This indicator demonstrates how Lorentzian Classification can also be used to predict the direction of future price movements when used as the distance metric for a novel implementation of...
The cash in/cash out report (CICO for short) was built with the intent to quiet the market noise. The blunt way to say it, this indicator quiets the market manipulators voice and helps the retail investor make more money. I believe money is better of in the 99% hands versus the greedy hoarding that is currently going on. There are dozens of companies in the SP500...
I'm currently working on v5 of my Pine Script Programming Course. As a part of it, I'm building a few tools/widgets to help students get the content easier. Here is one of the tools. It's quite basic with it you can select a bar and see all the build-in variables for this bar (Except strategy variables) I hope it will help you in learning Pine Script! ...
The goal of this script is honestly to help everyone learn about trading with bots and algos. At least, to get started. Level 1: 10 lines of code. learn to plot 2 moving averages on your chart. learn to create a signal from a crossover. learn the very basics of Pine Script algo.
This script holds several useful functions from statistics and machine learning (ML) and takes measurement of a volume weighted distance in order to identify local trends. It attempts at applying ML techniques to time series processing, shows how different distance measures behave and gives you an arsenal of tools for your endeavors. Tested with BTCUSD. REM:...
A Basic 3 EMA Study / Indicator built in version 4 of Pinescript. Individual color changing lines based on the position of the price (close) relative to each specific EMA Alerts can be set for either - All Signals Bullish - All Signals Bearish I try to keep my code clean and readable with comments and always enjoy seeing what others do with it. Please give...