Hi,
> I've developed a technical system which relies on stochastic indicators +
> rsi, but I had lots of problem to write it to the efs formula of esignal.
> I would be very grateful if u can help me with this.
> Here is the formula in easy language:
> Stoch_fast %k 250/150: ( ( C - LLV(L,250) ) /( HHV(H,250) - LLV(L,250)))
*
> 100 --> regular k% 250, slope 150.
> Stoch_fast %d 250/150: (Mov(("Stoch_Fast %k
> --> regular d% 150
>
> BUY:
> ("Stoch_Fast %k 250/150") > ( "Stoch_Fast %D-250/150") AND RSI(15)<75 AND
> ( "Stoch_Fast %k 110/70") > ( "Stoch_Fast %D-110/70")
> Close Long:
> ( "Stoch_Fast %k 250/150") < ( "Stoch_Fast %D-250/150") AND (
"Stoch_Fast
> %k 110/70") < ( "Stoch_Fast %D-110/70") OR RSI(15)>=75
> SELL:
> ( "Stoch_Fast %k 250/150") < ( "Stoch_Fast %D-250/150") AND RSI(15)>25 AND
> ( "Stoch_Fast %k 110/70") < ( "Stoch_Fast %D-110/70")
> CLOSE SHORT:
> ( "Stoch_Fast %k 250/150") > ( "Stoch_Fast %D-250/150") AND (
"Stoch_Fast
> %k 110/70") > ( "Stoch_Fast %D-110/70") OR RSI(15)<=25
>
> It would be nice to receive signals on screen when conditioned are filled
> I've developed a technical system which relies on stochastic indicators +
> rsi, but I had lots of problem to write it to the efs formula of esignal.
> I would be very grateful if u can help me with this.
> Here is the formula in easy language:
> Stoch_fast %k 250/150: ( ( C - LLV(L,250) ) /( HHV(H,250) - LLV(L,250)))
*
> 100 --> regular k% 250, slope 150.
> Stoch_fast %d 250/150: (Mov(("Stoch_Fast %k
> --> regular d% 150
>
> BUY:
> ("Stoch_Fast %k 250/150") > ( "Stoch_Fast %D-250/150") AND RSI(15)<75 AND
> ( "Stoch_Fast %k 110/70") > ( "Stoch_Fast %D-110/70")
> Close Long:
> ( "Stoch_Fast %k 250/150") < ( "Stoch_Fast %D-250/150") AND (
"Stoch_Fast
> %k 110/70") < ( "Stoch_Fast %D-110/70") OR RSI(15)>=75
> SELL:
> ( "Stoch_Fast %k 250/150") < ( "Stoch_Fast %D-250/150") AND RSI(15)>25 AND
> ( "Stoch_Fast %k 110/70") < ( "Stoch_Fast %D-110/70")
> CLOSE SHORT:
> ( "Stoch_Fast %k 250/150") > ( "Stoch_Fast %D-250/150") AND (
"Stoch_Fast
> %k 110/70") > ( "Stoch_Fast %D-110/70") OR RSI(15)<=25
>
> It would be nice to receive signals on screen when conditioned are filled
Comment