Problem with chart viewer:

begin with the 2.15.2 I have problem, I see not bottom of chart.
Code
    if (is(TRADEMODE)||is(TESTMODE)){
        plot("Long ", kL, NEW+LINE, BLUE);
        plot("Short ",kS, NEW+LINE, RED);
        plot("N1 ",n[_RSIF_DIF], NEW+LINE, RED);
        plot("N2 ",n[_RSIS_DIF], LINE, BLUE);
        plot("N3 ",n[_WIF_DIF], LINE, GREEN);
        plot("N4 ",n[_WIS_DIF], LINE, BLACK);
    }



note: repeat with workshop4.c

Attached Files Screenshot_145.pngScreenshot_146.png
Last edited by Grat; 07/14/19 12:03.