Today
2 shorts - 2 wins
1 long - loss 2.6 cents loss avg per share. Loss was double the share size, could have been much worst.
Friday 2 fills short 2 wins, 6.2 c/s avg, strange, expected more fills with such a gap up
Try
http://www.economagic.com/fedbog.htm
http://www.economagic.com/em-cgi/PW_MChartOmni.exe/save:economagic!fedbogCM3m152030y
You can create a variety of charts, by turning advanced features on, and selecting desired series.
I hope this helps.
Try the following
Sub TimeDisplay()
Sheets("Sheet1").Range("A1") = Now
Application.OnTime Now + TimeValue("00:01:00"), "TimeDisplay"
End Sub
It will place the present time every minute in cell A1, Sheet1
You'd need to format A1 with your required time format eg hh:mm:ss
I hope...
This maybe of help.
Dynamic formulas, ranges, similar to dynamic charts.
http://www.tushar-mehta.com/excel/newsgroups/dynamic_charts/index.html#LastSoMany