Login Page - Create Account

Support Board


Date/Time: Thu, 09 May 2024 21:24:16 +0000



Post From: a simple Indicator development

[2018-02-16 23:16:04]
SC Support Tom - Posts: 450
I have located the documentation that answers this question:


Do you know what this means:
ma(s,l) => ema(s,l)

This is a function declaration. It assigns the value of the built-in function "ema" (Exponential Moving Average) to the user-defined function "ma".

Documentation: https://www.tradingview.com/wiki/Declaring_Functions