Search found 10 matches

by tradebuster
07 Jan 2018
Forum: MultiCharts
Topic: Wingdings 3 Arrows on Chart [SOLVED]
Replies: 1
Views: 950

Wingdings 3 Arrows on Chart [SOLVED]

I've done some searching, but unable to find what I'm looking for. Is there a way to print arrows next to the bars of a chart, preferably using arrows from the Wingdings 3 keyboard? Double arrows, single arrows, sideways arrows etc. I see there is a feature request for something similar which I just...
by tradebuster
08 Jun 2016
Forum: MultiCharts
Topic: Cumulative Delta Function Call
Replies: 3
Views: 2494

Cumulative Delta Function Call

The new feature (great feature BTW): UpTicks & DownTicks for the Volume Delta & Cumulative Delta chart types are now available in the code.

What is the PowerLanguage function calls to get this data?

Thanks!
by tradebuster
03 Nov 2015
Forum: MultiCharts
Topic: Read Excel from PowerLanguage [SOLVED]
Replies: 1
Views: 1582

Read Excel from PowerLanguage [SOLVED]

I am looking for the code to read a column of numbers from an Excel spreadsheet from PowerLanguage to be used in an indicator I have written. What is the best method to do this? In addition to this, I need to count the number of rows which have data populated in that column. Can someone point me to ...
by tradebuster
10 Feb 2015
Forum: MultiCharts
Topic: Bulk Add Symbols [SOLVED]
Replies: 4
Views: 1896

Re: Bulk Add Symbols [SOLVED]

Thanks orion. That was very helpful. I do have one more question, I don't see where the command is to hide the symbol after I insert it.

I enter:
.isy name=@ES#, df=IQFeed, res=3 min

What is the parameter to hide the chart?

Thanks!
by tradebuster
05 Feb 2015
Forum: MultiCharts
Topic: Bulk Add Symbols [SOLVED]
Replies: 4
Views: 1896

Bulk Add Symbols [SOLVED]

I have two questions:

1.) Is there any way to import a list of symbols into Quote Manager.
2.) Is there a way to bulk import symbols into a single chart and hide those symbols?
by tradebuster
21 May 2014
Forum: MultiCharts
Topic: Dual Instruments CountBars [SOLVED]
Replies: 2
Views: 1230

Re: Dual Instruments CountBars [SOLVED]

Thanks Andrew ... that was a lot easier than I thought! I spent hours going down this path: If Barnumber Of Data2 > Barnumber of Data2[1] then Counter = 1 + Counter else If BarNumber of Data1 = BarNumber of Data1[1] then Counter = 0; I applied to data2 but it wouldn't reset my counter to 0 hoping it...
by tradebuster
20 May 2014
Forum: MultiCharts
Topic: Dual Instruments CountBars [SOLVED]
Replies: 2
Views: 1230

Dual Instruments CountBars [SOLVED]

Hi, I have plotted a 3 minute charts and below that a 500 contract chart. Obviously I get more bars plotting on data 2 on the contract chart. How would I count the number of bars that plot on data 2 between 3 minute bars on data1. I can get this data once the bar on the 3 minute has closed.
by tradebuster
24 Apr 2014
Forum: MultiCharts .NET
Topic: Bid Ask Values Per Bar [SOLVED]
Replies: 3
Views: 1728

Re: Bid Ask Values Per Bar [SOLVED]

Yes I am using MC .NET. Thanks!
by tradebuster
24 Apr 2014
Forum: MultiCharts .NET
Topic: Bid Ask Values Per Bar [SOLVED]
Replies: 3
Views: 1728

Bid Ask Values Per Bar [SOLVED]

After a bar closes, I would like to get the number of trades traded at the bid and the number at the ask that make up the total volume? I would like to reference this in powerlanguage and plot it as an indicator. Is there any code already written for this?
by tradebuster
24 Apr 2014
Forum: MultiCharts
Topic: UpTick / DnTick Calculations
Replies: 1
Views: 1097

UpTick / DnTick Calculations

How does MultiCharts calculate UpTick / DnTick. I know an UpTick is all the volume traded after the market moves up, and vice versa for the DnTick. But is this exactly how MC is calculating this? So in any study when I reference UpTick / DnTick I want to be sure the calculations are accurate, so wha...

Go to advanced search