Hi everyone,
Firstly, thanks and hats off to all the experienced coders who give their time and efforts and HELP to these threads!!
My Question:
Is it possible to create a MOMENTUM average of the TRIX, with a lookback of (1), ie: Trixmom= Today's Trix value - Yesterday's value and then creating a Momentum oscillator FibTrix by averaging three momentum Fib Periods of 8, 13, 21 , by using the amStudiesTEMA Formula?
The formula should be : TrixFibPeak = (momofTEMA(8) + momof TEMA(13) + momTEMA(21) ) /3 based on a 13period lookback.
This oscillator is an excellent tool for signaling reversals in the market.
I've tried numerous times with the amTEMA.Studies, but I lack the knowlege in EFS script writng. The best I can do so far is a somewhat halfway cut and paste job of existing scripts...
I'm still learning aspects of the new EFS2 and wondering if this code can be easily created by calling the amTema.efs from the amStudies Function Library?
Any help of coding this would be greatly appriciated!!
angelo
Firstly, thanks and hats off to all the experienced coders who give their time and efforts and HELP to these threads!!
My Question:
Is it possible to create a MOMENTUM average of the TRIX, with a lookback of (1), ie: Trixmom= Today's Trix value - Yesterday's value and then creating a Momentum oscillator FibTrix by averaging three momentum Fib Periods of 8, 13, 21 , by using the amStudiesTEMA Formula?
The formula should be : TrixFibPeak = (momofTEMA(8) + momof TEMA(13) + momTEMA(21) ) /3 based on a 13period lookback.
This oscillator is an excellent tool for signaling reversals in the market.
I've tried numerous times with the amTEMA.Studies, but I lack the knowlege in EFS script writng. The best I can do so far is a somewhat halfway cut and paste job of existing scripts...
I'm still learning aspects of the new EFS2 and wondering if this code can be easily created by calling the amTema.efs from the amStudies Function Library?
Any help of coding this would be greatly appriciated!!
angelo
Comment