Search found 23 matches

by ycomp
26 Apr 2018
Forum: User Contributed Studies
Topic: BetterVolume indicator
Replies: 14
Views: 12434

Re: BetterVolume indicator

great, thanks for clarifying things and updating the indicator )
by ycomp
25 Apr 2018
Forum: User Contributed Studies
Topic: BetterVolume indicator
Replies: 14
Views: 12434

Re: BetterVolume indicator

thanks... what is the difference between the PB and non-PB versions?

Would it only work with futures or will it work with Forex tick data also?
by ycomp
25 Apr 2018
Forum: User Contributed Studies
Topic: BetterVolume indicator
Replies: 14
Views: 12434

Re: BetterVolume indicator

can this "Better Volume" indicator paint the candlesticks by "Better Volume" color?
by ycomp
28 Oct 2013
Forum: MultiCharts .NET
Topic: chart not remembering position
Replies: 6
Views: 2106

Re: chart not remembering position

Perhaps you have the crosshair enabled and you are clicking in charts in other workspaces with this enabled? With kind regards, MK no.. it even can even happen sometimes if I simply minimize the program and when I restore the multicharts program, many of the charts no longer have the latest bars vi...
by ycomp
28 Oct 2013
Forum: MultiCharts .NET
Topic: chart not remembering position
Replies: 6
Views: 2106

Re: chart not remembering position

Hello ycomp,

Please go to View tab-> Tracking settings. Are any of the options enabled?
anything else I can try? I tried to turn tracking off or on.. it seems to not fix this problem
by ycomp
28 Oct 2013
Forum: MultiCharts .NET
Topic: chart not remembering position
Replies: 6
Views: 2106

Re: chart not remembering position

Hello ycomp,

Please go to View tab-> Tracking settings. Are any of the options enabled?
anything else I can try? I tried to turn tracking off or on.. it seems to not fix this problem
by ycomp
28 Oct 2013
Forum: MultiCharts .NET
Topic: chart not remembering position
Replies: 6
Views: 2106

chart not remembering position

I have a strange problem.. when I change to another chart window or to another workspace and then go back to the original chart window, often the chart is not showing the latest data anymore.. i must scroll to the end of the chart... (the chart was at the end already before I switched to another cha...
by ycomp
23 Oct 2013
Forum: MultiCharts .NET
Topic: how to reload data for a symbol in quote manager?
Replies: 6
Views: 2218

Re: how to reload data for a symbol in quote manager?

8.7 NET doesn't autofill the missing data once connection is back.. at least not for LMAX datafeed. Haven't tested the others datafeeds for this
by ycomp
23 Oct 2013
Forum: MultiCharts .NET
Topic: how to reload data for a symbol in quote manager?
Replies: 6
Views: 2218

Re: how to reload data for a symbol in quote manager?

Hi, what is the correct way to reload data for a symbol in the Quote Manager? You can not reload the data in the QuoteManager; you have to do this on the chart . that's rather time consuming if many charts... this is a common problem if internet is lost or computer accidentally goes into standby......
by ycomp
22 Oct 2013
Forum: MultiCharts .NET
Topic: how to reload data for a symbol in quote manager?
Replies: 6
Views: 2218

how to reload data for a symbol in quote manager?

Hi, what is the correct way to reload data for a symbol in the Quote Manager?

(so that all charts will be updated with the correct data)
by ycomp
18 Oct 2013
Forum: MultiCharts .NET
Topic: How to set the y-axis gridline interval?
Replies: 1
Views: 1559

How to set the y-axis gridline interval?

How can I configure the Y-Axis so that I can space the horizontal gridlines every 10 ticks, for example?
by ycomp
15 Oct 2013
Forum: MultiCharts .NET
Topic: Chart Ruler
Replies: 1
Views: 1462

Chart Ruler

is there any kind of Chart Ruler to measure ticks... either built into the platform or available as an indicator or something?
by ycomp
11 Oct 2013
Forum: MultiCharts .NET
Topic: How can I prevent alerts from switching workspaces?
Replies: 2
Views: 1585

Re: How can I prevent alerts from switching workspaces?

ycomp, This should not happen. We were unable to replicate this behavior on our end. Please specify the exact version and build number of MultiCharts you are running and attach a video demonstrating this case. You can also come to our live chat Monday-Friday 6:30 am - 4 pm EST to demonstrate it rem...
by ycomp
08 Oct 2013
Forum: MultiCharts .NET
Topic: How can I prevent alerts from switching workspaces?
Replies: 2
Views: 1585

How can I prevent alerts from switching workspaces?

I have an indicator producing alerts (those yellow popup windows), but it is automatically switching workspaces... this is very confusing sometimes.

I am not clicking on them, they do this automatically...

how can I disable this?
by ycomp
08 Oct 2013
Forum: MultiCharts .NET
Topic: C#: Indicator Coding: Plot default values not appearing
Replies: 2
Views: 1616

C#: Indicator Coding: Plot default values not appearing

Hi, I create an indicator in C#... that plots a few plots on the chart... when I add the Study to the chart, it gets the colors right... all plots have correct colors... but it just draws solid lines... but in my constructor parameters for new PlotAttributes(...), I specify they are dashed and thick...
by ycomp
07 Oct 2013
Forum: MultiCharts .NET
Topic: my Indicator has plot lines that can squeeze chart [SOLVED]
Replies: 1
Views: 1548

my Indicator has plot lines that can squeeze chart [SOLVED]

I have developed an Indicator in C# that plots some lines on top of the main chart... however, the problem is that the plot lines force themselves to be always visible on the chart... this can make my candesticks very small sometimes if the lines are far from the high or low of the chart window. how...
by ycomp
04 Oct 2013
Forum: MultiCharts .NET
Topic: Auto-Attaching Multiple Exit Strategies
Replies: 3
Views: 1966

Re: Auto-Attaching Multiple Exit Strategies

Hello ycomp, Master strategy cannot be combined with the other exit strategies on the same order object. understood... But, if I don't use MS, then can I can attach multiple individual exit strategies like take profit, stop loss and break even to the same order? Just asking to confirm that wouldn't...
by ycomp
03 Oct 2013
Forum: MultiCharts .NET
Topic: what does barspast input parameter of Trendlines Automatic
Replies: 1
Views: 1471

what does barspast input parameter of Trendlines Automatic

what does barspast input parameter of Trendlines Automatic Indicator signify?
by ycomp
02 Oct 2013
Forum: MultiCharts .NET
Topic: Auto-Attaching Multiple Exit Strategies
Replies: 3
Views: 1966

Auto-Attaching Multiple Exit Strategies

Can I Auto-Attach as many exit strategies as I like?

for example, if I auto-attach a master strategy (and define all 5 trailing stops in there), can I auto-attach a trailing stop strategy as well? (to provide a few more levels of trailing stops) ?
by ycomp
01 Oct 2013
Forum: MultiCharts .NET
Topic: how to create custom button? [SOLVED]
Replies: 2
Views: 2558

how to create custom button? [SOLVED]

Hi, I googled and searched help but I didn't seem to find anything about creating custom buttons just that it was possible... but no info how to do it.

I want to code a custom button that will toggle this historical orders on the chart on/off.

or does this functionality already exist somewhere?
by ycomp
01 Oct 2013
Forum: MultiCharts .NET
Topic: Clicking a detached chart window...
Replies: 1
Views: 1318

Clicking a detached chart window...

I have 2 monitors... with charts open on both... workspace 2 active in MultiCharts application window, which is sitting on monitor 2. when I click the taskbar icon of a chart on the first monitor of workspace 1, it switches to workspace 1 in Multicharts application and my workspace 2 chart on Monito...
by ycomp
30 Sep 2013
Forum: MultiCharts
Topic: Hide Study from Data Window [SOLVED]
Replies: 1
Views: 1104

Hide Study from Data Window [SOLVED]

How do I hide a Study from the Data Window... and this Data Box that pops up when I click the chart?

I have some moving averages I want to hide from the Data Window
by ycomp
30 Sep 2013
Forum: MultiCharts
Topic: Chart Gap at right of chart [SOLVED]
Replies: 1
Views: 1041

Chart Gap at right of chart [SOLVED]

Hi, how can I reduce this margin at the right of a chart? There is a huge space on my charts...

Go to advanced search