Search found 19 matches

by krisnara
19 Oct 2023
Forum: MultiCharts
Topic: LINE GRAPH BUT BASED ON HIGH/LOW INSTEAD OF CLOSE [SOLVED]
Replies: 7
Views: 625

Re: LINE GRAPH BUT BASED ON HIGH/LOW INSTEAD OF CLOSE [SOLVED]

Can this be enhanced such that we can give different color options for the Up and Down Waves ?
by krisnara
17 Oct 2023
Forum: MultiCharts
Topic: Mouse click ABC to get the Retracement Value
Replies: 0
Views: 240

Mouse click ABC to get the Retracement Value

I would appreciate if you can help code e a way to get the retracement value of Point C upon clicking ( shift+left mouse click ) A (High),B(Low) and C (Retracement point) ? In this example 70,55% is the retracement value.
by krisnara
17 Oct 2023
Forum: MultiCharts
Topic: Printing Values above and Below Bar
Replies: 0
Views: 249

Printing Values above and Below Bar

Is it possible to print a down arrow and then a value above the arrow ? For example ,I want to put a Red arrow on top of a bar if High-Close value is more than 10% of the Bar's Range (High-Close) and then above the arrow print the value of High-Close .I also want to print High-Low value (Range) belo...
by krisnara
12 Oct 2023
Forum: MultiCharts
Topic: LINE GRAPH BUT BASED ON HIGH/LOW INSTEAD OF CLOSE [SOLVED]
Replies: 7
Views: 625

Re: LINE GRAPH BUT BASED ON HIGH/LOW INSTEAD OF CLOSE [SOLVED]

Thanks Mr TJ. It now works exactly as I needed. Really appreciate your help. I am posting a working picture for benefit of other users.
by krisnara
10 Oct 2023
Forum: MultiCharts
Topic: LINE GRAPH BUT BASED ON HIGH/LOW INSTEAD OF CLOSE [SOLVED]
Replies: 7
Views: 625

Re: LINE GRAPH BUT BASED ON HIGH/LOW INSTEAD OF CLOSE [SOLVED]

Thanks for the reply.I am getting a compile error though.

------ Compiled with error(s): ------
Unknown Function
line 7, column 0
by krisnara
08 Oct 2023
Forum: MultiCharts
Topic: Price Labels upon pressing Ctrl Mouse Click
Replies: 3
Views: 539

Re: Price Labels upon pressing Ctrl Mouse Click

Thanks Svetlana..Very Useful Indicator..Can someone please modify it to use Ctrl Shift MouseClick instead of a just a MouseClick.
by krisnara
08 Oct 2023
Forum: MultiCharts
Topic: LINE GRAPH BUT BASED ON HIGH/LOW INSTEAD OF CLOSE [SOLVED]
Replies: 7
Views: 625

LINE GRAPH BUT BASED ON HIGH/LOW INSTEAD OF CLOSE [SOLVED]

I am looking for a single line to be drawn like a Line Graph based on close. However instead of using the close price, the code should plot the high of the bar,if the bar is an UpBar and the low of the bar ,if the bar is a DownBar. So in the end ,all we get is a Single line.I have this working for a...
by krisnara
08 Oct 2023
Forum: MultiCharts
Topic: Good PaintBar Study
Replies: 0
Views: 259

Good PaintBar Study

Can you please share/recommended a good Paint Bar Study for Multicharts ?
by krisnara
23 Feb 2023
Forum: MultiCharts
Topic: Price Labels upon pressing Ctrl Mouse Click
Replies: 3
Views: 539

Price Labels upon pressing Ctrl Mouse Click

I would very much appreciate if you can guide on how to put dynamic price labels when I click or Ctrl Mouse Click on Pivots High and Pivot lows. This will help easily see the support and resistance .I Believe this is better than using Horizontal lines. I have attached a picture to better explain thi...
by krisnara
23 Feb 2023
Forum: MultiCharts
Topic: Moving Average's Distance from Price help
Replies: 3
Views: 402

Re: Moving Average's Distance from Price help

Thanks Svetlana. I managed to code an indicator what plots a histogram in the bottom pane ie the sub-graph,the distance from the price.But I want this value to appear in (brackets) at the end of the MA.
by krisnara
23 Feb 2023
Forum: MultiCharts
Topic: Moving Average's Distance from Price help
Replies: 3
Views: 402

Moving Average's Distance from Price help

I would like to plot say 50 SMA and then right next to it, I would like to plot the distance from the price (which will be dynamic ) as pricing will keep changing. Attached a picture to explain. The Pink Line is the moving average. The displayed values are the MA value 77.38 and the distance from pr...
by krisnara
14 Feb 2023
Forum: MultiCharts
Topic: Line Chart/Graph Based on High or Low and not based on Closed Prices
Replies: 4
Views: 540

Re: Line Chart/Graph Based on High or Low and not based on Closed Prices

Thank you for the suggestion. To keep very simple, I am looking for only one line to be plotted continously.You were asking to explain how the points are to be constructed. The logic for this is like this :Check if the Bar is a Down Bar or an Up Bar. If the Bar is an UPbar ,then plot the High of the...
by krisnara
11 Feb 2023
Forum: MultiCharts
Topic: Line Chart/Graph Based on High or Low and not based on Closed Prices
Replies: 4
Views: 540

Re: Line Chart/Graph Based on High or Low and not based on Closed Prices

Thank you for the suggestion and for looking into this. I have attached some pictures from an other platform in which this has been accomplished.In the picture the Yellow line is the High/Low line and the green is the traditional line graph based on closing prices. A Line chart takes just the closin...
by krisnara
11 Feb 2023
Forum: MultiCharts
Topic: Line Chart/Graph Based on High or Low and not based on Closed Prices
Replies: 4
Views: 540

Line Chart/Graph Based on High or Low and not based on Closed Prices

I would really appreciate if this can be done in Multicharts.I want plot a chart style like the Line on Close but instead using closing prices, I want to plot the line based on High and Low prices Ie.Plot the High if the bar is an UP Bar and plot the Low if the bar is a Down Bar. I will good to have...
by krisnara
31 Oct 2022
Forum: MultiCharts
Topic: WICK SIZE IN THE TOOLTIP /DATA WINDOW [SOLVED]
Replies: 2
Views: 539

Re: WICK SIZE IN THE TOOLTIP /DATA WINDOW [SOLVED]

This works like a Charm. Thank you so much ,Kate.
by krisnara
30 Oct 2022
Forum: MultiCharts
Topic: WICK SIZE IN THE TOOLTIP /DATA WINDOW [SOLVED]
Replies: 2
Views: 539

WICK SIZE IN THE TOOLTIP /DATA WINDOW [SOLVED]

I would like to get the Bar of the Range(High -Low), UPWick Size (HIGH-CLOSE) and DownWick (CLOSE-LOW) Size in the Tool Tip ie the window that pops up when I click on the bars.
by krisnara
09 Apr 2021
Forum: User Contributed Studies and Indicator Library
Topic: Tool to calc % variation between two points
Replies: 1
Views: 2871

Re: Tool to calc % variation between two points

Happy to have come across this nice tool.I would appreciate if someone can modify it to also include the Swing distance between the 2 points and the number of bars .
by krisnara
04 Nov 2020
Forum: User Contributed Studies and Indicator Library
Topic: Percent ruler with mouse
Replies: 10
Views: 7555

Re: Percent ruler with mouse

I would appreciate if somebody can help me out on this. Sometime back while browsing the Multicharts support forum, I remember seeing a post where a user had some enhancement to this indicator such that the colors will be different for the upswing and downswing measurements.I think the user had made...

Go to advanced search