Hybrid Solutionsis pleased to announce the new release VertexFX 10.0.6 with the following Features and Solved Bugs:
VertexFX Backoffice
Solved Bugs:
- Live Update case.
- Save Chart Image option.
- Show series info when mouse over series.
- Fixed custom period in the History Tab.
- Solved some minor bugs in the chart.
VertexFX Client
Solved Bugs:
- Live Update case.
- Save Chart Image option.
- Show series info when mouse over series.
- Fixed custom period in the History Tab.
- Solved some minor bugs in the chart.
New Features in VTL
1. New VTL Client Methods:
- In ENUM_SYMBOL_INFO_INTEGER a new value was added (SYMBOL_PIP_LOCATION)
- GUI Section
- ObjectSeriesGetValue
- ObjectSeriesSetValue
- ObjectGetValueByPoint
2. Removed the following VTL Client Methods.
- ArrayGetAsSeries
- AddEntry
- Account Information
- RemoveFile
- PutEntry
- CurrentLine
- CurrentEntry
- FileWrite
- Objectdescription
3. Updated the following VTL Client Methods.
- Public Sub OnTick (symbolName)
- Public Sub OnCalculate( symbolName, symbolPeriod, openVal, highVal,lowVal, closeVal )
- Public Function Bars (chart_id) as Long
4. New VTL Server Methods:
5. Removed the following from VTL Server Methods.
- OrderSend
6. Updated the following VTL Server Methods.
- NewOrderResult
- CloseOrderResult
- NewLimitOrderResult
- NewSLTPOrderResult
- UpdateLimitOrderResult
- DeleteLimitOrderResult
- DeleteSLTPOrderResult
- UpdateSLTPOrderResult
- Raise DeleteSLTPOrderResult, DeleteLimitOrderResult, UpdateSLTPOrderResult, UpdateLimitOrderResult, NewSLTPOrderResult, NewOrderResult, CloseOrderResult and NewLimitOrderResult directly with no need of adding AddHandler