send tick counts or no?  [SOLVED]

Questions about MultiCharts and user contributed studies.
User avatar
BB123
Posts: 69
Joined: 24 Nov 2023
Has thanked: 23 times
Been thanked: 11 times

send tick counts or no?

Postby BB123 » 19 Apr 2024

If im calling a function from within a signal--- and the function uses the uptick count and downtick count.. Do i need to send those in the function call or will the function just know to reference the chart that it was called from?

User avatar
Polly MultiCharts
Posts: 202
Joined: 20 Jul 2022
Has thanked: 1 time
Been thanked: 56 times

Re: send tick counts or no?

Postby Polly MultiCharts » 25 Apr 2024

Hello BB123,

If you're referring to UpTicks and DownTicks keywords, their values are available in functions and there is no need to additionally pass them. The values will be taken from the base data series.

User avatar
BB123
Posts: 69
Joined: 24 Nov 2023
Has thanked: 23 times
Been thanked: 11 times

Re: send tick counts or no?  [SOLVED]

Postby BB123 » 28 Apr 2024

Thanks Polly..


Return to “MultiCharts”