arcadianskies |
Gold User, Member, Platinum User, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Saturday, April 29, 2006 |
Friday, June 8, 2018 9:45:24 AM |
16 [0.01% of all post / 0.00 posts per day] |
|
Hello Bruce,
Please send me a copy of your latest version of the TTM Squeeze/Wave indicators via TCMail.
Thank you,
Paul
|
Bruce,
Please send a copy of the latest TTM Squeeze indicator. Thank you Bruce
Respectfully yours,
Paul
|
I'm another Worden customer that would like for them to add ConnorsRSI to TC2000 as soon as possible.
Thanks.
|
Works exactly as I wanted. Thank you Bruce.
Jas0501, Thanks for your suggestions.
|
|
I'm trying to get the average absolute range of the open to the close (in percent) for a set of specific dates. Please help me in correcting this formula. Thanks.
Static Sum As Single
If isFirstBar Then
Sum = 0
End If
If Price.DateValue.Year = 2010 AndAlso _
((Price.DateValue.Month = 12 AndAlso _
Price.DateValue.Day = 2) OrElse _
(Price.DateValue.Month = 12 AndAlso _
Price.DateValue.Day = 7))Then
Sum += Math.Abs(Price.Last / Price.Open)
End If
If isLastBar Then
Plot = 100 * (Sum / 2 - 1)
Else
Plot = Single.NaN
End If
|
|