Stock Portfolio Organizer

The ultimate porfolio management solution.

Shares, Margin, CFD's, Futures and Forex
EOD and Realtime
Dividends and Trust Distributions
And Much More ....
For Portfolio Manager Click Here

WiseTrader Toolbox

#1 Selling Amibroker Plugin featuring:

Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Find Out More Here

50 50 Trading System By TradersZone for Amibroker (AFL)

Rating:
3 / 5 (Votes 8)
Tags:
trading system, amibroker

*Hi Friends

Below Link You Will Find Code Of My System
Prefer To Trade With Nifty Only

Rules:
Buy And Exit Rules:
Buy One Lot Nifty On Green Arrow Signal Buy 2nd Lot On Circle Super Buy Signal If Comes
Exit Nifty On Red Or Blue Circle Super Sell Signal Signal

Sell And Cover Rules:
Sell One Lot When Red Arrow Signal Sell 2nd Lot When Blue Circle SuperSellSignal If Comes
Exit On White Circle Or Green Arrow Signal

Green Arrow And Red Arrow Is Normal Buy Sell
White Circle And Blue Circle Super Buy Sell
White And Blue Circle Is Sign Of Strong Signal….

All The Best For This System
This System Is Not Holy Grail or 80% Or 90% Success Ratio
It Has Minimum 50% Ratio Maximum Depend On Trend Of Market…
If You Can’t Buy 2 Lot Nifty You Can Trade With Minifity So Risk Is Less
Do Paper Trade Before Trading With Real Money
I Am Not Superman So i Can Give You Perfect System
Money Profit Loss Tears Smile All Yours Decide Your Self What You Want…
Request To People Who Use Above System They Post Views Good Or Bad
Thank You And Happy Trading

*

Screenshots

Similar Indicators / Formulas

All in One
Submitted by Nahid over 13 years ago
Kase Peak Osc. V2 batu
Submitted by batu1453 over 9 years ago
Kase CD V2batu
Submitted by batu1453 over 9 years ago
Ichimoku
Submitted by prashantrdx almost 10 years ago
Arvind' System
Submitted by akdabc almost 14 years ago
Miftha remix for dse
Submitted by coolpace over 13 years ago

Indicator / Formula

Copy & Paste Friendly
_N(Title = StrFormat(EncodeColor( colorGold) + "{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) {{VALUES}}", O, H, L, C, SelectedValue( ROC( C, 1 ) ) ));
    SetChartOptions(0,chartShowArrows|chartShowDates);

    
    SetChartBkColor(ColorRGB(23,23,23));

   
    priceStyle = IIf( (Interval(0) == -900), styleLine, styleBar);

    
    if (BeginValue(BarIndex()) != 0 AND EndValue(BarIndex()) != BarCount-1) {
    range = EndValue(BarIndex())-BeginValue(BarIndex());
    Title += StrFormat("\nRange Bars: %g", range);
    }

    CandleBorder = ParamColor("Candle Border Color", colorBlack );
    UpCandleColor = ParamColor("Up Candle Color", colorGreen );
    DownCandleColor = ParamColor("Down Candle Color", colorRed );


    Graph0BarColor = IIf( C > O,UpCandleColor ,DownCandleColor);

    Plot( C, "Close", CandleBorder, styleNoTitle | ParamStyle("Style") | priceStyle );





x = TEMA(Close,12);
y = TEMA(Close,20);
Z= TEMA(Close,50);
Buy=Cross(x,y );
Sell=Cross(y, x);

SUPERBUY=Cross(Y,Z);
SUPERSELL=Cross(Z,Y);
PlotShapes( SUPERBUY * shapeHollowCircle, colorWhite, 0);
PlotShapes( SUPERSELL * shapeHollowCircle, colorBlue, 0);
PlotShapes( Buy * shapeUpTriangle, colorBrightGreen, 0);
PlotShapes( Sell * shapeDownTriangle, colorRed, 0);



dist = 1.9*ATR(10);

for( i = 0; i < BarCount; i++ )
{
if( Buy[i] ) PlotText( "Buy\n@" + C[ i ], i, L[ i ]-dist[i], colorGreen );
if( Sell[i] ) PlotText( "Sell\n@" + C[ i ], i, H[ i ]+dist[i], colorRed, colorYellow );
if( SUPERBUY[i] ) PlotText( "SUPERSELL\n@" + C[ i ], i, L[ i ]-dist[i], colorWhite );
if( SUPERSELL[i] ) PlotText( "SUPERBUY\n@" + C[ i ], i, H[ i ]+dist[i], colorBlue, colorYellow );

}
_SECTION_BEGIN("AuthorName");
k = (GetPerformanceCounter()/100)%100;
printf("GetPerformance Counter %g",k);
GfxSelectFont("Century Gothic", 14,800);
GfxSetBkMode(3);
GfxSetTextColor(colorSkyblue);
GfxTextOut("TradersZone(Neil)50 50 System",-10+k,20);

RequestTimedRefresh(10);
_SECTION_END();

7 comments

1. sajid

IT IS SO SO SYSTEM,, I CHECKED 5 MINTE CHART SO MANY FALSE SIGNAL ALSO APPEAR,
HUMM ,, OK SYSTEM, BUT NOT GREAT

2. TradersZone

Did I Say Holy Grail Read Full Comments Also Don’t See Only Picture

I Tested On 7 Minute Data It Has 50%+ Success Ratio

Most Imp Is It’s Don’t Repaint

Signal Stay There Where They Comes…

Not Like Other System

After All All System Are Almost Same

How You Use It’s Imp

3. debashisshome

SORRY TRADERZONE I THINK IT HAS 10% SUCESS RATIO
LOTS OF FALSE SIGNALLOTS OF NOISEMUCH MUCH OVERTRADE.
ANYWAY I NEVER WISH TO TRY IT.

4. TradersZone

As You Wish

I Am Trading With 10 Minute Chart And Last Three Month It Gives 50% Hit Ratio

And Back-test Result Is Below

All trades 49
Winners 25 (51.02 %)
Losers 24 (48.98 %)
Profit Factor 2.00

earned 709 pts in 3months

No One Interested Then I Don’t Have Problem As Your Wish

Imp Is It’s Not Repainting ….. Like Other So Called Holy Grail I am Not Here To Do Marketing So Can’t Post Everyday Chart And Say Bla Bla

All i Have i Posted

5. sonyhiren11

Thanks for sharing

6. rajuapsp

tz ji thanks for sharing. lots of noice in this afl.somany whipsaws comming.i think some modification required.

7. TradersZone

Raju Yes Whipsaws Is There That’s Why Told It’s 50 50 Hit :)

Anyway It’s 1st Version Only For Testing Will Do More Modification For More Accurate..

This System Is Prepare For Catch Big Trend So When Small Trade Will Hit Stoploss Only

Thank You For Comments Will Do Tweak And Come With 2nd Version

Leave Comment

Please login here to leave a comment.

Back