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: Reno
About
User Name: Reno
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Sunday, July 23, 2006
Last Visit: Monday, December 22, 2008 5:10:04 PM
Number of Posts: 9
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: BIG BLOCK'S OPTIONS
Posted: Thursday, September 11, 2008 9:08:34 PM
I think it would be great if Blocks supported options.  I have been trading them for a few years.  However I think it would be a a big job... just collecting requirements would be huge.  After saying that, a worthwhile starting point might be a historical study each option chain's implied volatility.
 
However, there are other things I'd like to see in Blocks before that is attempted... such as past and future ex dividend dates,  past and future earnings announcement dates... I could go on...
Topic: this paintbrush makes the default price chart disappear completely
Posted: Wednesday, April 23, 2008 10:55:59 PM
This works a bit better:) '************************************* '* Test: PlotColor = Color.Green if over MA and Color.Red if under MA * '************************************* '# MA = indicator.MovingAverage.3 If price.close > Ma.Value(3) Then PlotColor=Color.LimeGreen ElseIf price.Close
Topic: this paintbrush makes the default price chart disappear completely
Posted: Wednesday, April 23, 2008 10:37:46 PM
'*************************************'* Test: PlotColor = Color.Green if over MA and Color.Red if under MA *'*************************************'# MA = indicator.MovingAverage.3If price.close > Ma.Value(0) Then PlotColor=Color.GreenElseIf price.Close > Ma.Value(0) Then PlotColor=Color.RedEnd IfThis paintbrush code has no errors but when i apply it, the default price graph disappears... any ideas?
Topic: Real Code Help
Posted: Tuesday, January 29, 2008 2:18:58 PM
thanks Kuf