Thread: CatFx50
View Single Post
  #884 (permalink)  
Old 02-01-2006, 10:59 AM
ShadowWz's Avatar
ShadowWz ShadowWz is offline
Member
 
Join Date: Nov 2005
Posts: 94
ShadowWz is on a distinguished road
Red face 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.
Attached Files
File Type: zip CatFX50.zip (3.5 KB, 337 views)

Last edited by ShadowWz; 02-01-2006 at 12:31 PM.
Reply With Quote