Dear Traders and users eSignal,
I'm french trader and news user eSignal.
I need some body to help me to encode a study called" the répulse" with script Pro Real Time....
I've tryed to encode with formula script, but eSignal refused the script.
I want to put the Pro Real Time script, if some one can to encode in eSignal, I'd would be very pleased .
study Répulse from Pro Real Time:
1-Programming of the indicator:
// Parameters
lo = LOWEST[p](LOW)
hi=HIGHEST[p](HIGH)
a=(3*CLOSE-2*lo-OPEN[p-1])/CLOSE*100
b=(OPEN[p-1]+2*hi-3*CLOSE)/CLOSE*100
d=EXPONENTIALAVERAGE[5*p](a)-EXPONENTIALAVERAGE[5*p](b)
RETURN d as "repulse"
2-Variables
created the variable p
following of characteristic of of with:
Name in the program: p
The wording in the windows properties: number of period
Type: Entirety
Restriction: >0
Default value: 1
I'm french trader and news user eSignal.
I need some body to help me to encode a study called" the répulse" with script Pro Real Time....
I've tryed to encode with formula script, but eSignal refused the script.
I want to put the Pro Real Time script, if some one can to encode in eSignal, I'd would be very pleased .
study Répulse from Pro Real Time:
1-Programming of the indicator:
// Parameters
lo = LOWEST[p](LOW)
hi=HIGHEST[p](HIGH)
a=(3*CLOSE-2*lo-OPEN[p-1])/CLOSE*100
b=(OPEN[p-1]+2*hi-3*CLOSE)/CLOSE*100
d=EXPONENTIALAVERAGE[5*p](a)-EXPONENTIALAVERAGE[5*p](b)
RETURN d as "repulse"
2-Variables
created the variable p
following of characteristic of of with:
Name in the program: p
The wording in the windows properties: number of period
Type: Entirety
Restriction: >0
Default value: 1
Comment