my friends -MASK OF ZORRO SYSTEM

TraderRavi

low risk profile
#11
Hello,

Just for curosity....i don't able to understand ford these days ...he coming with every possible found trading methodology around,he is not telling exactly what he wants or what he wants from members.i think these kind of threads will keep members in confusion,may be my thinking is wrong.....or may be he is guiding member's by providing different methods......but one thing is clear(by seeing his latest threads)....he himself not sure about any method he provided(otherwise he stopped all these things and stick with the method he liked).

Regards,
total number of threads started by ford7k => 111, lots of energy, carry on..............:clap::thumb::lol:
 

mastermind007

Well-Known Member
#12
:clap:
sirji ,
please provide this afl........
XRAY

I am guessing what could form such Indicators. I do not have the AFL ....
 

amibrokerfans

Well-Known Member
#13
Reliable signals and trading profits is the objective.
hi ford7k
we all looking for same objective.few days back someone asked me also what is the best indicator for trading.. well we all know how much difficult to ans this.. but i always think positive and try to pick best possible option.

for me "ssa normalized end-pointed" is THE BEST non-repaint, non-lag ready-made-signal indicator. i know its a bold word from me, but i mean it. its a mt4 indicator, and i didnot able to convert it in afl. have a dll also with it.
google it if u want to know more, the accuracy is 60%. if we can filter signal with some other indicator ( i am using stochastic-rsi and rsi trend catcher indicator and a multi timeframe S/R) accuracy can touch 70%. and rest are all about stoploss.

best wishes
 
#14
Hi friends

I have posted this based on request of some of traders here.

.............. snip ..............

At the end of the day,I feel discouraged and it slows down my efforts.
Thanks
Hello Ford

The post from Jahan is not intended for discouragement. . .


Anyway, here's another Screen Shot from one of the intraday systems a friend is trying out. . .
posting a volatile day with 4 price swings, giving 3 whipsaws on other intraday systems . . .

His intention is try to catch 100 points on BNF at least once a week . . . :D




This one also has an interesting name "Every Day is a New Day"

:) Happy
 

jahan

Well-Known Member
#15
Hello Ford

The post from Jahan is not intended for discouragement. . .


"Every Day is a New Day"

:) Happy

Hello,

yes...,You are Absolutely right.......

@ ford7k ...if my words in previous post hurt u then ...iam really sorry buddy there is no intention to discourage u.

Regards,
 
#16
"Every Day is a New Day"​


The AFL is based on fractals code from EP, and the 'Trend Band' is derived from Lance Gibbs concepts of trend//price action

1. Measure Extensions & Retracements . . .
2. Compare them with previous E&R.
3. Measure speed & accelerations (in simple words , number of bars to get to the next swing pivots ;))
4. Compare strength & weakness of the current Swings . . .
5. Plot the trend band based on the above . . .


It need not be always a moving average :D


:) Happy
 
#17
Hi friends

here is the Mask of zorro system.

http://www.wisestocktrader.com/indicators/3857-mask-of-zorro-system

HTML:
_SECTION_BEGIN("Price");
//MASK OF ZORRO system
//Long only if green & green
//Short only if red & red
//This code MOZ V1.0 developed by Ramesh Velidi(e mail: [email protected]).
//It is posted here based on his permission.
//Buy On green AND green BOTTOM RIBBON & CENTRAL colorBAND. Sell On red AND red.
//BUY ON PULLBACK OR CLOSE TO COLORBAND


/*

Stoploss & exit rules-
Exit when any one of the RIBBON OR BAND changes the colour
No position if both the signals are different

*/
SetChartBkColor(64);
SetChartOptions(0,chartShowArrows|chartShowDates);
_N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) {{VALUES}}", O, H, L, C, SelectedValue( ROC( C, 1 ) ) ));
Plot( C, "Close",  colorBlack , styleNoTitle | styleCandle ); 
_SECTION_END();

barcolor =IIf(MACD()>0,colorBlue,colorRed);

//KAMA
//As for KAMA, Developed by Perry Kaufman, this indicator is a moving
// average that automatically adjusts its speed based on market
// volatility.
LBPeriods = 18;//Param( "LB Periods", 10, 1, 200, 1 );


FSCPeriods =2;// Param( "FSC Periods", 2, 1, 200, 1 );//ued 2
SSCPeriods = 30;//Param( "SSC Periods", 30, 1, 200, 1 );//used 100


FastSmoothConst = 2 / ( FSCPeriods + 1 );
SlowSmoothConst = 2 / ( SSCPeriods + 1 );

Direction = abs( Close - Ref( Close, -LBPeriods ) );

Volatility = Sum( abs( Close - Ref( Close, -1 ) ), LBPeriods );

EfficiencyRatio = Direction / Volatility;

SC = ( EfficiencyRatio * ( FastSmoothConst - SlowSmoothConst ) + SlowSmoothConst ) ^ 2;

KAMA = AMA( Close, SC );

ABC= KAMA ;
KKKcolor = IIf(MACD()>0,colorDarkGreen,colorRed);
PlotOHLC(ABC,ABC,0.9990*ABC,0.9990*ABC," ",KKKcolor,styleCloud);
UPtgt1= abc +2*ATR(20);
UPtgt2= abc +4*ATR(20);

Plot(UPtgt1,"tgt1",colorGreen,styleDashed);
Plot(UPtgt2,"tgt2",colorGreen,styleDashed);
dntgt1= abc -2*ATR(20);
dntgt2= abc -4*ATR(20);

Plot(dntgt1,"dntgt1",colorYellow,styleDashed);
Plot(dntgt2,"dntgt2",colorYellow,styleDashed);

 
_SECTION_BEGIN("Price");
SetChartOptions(0,chartShowDates|chartShowArrows|chartLogarithmic|chartWrapTitle);
//_N(Title = StrFormat("{{NAME}} +" - {{Interval}} {{Date}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) Vol " +WriteVal( V, 1.0 ) +" {{VALUES}}", O, H, L, C, SelectedValue( ROC( C, 1 )) ));
_N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) Vol " +WriteVal( V, 1.0 ) +" {{VALUES}}", O, H, L, C, SelectedValue( ROC( C, 1 )) ));

GraphXSpace = 5;
upzero= MACD()>0;  //SPECIAL CODE 
downzero= MACD()<0;


Plot( 1.8, /* defines the height of the ribbon in percent of pane width
*/"ribbon",IIf( upzero, colorBrightGreen, IIf( downzero, colorRed, 0 )), /* choose color */
styleOwnScale|styleArea|styleNoLabel, -0.5, 100 );



Buy = MACD()>0; 
Sell = MACD()<0;
Buy =ExRem(Buy,Sell); Sell =ExRem(Sell,Buy);
shape = Buy * shapeUpTriangle + Sell * shapeDownTriangle;
PlotShapes( shape, IIf( Buy, colorAqua, colorCustom12 ), 0, IIf( Buy, Low, High ) );


//==================
Thanks to mybuddy Rameshvelidi for permitting me to share it.
ford7k


Precautions to take
As per shruti trader you need a data of at least 1285bars to exist in your database before you apply this code afl.
so if you use a 10 minute chart,make sure you have at least data of 39 days,if using 5 minute chart,you need data of 17days.

If you feel you need more info on your chart please add following code lines.then observe if not happy remove .
Before using the code,please,please follow this instruction
DO 30 TESTS WITH YOUR RULES WRITTEN ON PAPER,DO all tests in future zone(using bar replay without knowing or seeing what comes next.
If more than 20 tests are success,then you can try 100 tests in live data-wihout putting money.
if happy with over 60% result positive,then use it on trading with money,preferably small position size to begin with.
You have been warned-please take care.

1) price -you need live price on chart
//===========================================
_SECTION_BEGIN("Magnified Market Price");
//by Vidyasagar, [email protected]//
FS=Param("Font Size",30,11,100,1);
GfxSelectFont("Times New Roman", FS, 700, True );
GfxSetBkMode( colorWhite );
GfxSetTextColor( ParamColor("Color",colorYellow) );
Hor=Param("Horizontal Position",1050,1,1200,1);
Ver=Param("Vertical Position",1,1,830,1);
GfxTextOut(""+C, Hor , Ver );
YC=TimeFrameGetPrice("C",inDaily,-1);
DD=Prec(C-YC,2);
xx=Prec((DD/YC)*100,2);
GfxSelectFont("Times New Roman", 11, 700, True );
GfxSetBkMode( colorWhite );
GfxSetTextColor(ParamColor("Color",colorGreen) );
GfxTextOut(""+DD+" ("+xx+"%)", Hor , Ver+45 );
_SECTION_END();
//=============================================
2) a moving average to show market natural rythm of up and down movement

HMA34=HMA(C,34);
Plot(HMA34,"hma34",colorOrange,styleThick);
 
Last edited:
#18
Thanx you fordk for sharing this above afl.

1st sight look good to me.
If possible post ur way to trade with this indicator.

Dont go on comments of people.i have seen few people have habbit to give comments on every thread if u check it.

Please carry on ur good work buddy !





Backtesting results -
It seems that the formula does not reference future quotes.
This is good.

11650 data bars used during this check. Total execution time: 0.020539 sec.
Approximately 1285 past and 0 future quotes are needed to calculate the formula properly
 

XRAY27

Well-Known Member
#20
Thanks fordk for sharing this along with Ramesh velidi who given you permission to share carry on the good work sir:thanx:
 

Similar threads