category Trend  at 18/06/2019

VWAP

Description

The volume-weighted average price indicator for cTrader.

Free Download: https://www.algodeveloper.com/product/vwap/​

If you have any question or issue with our product please contact us via our site live chat or if we were offline leave a message, if you post a comment here we will not get any notification and we will not be able to help you.


using cAlgo.API;

namespace cAlgo.Indicators
{
    [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class Blank : Indicator
    {
        protected override void Initialize()
        {
            ChartObjects.DrawText("AlgoDeveloper", "Please download this indicator from AlgoDeveloper.com", StaticPosition.Center, Colors.Red);
        }

        public override void Calculate(int index)
        {
        }
    }
}


afhacker's avatar
AlgoDeveloper

Joined 15.10.2015

  • Type: free
  • Language: C#
  • Trading Platform: cTrader Automate
  • Filename: Blank.algo
  • Rating: 0
  • Downloads: 10696
Comments
Only logged in users can post a comment
PA
paymanz · 3 years ago

doesnt works correctly

AU
aureliofjbordalo · 3 years ago

to be honest im getting tired of this bad bad plataform and all their nonsene indicators 

swingfish's avatar
Mario Hennenberger · 6 years ago

vWap on a hourly chart ?? really ? 

could you pose a current screenshoot of a M5 chart (a recent one) without the other lines in it .. so its clear what is what