Search found 6 matches

by Gubbar924
12 Dec 2021
Forum: User Contributed Studies
Topic: Initial Balance High/Low/Mid lines
Replies: 1
Views: 823

Re: Initial Balance High/Low/Mid lines

Have made some updates, still far from perfect but its functional 1) Changed the name to "IB_Lines" 2) Added some options to customize the look & feel ib_inputs.png 3) Added text to show line levels (can be disabled) 4) Several bug fixes and updates behind the scene, tested with both "default" and "...
by Gubbar924
06 Dec 2021
Forum: User Contributed Studies
Topic: Initial Balance High/Low/Mid lines
Replies: 1
Views: 823

Initial Balance High/Low/Mid lines

Draws lines indicating the day's initial balance high/low/mid levels. I did not do most of the work, the webpage where I found it is in the commented section of the code. I merely cleaned up their code so that it works properly and added a mid line. The code itself is very simple and still has plent...
by Gubbar924
29 May 2015
Forum: MultiCharts .NET
Topic: Cannot implicitly convert type error
Replies: 4
Views: 3438

Re: Cannot implicitly convert type error

bump please
any other takers?
by Gubbar924
29 May 2015
Forum: User Contributed Studies
Topic: VWAP, anyone?
Replies: 8
Views: 9331

Re: VWAP, anyone?

Hello, were you guys able to get this indicator to work? I tried it on a couple of charts (of ES), and the value of this plot is all the way down at 2088.25 EDIT: I just realized that this value of vwap is based off a larger timeframe and thats why it seems so far intraday. Is there a way to make th...
by Gubbar924
15 Mar 2015
Forum: MultiCharts .NET
Topic: Cannot implicitly convert type error
Replies: 4
Views: 3438

Re: Cannot implicitly convert type error

Thank you for replying JoshM. Yes in a nutshell this is exactly what I'm trying to do, except that I'm having to dynamically set the value of EMA1.price. Because EMA1 is an XAverage (which is an ISeries), and the formula that I am using to get the value of EMA1.price actually returns a double, this ...
by Gubbar924
12 Mar 2015
Forum: MultiCharts .NET
Topic: Cannot implicitly convert type error
Replies: 4
Views: 3438

Cannot implicitly convert type error

Hello, I am not a programmer, but I've almost figured my coding, with one exception. I get this error message on one line of my code: Cannot implicitly convert type 'double' to 'PowerLanguage.ISeries<double>' Within the public class section, I have: private XAverage EMA1; Within the StartCalc() proc...

Go to advanced search