| SAFeTRADE 656 posts
 msg #138351
 - Ignore SAFeTRADE
 modified
 | 9/25/2017 12:17:11 AM 
 
 
 
 
 | 
| SFMc01 358 posts
 msg #138382
 - Ignore SFMc01
 | 9/25/2017 11:23:14 PM 
 I've never seen anything about this B4.  How would you trade it?
 Steve
 
 
 | 
| SAFeTRADE 656 posts
 msg #138385
 - Ignore SAFeTRADE
 | 9/26/2017 12:02:30 PM 
 It is similar to MACD only PMO uses rate of change for the settings.  Discovered this somewhere
 
 and found the code and converted it to Stockfetcher.  I did not think Stockfetcher had this indicator.
 
 I am just playing with it right now.
 
 Safetrade
 
 
 | 
| SFMc01 358 posts
 msg #138391
 - Ignore SFMc01
 | 9/26/2017 6:09:26 PM 
 Thank you
 
 
 | 
| graftonian 1,089 posts
 msg #138395
 - Ignore graftonian
 | 9/27/2017 8:33:51 AM 
 I went through an excel example and tried to write a script, no can do:
 
 SET{CSC1, 2/35}/*CUSTOM SMOOTH COEFF*/
 SET{A, ROC(1,1) * CSC1}
 SET{B, 1 - CSC1}
 SET{C, C 1 DAY AGO * B}
 
 The variable C requires C 1 day ago, and there's the rub.
 
 
 |