Looks that should work for both the i-net and 800#, Rashid. I use i-net so just specify the one, but also add some wellness indicators to sort on. -Bob -------------- output = "irldaily.lst"; exchange = irldaily; integer tbar, lbar; daystoload 300; tbar:= 0; // in case you want to look back set MACD = 13,34,9; println symbol,",",date(tbar),",",close(tbar):8:3,",", 100*(close(tbar)-MovAvg(tbar,20,cl))/close(tbar):4:3,",", 100*(close(tbar)-MovAvg(tbar,150,cl))/close(tbar):4:3,",", (MACD(tbar) -MACDSignal(tbar)):4:2,",",description; |