VertexFX Trading Language (VTL)
This is the soul of the scripting language in VertexFX. It is a procedural programming language that was developed specifically to serve traders, strategy makers and Technical Analysts (TA). VTL is a powerful and versatile programming language for traders. The language provides the framework required to build sophisticated trading programs as Expert Advisers (EA), Auto Traders, Robots, Alerts and Custom Indicators.
It’s supported by a user friendly Editors for its both Server Side VTL where script is hosted at the VertexFX Server and Client Side VTL where Script is running at the client terminal itself. A free community forum is available to deliver enough development support for VTL.
VTL offers great advanced features that represent the future of trading and start the new generation of online trading systems, VertexFX has penetrated the trading world by its advanced scripting language VTL.
VTL has many competitive features, VTL has 2 modes:
1- VTL Server: Where Script is hosted at VertexFX Server. Programmers can program scripts in a .NET-like syntax with all its capability includes Object Oriented Programming functionality. Usually Expert Advisers, Auto traders and Robots can be built using VTL server where no need to keep your Client Terminal running.
2-VTL Client: Where Script is running regularily at Client terminal and can be programmed using VTL Editor using a VB6-like language. Usually Custom Indicators, Alerts and Expert Advisors (again) are built using VTL Client where a GUI interface is expected as output.
VTL Deliverable:
There are many aspects for using VTL that shown below:
- Custom Indicators
- Scripts
- Alerts
- Auto Trades
- Expert Advisors
- GUI
VTL Editor will be your guide in each one to guide you how you can build your strategy script and compile it by using the compiler of VTL Editor to make sure that your script is free of errors.
VertexFX Trader facilitate stand-alone environment for writing and testing strategies.
VTL Server Script Index (Server Stored Scipts):
- CallingResultsEnum
- OperationTypeEnum
- NewOrderResultEnum
- ENUM_ORDER_TYPE
- ENUM_SYMBOL_INFO_DOUBLE
- ENUM_SYMBOL_INFO_INTEGER
- ENUM_SYMBOL_INFO_STRING
- ENUM_ACCOUNT_TYPE
- ENUM_ACCOUNT_INFO_INTEGER
- ENUM_ACCOUNT_TRADE_MODE
- ENUM_ACCOUNT_INFO_DOUBLE
- ENUM_ACCOUNT_INFO_STRING
- ENUM_HISTORY_TYPE
- ENUM_PERIOD
- CSymbol
- CPosition
- ENUM_TRADE_ACTION_TYPE
- ENUM_TRADE_RESULT
- ENUM_POSITION_PROPERTY_DOUBLE
- ENUM_POSITION_PROPERTY_INTEGER
- ENUM_POSITION_PROPERTY_STRING
- ENUM_POSITION_PROPERTY_BOOL
- ENUM_POSITION_PROPERTY_TIME
- ENUM_ORDER_PROPERTY_INTEGER
- ENUM_ORDER_PROPERTY_DOUBLE
- ENUM_ORDER_PROPERTY_STRING
- VTLTick
- Order
- NewMarketOrder
- CloseMarketOrder
- AcceptOrder
- RejectOrder
- NewLimitOrder
- NewSLTPOrder
- UpdateLimitOrder
- UpdateSLTPOrder
- DeleteSLTPOrder
- DeleteLimitOrder
- PositionsTotal
- OrderByIndex
- OrderByID
- OrdersTotal
- OpenPositionByTicket
- PositionSelectByIndex
- PositionGetDouble
- PositionGetInteger
- PositionGetString
- PositionGetBool
- PositionGetTime
- PositionGetSymbol
- SelectOrderByID
- SelectOrderByIndex
- CloseMulitPositions
- CloseByHedge
- OrderType
- OrderSymbol
- OrderLots
- OrderTime
- OrderPrice
- OrderGetDouble
- OrderGetInteger
- OrderGetString
- OrderGetId
- LimitPrice
- LimitRelation
- SlTpPrice
- SlTpRelation
- Chaikin Volatility Oscillator
- Chande Momentum Oscillator (CMO)
- Detrended Price Oscillator
- Ease of Movement
- Moving Average Convergence / Divergence (MACD)
- Momentum
- Price Oscillator
- Stochastic Oscillator
- TRIX
- Ultimate Oscillator
- Vertical Horizontal Filter
- Volume Oscillator
- Williams’ %R
- AverageTrueRange
- FractalChaosOsillator
- ParabolicSAR
- Williams’ Accumulation/Distribution
- Aroon
- DirectionalMovementSystem
- GoldenDeathCross
- LinearMomentumOscillator
- RainbowOscillator
- StochRSI
- PrimeNumberOscillator
- Accumulative Swing Index
- Average True Range
- Comparative Relative Strength
- Mass Index
- Money Flow Index
- Performance
- Relative Strength Index (RSI)
- Swing Index
- Trade Volume Index
- OnBalanceVolume
- PriceVolumeTrend
- PositiveVolumeIndex
- NegativeVolumeIndex
- ChaikinMoneyFlow
- CommodityChannelIndex
- StochasticMomentumIndex
Watch VertexFX Trading Language “VTL” Client & Server Side Scripting Video
See Also
VTL Client Script Index
Last Modified: 12 October 2016 01:10 PM
To use the VTL Editor, install the VertexFX Client Terminal.
To have the full ISV Development API KIT, register as ISV first.