small contribution
Hi,
maybe it will be usefull to somebody &).
* special thanks for the system Nina,&) - i'm not trading with it yet but i will,or i hope i will &).
usage :
- compile all indicators.
- add only "a_Nina" to chart window any TF.
(for example add a_Nina with period=30 to TF5)
params :
PeriodWATR - as before for StepMA.
Kwatr - as before for StepMA.
HighLow - as before for StepMA.
cbars - number of bars to draw/calculate.
from - start calculate from position,usefull for backtesting.
period - period on wich the CatFX50 signal shoul be taken.
Cheers.
* Edit:
please change to :
"
if(Ma50[shift]>=MathMax(Close[shift],Open[shift])/*-2.5*Point*/ || Ma50[shift]<=MathMin(Close[shift],Open[shift])/*+2.5*Point*/) Ma50[shift] = 0;
"
in "aNina.mq4",otherwise you will not see all signals.
Last edited by ShadowWz; 02-01-2006 at 12:31 PM.
|