Hi,

I'm trying the panel and I have small problem. After [TRADE] button is show correct. But after [STOP] not close.

Code:
function tick(){
	if(is(TRADEMODE) && !is(LOOKBACK)){
		panel(6,2,GREY,90);
		panelSet(0,0,"Equity",0,1,0); 
		panelSet(0,1,strf("%.2f",Equity),0,2,0);
		panelSet(1,0,"Balance",0,1,0); 
		panelSet(1,1,strf("%.2f",Balance),0,2,0);
		panelSet(2,0,"Capital",0,1,0); 
		panelSet(2,1,strf("%.2f",Capital),0,2,0);

	}	
}



in the function run I have:
Code:
set(TICKS];