Search found 17 matches

by maxzhi
16 Feb 2022
Forum: MultiCharts .NET
Topic: Pivot Price
Replies: 3
Views: 1095

Re: Pivot Price

Hi maxzhi, you can do it similar to how it is done in the Pivot_High indicator. When a new pivot is detected the PivotHighVSBar function will return a value other than -1 (when there is no new pivot it will return -1). At that moment the pivot high is the bar rightstrength bars to the right of the ...
by maxzhi
15 Feb 2022
Forum: MultiCharts .NET
Topic: Pivot Price
Replies: 3
Views: 1095

Pivot Price

How do I call a Pivot price from Pivot_Low or Pivot_High?
by maxzhi
14 Feb 2022
Forum: MultiCharts .NET
Topic: VolumeProfile in scanner
Replies: 5
Views: 1537

VolumeProfile in scanner

I want to use custom study based on Volume Profile options in scanner. As I know study works when VP is enabled. But how enable VP in scanner? Or there is another way?
by maxzhi
09 Feb 2022
Forum: User Contributed Studies
Topic: VWAPs with Session break
Replies: 4
Views: 2133

Re: VWAPs with Session break

Hi, I'm happy to be of some help for someone.
The file has been downloaded 170 times but you're the first one which stops here :D
Unluckily I moved back to MC PL so I can't help you for further develpoments.
Ok :D Thank you!
by maxzhi
09 Feb 2022
Forum: User Contributed Studies
Topic: VWAPs with Session break
Replies: 4
Views: 2133

Re: VWAPs with Session break

I modified both VWAP_reset and VWAP_nonresettable to take in account custom sessions. Now both will reset on new session: _non reset version will reset on new session _reset version will reset on new session and on manually input time and not on midnight (no more Cinderella style). VWAP with Sessio...
by maxzhi
08 Feb 2022
Forum: MultiCharts .NET
Topic: Bar Delta
Replies: 3
Views: 1080

Re: Bar Delta

Hello maxzhi,

For any bar Max = Close, Min = Low, Close = Close.
Tammy,

thx, but how to call a Delta per bar? what's the syntaxis?
by maxzhi
06 Feb 2022
Forum: MultiCharts .NET
Topic: Bar Delta
Replies: 3
Views: 1080

Bar Delta

Hello!

is there any sample code how to get Delta(max, min, close) value for a bar? I didn't find any example in tutorial.
by maxzhi
20 Mar 2019
Forum: MultiCharts .NET
Topic: ZigZag ind not work?
Replies: 5
Views: 1981

Re: ZigZag ind not work?

maxzhi,

RetracePct - minimum percentage difference between swing points to plot.
Thank you Svetlana,
is there a ZigZag indicator in which the leg is calculated based on a high / low 1 bar ( or n-bars)?
regards,
by maxzhi
20 Mar 2019
Forum: MultiCharts .NET
Topic: VolumeArea for ZigZag
Replies: 0
Views: 1019

VolumeArea for ZigZag

Hi,
Could someone add ValueArea to the ZigZag indicator, so that the VAH,VAL,POC, Profile would be displayed for the every leg?
regards,
by maxzhi
19 Mar 2019
Forum: MultiCharts .NET
Topic: ZigZag ind not work?
Replies: 5
Views: 1981

Re: ZigZag ind not work?

Hello, maxzhi, It is required to find the correct RetracePct input for each symbol. By default, the input value is quite big. Usually the suitable value is from 0 to 1. RetracePct is mean the number of bars? For example, if the last leg was down and we're looking for a new up leg on a 9-Bar Zig Zag...
by maxzhi
18 Mar 2019
Forum: MultiCharts .NET
Topic: WyckoffVolume indicator
Replies: 0
Views: 1052

WyckoffVolume indicator

Hello!
Can someone help with the indicator. I want to make the indicator calculated on high / low. Now it is calculated on the Bars Close. In addition, the volume histogram is incorrectly calculated, according to the swing price.

regards,
by maxzhi
18 Mar 2019
Forum: User Contributed Studies
Topic: Wyckoff Wave Volume
Replies: 5
Views: 5612

Re: Wyckoff Wave Volume

This is my first contribution, I do not guarantee for the validity of the indicator and any other issues which can be caused by using this indicator. The indicator itself should be seen as a starting point for modeling the famous wyckoff wave indicator. I guess there could be a better implementatio...
by maxzhi
13 Mar 2019
Forum: MultiCharts .NET
Topic: ZigZag ind not work?
Replies: 5
Views: 1981

ZigZag ind not work?

Hey. I add the ZigZag_pcnt or ZigZag_pnts indicator to the chart, but nothing is displayed on the chart. I tried different timeframe and indicator settings. Why?

regards,
by maxzhi
18 Apr 2018
Forum: MultiCharts .NET
Topic: VAValue
Replies: 5
Views: 2687

Re: VAValue

Hello Maxzhi, you can programmatically access the volume within the value area for a bar using the Volume Profile collection: https://www.multicharts.com/trading-software/index.php/4.7.6_Volume_Profile. You can also display the Volume Profile for a session/bar and have it display the value area by ...
by maxzhi
05 Apr 2018
Forum: MultiCharts .NET
Topic: VAValue
Replies: 5
Views: 2687

Re: VAValue

Hello Maxzhi,

Please describe in more details the indicator you are looking for or attach an image demonstrating your inquiry.
Hello Henry,

I attached a file. I hope everything is clear.

thx,
by maxzhi
01 Apr 2018
Forum: MultiCharts .NET
Topic: VAValue
Replies: 5
Views: 2687

VAValue

Hello,

what is the code for indicator which display Volume Area Value like a Histogramm?

thx,
by maxzhi
10 Aug 2017
Forum: MultiCharts .NET
Topic: How to count bars using CalcBar() [SOLVED]
Replies: 5
Views: 4463

Re: How to count bars using CalcBar() [SOLVED]

Greetings,

Another question on this topic... I am new to the Multicharts.NET. I want to create a code which calculate number of Bars for each Day. Of course, this is for chats with a resolution of ticks, Ranko, Range, not for Regular Chart.
regards,

Go to advanced search