• Home
  • Knowledgebase
  • Blog
  • My Account
  • Try VertexFX
  • Home
  • Knowledgebase
  • Blog
  • My Account
  • Try VertexFX

TimeSeries

home/Knowledge Base/Technical Support/API/Client API's/VTL/VTL Client Scripts/TimeSeries/CopyTime

CopyTime

107 views 0 Updated on December 26, 2023 hybrid-solutions

Syntax

Public Function CopyTime(chartID As Long, startPos As Long, Count As Long, ByRef timeArray As Variant)As Integer

Description

This function is used to return the history data of the timebars for a specific chart and put the result on a timeArray variable.

Parameters

Key Description
chartIndex Chart identifier, 0 is the current chart, the value of type Long
startPos The start position to copy, the value of type Long.
Count The end position to copy, the value of type Long.
timeArray The copied data, the value of type Variant.

Return value

Returns the copied data count. If -1 is returned there is an error.

Sample

Public Sub main()Dim timeArray AlertMessage CopyTime(0,1,Bars(0),timeArray) ' Returns -1 if there was an error. End Sub

See Also

  • GetOpen
  • GetHigh
  • GetLow

Back to VTL Client Script Index

Was this helpful?

Yes  No
Leave A Comment Cancel reply

CopyClose  

About
VertexFX Trader has a closed-loop trading structure with BackOffice dealing desk, Client Terminals, Dedicated Hosting, White Labelling and Bridging Capabilities. Through VertexFX Risk Management Bridge...
Categories
  • Release Notes
  • Technical Support
  • VertexFX Pro Setup
  • Mobile Trader
  • Lite VertexFX Mobile Trader
Community
  • Blog
  • Media Center
Need Support?
If you need any further help, don't hesitate to send a support request to our support team.
Contact Support
  • Privacy Policy
  • Brokers Terms
  • Traders EULA
  • ISV Terms
  • Plugins EULA
  • Copyright 2024 hybridsolutions.com. All Rights Reserved.