Python

Get market data from Kraken exchange with Python

Author name: QuantNomad

Get market data from Kraken exchange with Python Quant Nomad

Get market data from Kraken exchange with Python

Kraken is a very popular crypto exchange that offers traders a wide variety of digital currencies to buy and sell. It is a secure, reliable platform that provides users with an intuitive interface and advanced trading tools. Kraken is an ideal choice for both experienced traders and beginners, offering a wide range of features at Get market data from Kraken exchange with Python Read More →

Get market data from Kraken exchange with Python Read More »

Automatically upgrade Pine Script indicators from version 3 and v4 to v5 Quant Nomad

Automatically upgrade Pine Script indicators from version 3 and v4 to v5

Pine Script has many versions, and they are not very compatible with each other, making it difficult to switch from one version to another. You might experience quite a lot of issues when you try to copy part of the code from a script in another version or merge different version scripts. My universal advice

Automatically upgrade Pine Script indicators from version 3 and v4 to v5 Read More »

Pine Script - Undeclared identifier 'green' / 'color.green' - how to fix it? Quant Nomad

Pine Script – Undeclared identifier ‘green’ / ‘color.green’ – how to fix it?

You might see the following error in Pine Script quite often, especially if you’re trying to merge a few scripts or copy certain elements from another script. You might see this error with basically all supported colors: Undeclared identifier `color.red` Undeclared identifier `color.black` Undeclared identifier `color.white` Undeclared identifier ‘red’ Undeclared identifier ‘black’ Undeclared identifier ‘white’

Pine Script – Undeclared identifier ‘green’ / ‘color.green’ – how to fix it? Read More »

Displaying Pine Script indicator overlaying the price or in a separate chart. Quant Nomad

Displaying Pine Script indicator overlaying the price or in a separate chart.

Depending on the type of your indicator, you might want to plot it on top of your price or in a separate pane. If your indicator has the same scale as your data, you might want it to display on top, for example, BB, SMA, or Ichimoku cloud. If the scale is completely different, you

Displaying Pine Script indicator overlaying the price or in a separate chart. Read More »