Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: 3dbeing
About
User Name: 3dbeing
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Wednesday, June 24, 2009
Last Visit: Thursday, September 1, 2011 9:03:25 AM
Number of Posts: 178
[0.06% of all post / 0.03 posts per day]
Avatar
Last 10 Posts
Topic: Explicit color and opacity definition
Posted: Wednesday, August 24, 2011 9:24:36 AM
Great! Thanks for that...
Topic: Explicit color and opacity definition
Posted: Wednesday, August 24, 2011 7:39:36 AM
How can I explicitly declare the color and opacity for painting price and indicators?  ie:  rather than choosing color names I would like to use numerical definitions

cheers

-=3db
Topic: trying to understand layouts
Posted: Monday, October 26, 2009 10:09:38 PM
Try the windows drop down menu at the top, then Add Frame, now drag and drop to arrange this window.
Topic: bar count mis-match
Posted: Saturday, October 24, 2009 9:31:53 PM
found it, at the end of the Properties and methods

me.numofbars

my appologies again...
Topic: bar count mis-match
Posted: Friday, October 23, 2009 9:08:38 PM
hmmmm, this seems promising

NumOfBars; The NumOfBars property overrides the Bar Limiter setting in the Data Manager allowing you to set more(or less) bars available for your calculation.

Unfortunately the reference doesn't give any code examples, so it's really a shot in the dark as to the syntax.
Topic: bar count mis-match
Posted: Thursday, October 22, 2009 9:58:05 PM
Yeah I thought that I might have to do that, I thought there was a more mathematical approach though... ok, I'll do that then, thanks Jas..
Topic: bar count mis-match
Posted: Thursday, October 22, 2009 7:50:52 PM
bascially what i've done is plot the absolute value, but I want to color by actual value...

whereas

plot = system.math.abs(-.76)

===============================

count = ( myInd_01.bar.count - 1 ) - ( myInd_02.bar.count - 1 )

For i As Integer = 0 To myInd_02.bar.count - 1
    val = myInd_02.bar.value( i + count + 1 ) - myInd_02.bar.value( i + count )
    If val >1 then
         myCol = color.green
    else
         myCol = color.red
    endif
    addtooutput(myInd_02.bar.count(i), myCol)
next

================================


it all plots green...
Topic: bar count mis-match
Posted: Thursday, October 22, 2009 7:07:05 PM
Ok, so I've run into the problem where it seems the issue is that bar counts don't match...

is there a trick to linning up bar counts?
Topic: Saved file
Posted: Thursday, October 22, 2009 4:17:31 PM
Ok, thanks...

so if this if the discussion forum is not technical support what is it classified as?
Topic: Saved file
Posted: Thursday, October 22, 2009 1:25:07 PM
Stock finder is doing some very strange things with my saved files.  first, it doesn't recognize all the stock finder files in the folder, second, I have itterated my chart several times, and now I can't find the file...

where does stock finder default saved files too?