Search found 7 matches

by DammitJim
14 Feb 2007
Forum: MultiCharts
Topic: Metastock translation into PL/EL
Replies: 1
Views: 1459

Hello anybody there?

I forgot to include X below:

X:=Cross(hist,0) OR Cross(0,hist);

{Gives the value of the most recent Price low}
LC:=LowestSince(1,X,LOW);

{Gives the value of the 2nd most recent Price low}
LP:=ValueWhen(2,x,Ref(LC,-1));
by DammitJim
12 Feb 2007
Forum: MultiCharts
Topic: MBTrading
Replies: 1
Views: 1257

MBTrading

Are there any plans to integrate with MBTrading?

Regards,
Vu
by DammitJim
12 Feb 2007
Forum: MultiCharts
Topic: Metastock translation into PL/EL
Replies: 1
Views: 1459

Metastock translation into PL/EL

I have an indicator to detect MACD Divergence in MetaStock that uses the code below. I cannot seem to find a way to calculate the "most recent" or "second most recent" LOW. Here's the code {Gives the value of the most recent Price low} LC:=LowestSince(1,X,LOW); {Gives the value of the 2nd most recen...
by DammitJim
12 Feb 2007
Forum: MultiCharts
Topic: Inexpensive Universal DDE datasource
Replies: 7
Views: 3228

I am currently using Opentick, but the connection is terrible and there are problems with their data. They are in the process of upgrading their servers, but in the meantime I wouldn't mind paying for another datafeed. Please let me know of any other datafeeds you recommend.

Thanks,
Jim
by DammitJim
11 Feb 2007
Forum: MultiCharts
Topic: Inexpensive Universal DDE datasource
Replies: 7
Views: 3228

I just need US Equities. No options
by DammitJim
10 Feb 2007
Forum: MultiCharts
Topic: Inexpensive Universal DDE datasource
Replies: 7
Views: 3228

Inexpensive Universal DDE datasource

Anybody know of some "reliable" and inexpensive DDE datafeeds that are compatible with MultiCharts for under $20/month?

I found PCQuotes, which is 9.95/month, and is supposedly DDE compliant, I will contact them to see.
http://www.pcquote.com/products/index.php

Thank you,
Jim
by DammitJim
08 Feb 2007
Forum: MultiCharts
Topic: Plot color
Replies: 1
Views: 1395

Plot color

Can I change the color of my candlestick bars? I've trying doing these: PlotPaintBar(High,Low,Open,Close, "MyPlot", PlotColor) ; -- Not what I want, b/c it creates a NEW plot with bars..not candlesticks SetPlotColor(1, PlotColor); -- Not working b/c I don't have a Plot1, and I don't know how to refe...

Go to advanced search