Search found 6 matches

by Murat35
04 Aug 2022
Forum: MultiCharts .NET
Topic: Pass indicator value from tick chart to minute chart
Replies: 2
Views: 736

Re: Pass indicator value from tick chart to minute chart

Hi Svetlana,

I figured out that I can use SharedVar from f1x and use this software as a global variable storage.

Basically my indicator on the tick chart is calculating the value and stores it there. Another indicator on the minute chart is calling this value and plots it on the chart.
by Murat35
25 Jul 2022
Forum: MultiCharts .NET
Topic: Pass indicator value from tick chart to minute chart
Replies: 2
Views: 736

Pass indicator value from tick chart to minute chart

Dear Members, currently I am trying to calculate an indicator based on tick data (2000) and plot it into a minute chart. I tried to use the BarsofData(n) keyword but the indicator would only calculate at the end of the minute bar and is ignoring milisecond timestamp. Is there a solution for doing th...
by Murat35
02 Jul 2022
Forum: MultiCharts .NET
Topic: Reference higher .Net Frameworks
Replies: 1
Views: 850

Reference higher .Net Frameworks

Dear Traders, I am trying to implement the CognitiveServices Nuget Package into my script using a dll. Everything compiles but when I apply the study to the chart I am getting the following error: Unable to load method. Therefore I wanted to ask if someone was able to reference a dll or nuget packag...
by Murat35
29 Apr 2022
Forum: MultiCharts .NET
Topic: Fill area between two plots on subchart
Replies: 3
Views: 936

Re: Fill area between two plots on subchart

Hi Tammy,

first of all thanks for the reply ! I know that I can use the IChartCustomDraw interface to fill the area between two plots but I want to
fill the area on an indicator subchart and not on the primary chart. Is there any way to do this ?

Best regards,

Murat35
by Murat35
26 Apr 2022
Forum: MultiCharts .NET
Topic: Fill area between two plots on subchart
Replies: 3
Views: 936

Fill area between two plots on subchart

Hi Guys,

I wanted to ask whether someone found a way to fill the area between two plots on the subchart.

Many thanks in advance !
by Murat35
13 Jan 2022
Forum: MultiCharts .NET
Topic: Select certrain ILevels in script
Replies: 1
Views: 825

Select certrain ILevels in script

Dear Forum Members, I am aiming to identify the imbalance delta per bar using bid ask levels. I am able to get the bid ask values per level and store the data in variables but I can not compare these values to the values in the previous levels. Does anyone know how to do that ? I am currently using ...

Go to advanced search