HarleyBD |
Gold User, Member, Platinum User, TeleChart
|
Registered User |
|
|
|
|
Gender: |
|
Monday, June 30, 2014 |
Monday, May 2, 2022 7:22:00 AM |
60 [0.02% of all post / 0.02 posts per day] |
|
As always Bruce, thanks for all that you do and write.
Best regards
|
Hi Bruce,
I am trying to come up with a smarter volume bar, which could show the colors red and green as a percent of the total bar. By making the total volume bar green, I can then overlay the red percentage of bearish volume and have my smarter volume.
Question: which is the better indicator of bearish volume activity:
-
trial A
V * IIF(GREATEST(H, C1) <> LEAST(L, C1), IIF(C=LEAST(L,C1),1,
(GREATEST(H, C1) - C) / (GREATEST(H, C1) - LEAST(L, C1))),0.5)
-
trial B.
V * (0.5 - ((C - C1)/(2*(GREATEST(H, C1) - LEAST(L, C1)))))
Best regards
|
Thanks again,
Best Regards
|
Thanks, I can change the PCFs to be (Minus One Day). Is it possible to have the previous day's data, simply by NOT selecting the 'refresh' command
Thanks again
|
is there a way to have a column present yesterday's data during today's live chart?
|
I with you Mr. Gorithm.
I would have to hope for "Please Excuse My Dear Aunt Sally".
(Parentheses, Exponents, Multiplication, Division, Addition, Subtraction)
The issue is with 1/2*x or similar: does it mean (1/2)*x or does it mean 1/(2*x)?
Regards
|
Thank you Bruce and UnclePennybags. I'll be putting the ideas in to my repertoire, of course giving credit where credit is due.
|
Could I please have a copy of this brilliant coding and deduction?
Best regards,
HarleyBD
|
Thank you Bruce for your quick response. I'll be testing with this code this evening and won't need to shovel snow (I'll be working like a dog, close to the fireplace).
Best regards,
HarleyBD
|
Hi Bruce,
Could you please send me a copy of me interpretation of the RealMotion indicator via TCMail.
Best regards,
HarleyBD
|
|