Forum

Difference between two currencies

Hello Can someone help me to find or to build an indicator that calculates the difference between two currencies? And then, can someone help me to modify Bressert double stochastic or Robby DSS Bressert Coloured so that, instead of the price, they use the value of another indicator? Thanks LUCMAT

Coding help... Cyclical indicator

Hello all... Can someone pls help me to convert the excel formula that I attach into an indicator for metatrader? It repaints because make a projection of the last available value. But it traces a cycle indicator and its momentum very clear and precise. I think it will be useful for all, especially

Signal and resistance/support dinamyc lines

May you help me to translate this indicator in Metatrader4 Language? a1:=(hhv(pr,tpr)+llv(pr,tpr)+pr)/3; b:=(a1*2)-hhv(pr,tpr); mab:=mov(b,tpr,s); c1:=(a1*2)-llv(pr,tpr); mac1:=mov(c1,tpr,s); a:=(hhv(pr,tpr/2)+llv(pr,tpr/2)+pr)/3; maa:=mov(a,tpr/2,s); d:=(b+c1+a)/3; mad:=mov(d,tpr,s). hhv= max