VladMad
New member
Hi, guys.
Please tell me how to make a variable without binding to a timeframe?
Example: the array is filled with data for each bar depending on the conditions [0,1,0,0,0,0,0,1].
I want to get rid of the zeros so that I can use the data for analysis without them.
Need a variable that will only store numeric values greater than 0 without nan.
How can this be done?
Please tell me how to make a variable without binding to a timeframe?
Example: the array is filled with data for each bar depending on the conditions [0,1,0,0,0,0,0,1].
I want to get rid of the zeros so that I can use the data for analysis without them.
Need a variable that will only store numeric values greater than 0 without nan.
How can this be done?