Respuesta

Accessing the max data counts in Custom Indicator

3 respuestas

Fred

Abonado, bbp_participant, 3 respuestas.

Visitar el perfil

hace 2 meses #287938

Hola,

 

I need to have the price’s data max length in OnBarUpdate() function of Custom Indicator. I cannot use Input.size() or Chart.Size() (Chart is an intance of ChartData) because they are the data up to the current candle. For example if we are in the 10th candle (CurrentBar = 10), these values are equal to 10. But, I need the length of the whole candle numbers.

 

Lo mejor,

0

tomas262

Administrador, sq-ultimate, 2 respuestas.

Visitar el perfil

hace 1 mes #288093

You can contract our developers directly for help. Send a request to this email [email protected]

0

clonex / Ivan Hudec

Customer, bbp_participant, community, sq-ultimate, contributor, author, editor, 274 replies.

Visitar el perfil

hace 1 mes #288094

int calculatedBars = Chart.getCurrentBar();

0

clonex / Ivan Hudec

Customer, bbp_participant, community, sq-ultimate, contributor, author, editor, 274 replies.

Visitar el perfil

hace 1 mes #288096

Viendo 3 respuestas - de la 1 a la 3 (de un total de 3)