philfan |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Gender: |
|
Wednesday, August 1, 2012 |
Wednesday, April 29, 2015 9:43:34 PM |
3 [0.00% of all post / 0.00 posts per day] |
|
Didn't see your respose to previous post, my apologies. Many thanks!
|
Hi Bruce,
With reference to the post below shoing how to show different colos for up vs down bars for momentum; can this be done for the TTM Momentum formla posted by diceman on Feb. 10, 2014 (10:41:09 am)?
QUOTE (Bruce_L)
Assuming you want one color when going up and another color when going down, you would need to use two Custom PCF Indicator plotted in the same scale as each other (but in a different scale the Squeeze On/Off line).
- Plot Style: Histogram
- Plot Color: Color 1
- Negative Value Color: Color 2 (could be the same as Color 1)
- Period: 1
- Average Type: Simple
- Formula: ABS(C / C12 >= C5 / C17) * 100 * ((C / C12 + C1 / C13 + C2 / C14 + C3 / C15 + C4 / C16) / 5 - 1)
- Label: Momentum Up
- Plot Style: Histogram
- Plot Color: Color 3
- Negative Value Color: Color 4 (could be the same as Color 3)
- Period: 1
- Average Type: Simple
- Formula: ABS(C / C12 < C5 / C17) * 100 * ((C / C12 + C1 / C13 + C2 / C14 + C3 / C15 + C4 / C16) / 5 - 1)
- Label: Down
|
Hi Bruce,
With reference to your post below (Sep. 10, 2014 - 2:27:42 pm) regarding one color bar for up and another for down - can this be done for the TTM Momentum formula posted by diceman on Feb. 10, 2014 (10:41:09 am)?
Thanks!
|
|