π’DATA SOURCE
Code Zero Visual Trading for TradingView

CONSTANT mode is the main mode of module operation in which mathematical operations are performed on different data sources.


MEMORY mode is a mode of operation based on the principle of a memory cell into which a value can be written and read.

STACK mode is a queue where you can put values in and take them back out. It works in a βlast put inβ - βfirst take outβ mode.


Last updated