forex software

Create and Test Forex Strategies

forex software

Skip to forum content

Forex Software

Create and Test Forex Strategies

You are not logged in. Please login or register.


Forex Software → Technical Indicators → Could you convert this indicator to FST

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 4

Topic: Could you convert this indicator to FST

http://s2.postimage.org/2k731brfo/image.jpg
thanks !!! Mr. popov!
could you convert this indicator to fst.
like other osc, this osc have VD VE  two value
if vd =0 it's a bottom or have a strong downward
if ve=0 it's a top or have a strong upward!
in foxtrade this osc code is as bellow:
OSC (艾略特震荡器)}


VAR1:=REF(CLOSE,1);
VAR2:=(SUM(VOL,2) / ((HHV(HIGH,2) - LLV(LOW,2)) * 100));
VAR3:=((CLOSE - VAR1) * VAR2);
VAR4:=SUM(VAR3,0);
VAR5:=SMA(VAR4,5,1);
VAR6:=SMA(VAR4,8,1);
OSC:(VAR5 - VAR6);
OSCMA:MA(OSC,4);
OSC,COLORSTICK;
osc1:=ref(osc,1);
stickline(osc>osc1,osc,0,0,0),colorred;
stickline(osc<osc1,osc,0,0,0),colorgreen;
VD:(SUM(IF((OSC > 0),(OSC * 1.003),((OSC * 1.003) > 0)),34) / 34);
VE:(SUM(IF((OSC <= 0),(OSC * 0.97),((OSC * 0.97) < 0)),34) / 34);
0,colorred;

i think this osc is a powerful indicator.

Re: Could you convert this indicator to FST

I have also a request to get indicataor fix: http://forexsb.com/forum/topic/1370/new … indicator/

This is a useful trend filtering indicator.

Re: Could you convert this indicator to FST

http://s2.postimage.org/2sg9kvu04/image.jpg
ve=0 have a strong upward

Re: Could you convert this indicator to FST

http://s2.postimage.org/2sgv2vcf8/image.jpg
vd=0 have a strong downward.

Posts: 4

Pages 1

You must login or register to post a reply

Forex Software → Technical Indicators → Could you convert this indicator to FST

Similar topics in this forum