Volume Indicator

Questions about MultiCharts and user contributed studies.
Mir
Posts: 8
Joined: 30 Sep 2021

Volume Indicator

Postby Mir » 24 Nov 2021

Hi

Hi
I am trying to make a custom indicator which will show me daily volume/contracts traded in the Market and volume in Histogram will show GREEN if Price (Close>open) and RED if Price (Close<open). Thanks for your advice.
Attachments
Screenshot (61).png
(214.02 KiB) Not downloaded yet

Mir
Posts: 8
Joined: 30 Sep 2021

Re: Volume Indicator

Postby Mir » 24 Nov 2021

Or just Volumn

User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Re: Volume Indicator

Postby TJ » 24 Nov 2021

In EasyLanguage/PowerLanguage,

VOLUME means ticks, and
TICKS means volume.

(It's a long story; This is a legacy problem that goes back 30+ years)

For more info, please read the descriptions of each keyword in the PowerLanguage Keyword Reference:
https://www.multicharts.com/trading-sof ... /Main_Page

User avatar
joebone
Posts: 175
Joined: 05 Sep 2018
Has thanked: 53 times
Been thanked: 4 times

Re: Volume Indicator

Postby joebone » 09 Dec 2021

TJ nailed it.

open up the script for Volume in the power language editor. You can get an idea of what your looking at there


Return to “MultiCharts”