Scale 2 indicators in one window

 

I have 2 indicators, one has values 0-100 and the other one 1-0. When I put them on one window they are scaled so that both indicator fit in one window. Whats the code to scale indicators like this? picture attached of WPR & Trix

Files:
1.bmp  72 kb
 
asmdev:
I have 2 indicators, one has values 0-100 and the other one 1-0. When I put them on one window they are scaled so that both indicator fit in one window. Whats the code to scale indicators like this? picture attached of WPR & Trix

Try to multiply the 0-1 values by 100 in the indicator buffer.

 
asmdev:
I have 2 indicators, one has values 0-100 and the other one 1-0. When I put them on one window they are scaled so that both indicator fit in one window. Whats the code to scale indicators like this? picture attached of WPR & Trix

Also trying auto scale and add a pair of (min/max) buffers set to the limits which you want.

Reason: