Search found 27 matches

by shortski
09 Sep 2009
Forum: MultiCharts
Topic: Scanner help
Replies: 6
Views: 1677

Maybe you're right about the real time. The scanner shows a number of no plots but on the charts, there is always a +1 or -1.

The Function is;

ELBC_Divergence = BarPx - Average(AvePx, Length);

Inputs: BarPx(Numeric), AvePx(Numeric), Length(Numeric);
by shortski
09 Sep 2009
Forum: MultiCharts
Topic: Scanner help
Replies: 6
Views: 1677

Thanks for the help TJ.

The;
else
Plot1(0, "Divergence"); plots as does the >=,<= and just shows up as zeros in the scanner, but I still can't get any breaks in the indicator on the chart.

Gotta be something subtle.

Shortski
by shortski
09 Sep 2009
Forum: MultiCharts
Topic: Scanner help
Replies: 6
Views: 1677

Thanks TJ. That plots a lot better now but as you said in your last line, I have to figure out the NoPlot zone between -1 and 1. I tried; else NoPlot ; and it wouldn't compile. So then I tried; else Plot1(""."Divergence"); and that didn't work. I did get; else NoPlot(1); to work but the chart is con...
by shortski
08 Sep 2009
Forum: MultiCharts
Topic: Scanner help
Replies: 6
Views: 1677

Scanner help

Hi all. I have the following basic Divergence scan in the scanner but it seems to retain the last positive or negative divergence even if the condition ended 5, 6 , 7 etc days ago. So I am just looking to tweak it to show only the current day. Thanks Shortski Inputs: BarPx(Close), AvePx(Close), Leng...
by shortski
21 Jul 2009
Forum: MultiCharts
Topic: How to quickly import many symbols into MultiCharts?
Replies: 11
Views: 4382

Thanks TJ. That works fine. I notice that as soon as I add a list of symbols, they will sort them selves alphabetically. And that is ok but I was wondering if I can have 'breaks' between groups of symbols? Could I have a group of tech stocks, then a break and then a group of oil stocks for instance?...
by shortski
20 Jul 2009
Forum: MultiCharts
Topic: How to quickly import many symbols into MultiCharts?
Replies: 11
Views: 4382

I can't even get "Paste" to show up when I copy a list. Insert Symbol..., Insert Study..., and Sort are the only options I see when I right click on the scanner window. I think I am trying to solve the same problem in that I want to create a number of different scan lists and be able to import a lar...
by shortski
16 Jun 2009
Forum: MultiCharts
Topic: Scanner Inputs
Replies: 9
Views: 4452

Thanks but

I used to be a TS client. I was hoping MC would have this kind of versatility. I will play with it some more and see if I can get some kind of scanning to work but it looks like I will have to go to StockFetcher or some other site at his point.
by shortski
16 Jun 2009
Forum: MultiCharts
Topic: Scanner Inputs
Replies: 9
Views: 4452

I will try to post a jpg

In sub chart 2 and 3, I have the standard MACD and the 2003 modified MACD. Included in the sub charts are the Oscillator Divergences for each indicator. This is what I would like to scan for.[/img]
by shortski
16 Jun 2009
Forum: MultiCharts
Topic: Scanner Inputs
Replies: 9
Views: 4452

TS

I can't view a TS video as I am not a client. They used to have this feature available but discontinued it awhile ago. But I am a MC client. As far as viewing Red or Green bars goes, what I meant was in a histogram, you have red or green bars (I do anyway), so if the condition was showing a red bar,...
by shortski
16 Jun 2009
Forum: MultiCharts
Topic: Scanner Inputs
Replies: 9
Views: 4452

Sorry

The Indicator I put in the Scanner was an Oscillator Divergence. I guess my question is, "What can you scan for?" I have looked at a few other things and all I get are values being returned so how do you input for a condition? When this was being developed, I thought Signals would be the likely inpu...
by shortski
15 Jun 2009
Forum: MultiCharts
Topic: Scanner Inputs
Replies: 9
Views: 4452

Hard to believe that...

...126 people that have looked at this post and not a single reply. Is anyone using the Scanner to scan for conditions or is it just reporting the value of your indicators?
by shortski
13 Jun 2009
Forum: MultiCharts
Topic: Scanner Inputs
Replies: 9
Views: 4452

Scanner Inputs

Hi all.. I am trying to get a Custom Indicator to work in the Scanner. The Indicator only plots when a condition exists so it is not a continuous plot. It is set to a histogram and I get Green bars for a Bullish Condition and Red for a Bearish condition. When I inserted the indicator in the scanner,...
by shortski
11 Jun 2009
Forum: User Contributed Studies and Indicator Library
Topic: Renko-Adaptive Signal
Replies: 1
Views: 4162

My mistake

I had entered this as an Indicator instead of a Signal. Easy fix.

Cheers

S
by shortski
11 Jun 2009
Forum: User Contributed Studies and Indicator Library
Topic: Renko-Adaptive Signal
Replies: 1
Views: 4162

Renko-Adaptive Signal

I had this on my chart before the upgrade and after I went to 5.0, it doesn't recognize the 'IFF' in the code. Anyone have any idea why this would change and what I can do to fix it? thx S {Renko-Adaptive signal (based on ATR) Written by konkop 07.03.2002. edited by sevensa ********************* Att...
by shortski
29 May 2009
Forum: MultiCharts
Topic: VOTE FOR MC FEATURES TO BE IMPLEMENTED
Replies: 53
Views: 30607

Votes

Based on the options presented, I would say;

1) Data Playback

2) Custom Bar types
by shortski
26 Jan 2009
Forum: MultiCharts
Topic: How do you combine 2 Functions?
Replies: 4
Views: 2598

Marina, I think this will work in Ver 5.0 but I am using 4.0 still. I will check it out though. Any idea when Ver 5.0 will be released as a fully functional version?

Thanks

S
by shortski
23 Jan 2009
Forum: MultiCharts
Topic: Could I get some help plotting this please
Replies: 11
Views: 4239

I may have found the problem. There is a line of code that is proprietary in the Functions I am using and the programmer just got back to me on it. He is unlocking it now and I will try it and let you know if it works.
by shortski
23 Jan 2009
Forum: MultiCharts
Topic: Could I get some help plotting this please
Replies: 11
Views: 4239

Interesting. The Output tab is blank. Thanks for your time on this. I do appreciate it and am learning something as I go along.

shortski
by shortski
23 Jan 2009
Forum: MultiCharts
Topic: Could I get some help plotting this please
Replies: 11
Views: 4239

I just noticed the

Plot1(0,"neither",blue);

and it Plots as a solid blue line but no Histogram where there should be one.
by shortski
23 Jan 2009
Forum: MultiCharts
Topic: Could I get some help plotting this please
Replies: 11
Views: 4239

I added the

value1 > 0 and value2 <0

at the end and it wouldn't compile.

Is there something more to do...?

Thanks

S
by shortski
22 Jan 2009
Forum: MultiCharts
Topic: Could I get some help plotting this please
Replies: 11
Views: 4239

Yes both functions/indicators are giving me results on the chart so both are working. That is how I can see that the code I am inputting for combining them isn't working. The second response is interesting in that by simply changing the indicators, you get results. I will have to look at that and se...
by shortski
22 Jan 2009
Forum: MultiCharts
Topic: Could I get some help plotting this please
Replies: 11
Views: 4239

Could I get some help plotting this please

I am just trying to get a basic +1/-1 histogram up to reflect when 2 indicators are both showing positive or negative values. The code looks good to me and compiles but doesn't show up anything on the chart. Ideas? vars: value1(0), value2(0); value1 = $rtOscillatorDivergence(high,low,GordoMACDDiff(c...
by shortski
15 Jan 2009
Forum: User Contributed Studies and Indicator Library
Topic: Awesome Oscillator
Replies: 2
Views: 3416

thanks

I will give this a try
by shortski
14 Jan 2009
Forum: User Contributed Studies and Indicator Library
Topic: Awesome Oscillator
Replies: 2
Views: 3416

Awesome Oscillator

I was told this was available here but can't find it. Is anyone familiar with the indicator and if so, can you post the code?

Thanks
by shortski
09 Dec 2008
Forum: MultiCharts
Topic: Has anyone programmed an Indicator to show up in the Scanner
Replies: 1
Views: 1314

Has anyone programmed an Indicator to show up in the Scanner

I am looking for code that I can add to an indicator that simply will show up in the scanner as a "Buy" warning or a "Sell" warning when conditions are met. Has anyone done this yet?

Thanks

Shortski
by shortski
07 Dec 2008
Forum: MultiCharts
Topic: How do you combine 2 Functions?
Replies: 4
Views: 2598

How do you combine 2 Functions?

Hi all. I am trying to get an Indicator into my scanner that reflects a condition based on the results of 2 other Indicators. I think it is relatively simple but anything I try won't compile. I was trying to get a Text to show up on the chart that showed a B when both functions were >0 and an S when...
by shortski
28 Aug 2008
Forum: MultiCharts
Topic: Does anyone have Tyler Bollhorn's codes?
Replies: 1
Views: 1361

Does anyone have Tyler Bollhorn's codes?

I used to have his codes for Breakout from Consolidation for TS but can't find them to add to MC now. If anyone has it or something similar, I would appreciate it.

Thanks

Go to advanced search