Hello ,
Yes , Here's the example [ 2 scripts]
.NSEI And NIFTY_F1
you can change script from parameter window also and you can add as many as you like depends on your [ pc / laptop ] screen size
tickerA = ParamStr( "TickerA", ".NSEI" );
tickerB = ParamStr( "TickerB", "NIFTY_F1" );
PlotForeign( tickerA, "\nChart of "+tickerA,ParamColor( "Price ColorA", colorWhite ), styleLine |styleOwnScale|styleNoLabel);
PlotForeign( tickerB, "\nChart of "+tickerB,ParamColor( "Price ColorB", colorGreen ), styleLine |styleOwnScale|styleNoLabel);
hope this is what you were looking for
Yes , Here's the example [ 2 scripts]
.NSEI And NIFTY_F1
you can change script from parameter window also and you can add as many as you like depends on your [ pc / laptop ] screen size
tickerA = ParamStr( "TickerA", ".NSEI" );
tickerB = ParamStr( "TickerB", "NIFTY_F1" );
PlotForeign( tickerA, "\nChart of "+tickerA,ParamColor( "Price ColorA", colorWhite ), styleLine |styleOwnScale|styleNoLabel);
PlotForeign( tickerB, "\nChart of "+tickerB,ParamColor( "Price ColorB", colorGreen ), styleLine |styleOwnScale|styleNoLabel);
hope this is what you were looking for