Reno |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Sunday, July 23, 2006 |
Monday, December 22, 2008 5:10:04 PM |
9 [0.00% of all post / 0.00 posts per day] |
|
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...
|
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
|
'*************************************'* 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?
|
thanks Kuf
|
|