Alerts we program in TradingView don"t show on the chart. That makes it cumbersome to test alert co…
A Donchian Channel is a popular tool with trend-following strategies. But that highest high and low…
In TradingView we can colour the chart"s background and colour a background section. But how do we …
The typical TradingView alerts display the same message each time. But it"s also possible to includ…
When a trading strategy submits orders to trade setups, it also generates performance metrics. One …
Like most applications, the TradingView charting and trading app has several keyboard hotkeys. Let"…
When we stare at TradingView charts for several hours, the default light theme can become painful t…
Situation: You want to display the chart"s price bars in the time zone of the exchange at which the…
When we plot an indicator on the chart, we typically have that indicator run on price data. But did…
While Kodify has plenty of TradingView articles, not every possible question and situation is docum…
In TradingView indicator and strategy scripts we use plenty of numerical values. But sometimes we w…
Sometimes our script has a value from which we want to remove the fractional value. We could perfor…
We often work with numbers in TradingView Pine. But at some point we may need to use them where onl…
The assignment operator is used more often than any other operator. How does this operator work and…
Coding scripts in TradingView require operators. But what are operators and which ones are there?IN…
Operators that are used in practically any TradingView scripts are the arithmetic operators. What a…
The addition operator (+) is often used with calculating values in TradingView Pine. But we can als…
Besides the arithmetic operators in TradingView Pine there"s also another operator for performing c…
When coding TradingView Pine scripts, we often want to compare the current bar"s data against previ…
The comparison and logical operators in TradingView return either a true or false value. But how ca…