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

Technical Indicator

home/Knowledge Base/Technical Support/API/Client API's/VTL/VTL Client Scripts/Technical Indicator/MACD

MACD

23 views 0 Updated on December 16, 2021 hybrid-solutions

Syntax

Public Function MACD(chart_ID As Long ,longCycle As Integer, ShortCycle As Integer,SignalPeriod As Integer) As String

Description

The MACD is a moving average oscillator that shows potential overbought/oversold phases of market fluctuation.

The MACD is a calculation of two moving averages of the underlying price/indicator. The histogram is simply a bar graph of the MACD minus the MACD Signal line.

Buy/Sell interpretations may be derived from crossovers (calculated from the Signal Periods parameter), overbought/oversold levels of the MACD and divergences between MACD and actual price.

Parameters

Key Description
chart_ID Chart identifier, 0 is the current chart, a value of type Long
longCycle Specifies the long length of time used in the moving average calculations, avalue of type Integer.
ShortCycle Specifies the shortlength of time used in the moving average calculations, a value of type Integer.
SignalPeriod The calculation period, on which the indicator will be calculated, a value of type Integer

Return value

Returns the handles of a technical indicator, in case of failure returns an empty string.

Sample

Public Sub main()AlertMessage (MACD(0, 12, 14, 9)) 'Draws the indicator on the chart and shows an Alert Message with the indicator name.End Sub

See Also

  • MomentumOscillator
  • MovingAverageEnvelope
  • RelativeStrengthIndex


Back to VTL Client Script Index

Was this helpful?

Yes  No
Leave A Comment Cancel reply

  TypicalPrice

TradeVoulmeIndex  

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.