QQQ bounced back from the support at 34. The big intraday swing probably caused a lot of pains among many. It needs to take out 35.5 to show the strength of the bulls.
Better xsd.exe
now, it supports property, collection, import and option not to generate codes for imported types. download.
for more info, check here.
Statement.xsd
CashAccount.xsd
‘ Statement.vb
‘
_
Public Class ConsolidatedAccountStatementResponse
Private _cashAccounts As CashAccountCollection
‘
_
Public Property CashAccounts As CashAccountCollection
Get
Return Me._cashAccounts
End Get
Set
Me._cashAccounts = value
End Set
End Property
End Class
Public Class CashAccountCollection
Inherits System.Collections.CollectionBase
Public Default Property Item(ByVal idx As Integer) As CashAccount
Get
Return CType(MyBase.InnerList(idx),CashAccount)
End Get
Set
MyBase.InnerList(idx) = value
End Set
End Property
Public Function Add(ByVal value As CashAccount) As Integer
Return MyBase.InnerList.Add(value)
End Function
End Class
QQQ
QQQ is once again sitting at the support level 34. it’s forming a triple bottom. Selling is gradually becomming over-sold condition. Seek long entry in this area and set stop loss below 34.
QQQ
QQQ is once again sitting at the support level 34. it’s forming a triple bottom. Selling is gradually becomming over-sold condition. Seek long entry in this area and set stop loss below 34.
MT 3.0 upgrade failed
After the upgrade from MT 2.63 to MT 3.0, I could not log in anymore. Not sure what’s going on, so back out the upgrade.