Manoj's Trading Diary

manojborle

Well-Known Member
Levels for 26th September 2017

BNF: --- 24021, 24297

NF:--- 9899, 9825

:( Laptop in repairing center
:headphone::headphone::headphone:

BNF remained within levels, I was caught on wrong foot though, not following my levels properly yet.

NF made exact ;) low at my level and high was 5 points above the level.
 

manojborle

Well-Known Member
how much profit have u made though in nifty future. I have made 42 points.


Just-Trade
Its good to see that you made 42 points. :happy:
Zero points in NF as I have stopped trading it
38 points lost in BNF
 

Just-Trade

Well-Known Member
Its good to see that you made 42 points. :happy:
Zero points in NF as I have stopped trading it
38 points lost in BNF
whatever the system, it should always give consistent results. If consistency not there, then could be flaw which could be patched up.
So, if once or twice we get good results and rest of the time it does't give, then it wont be a reliable one. We should remember that even tossing a coin gives 50% correct answer over a period of time, but it wont be a reliable one.
Just my thought.

Just-Trade
 

manojborle

Well-Known Member
Friends I am sharing here the Price afl I created for my use :)
I hope you guys find it useful.
Any suggestions to make it more useful are welcome
Thanks

PHP:
_SECTION_BEGIN( " Manoj Price" );

ShowVAP = ParamToggle( "Show VAP", "No|Yes" );
VPTF = ParamList( "VP Timeframe", "Hourly|Daily|Weekly|Monthly", 1 );

if( VPTF == "Monthly" ) segments = Month() != Ref( Month(), -1 );
else
    if( VPTF == "Daily" )   segments =  Day() !=  Ref( Day(),  -1 );
    else
        if( VPTF == "Hourly" )  segments = Hour() !=  Ref( Hour(), -1 );
        else  segments = ( DayOfWeek() == 1 AND Ref( DayOfWeek(), -1 ) != 1 );

if( showVAP == True )
    PlotVAPOverlayA( segments , Param( "Lines", 100, 100, 1000, 1 ), Param( "Width", 50, 1, 100, 1 ), ParamColor( "Color", ColorBlend(colorYellow, colorAqua,0.4) ), ParamToggle( "Side", "Right|Left" ) | 2 * ParamToggle( "Style", "Fill|Lines", 0 ) | 4 * ParamToggle( "Z-order", "On top|Behind", 1 ) );

range = Param( "ADX Period", 8, 2, 200, 1 );
di = Param( "DI Period", 13, 3, 200, 1 );
bull = PDI( di );
bear = MDI( di );
adxvalue = ADX( range );

color = IIf( bull > 25 AND bull > bear AND bear < 20 , ColorBlend(colorGreen, colorWhite, 0.4), IIf( bear > 25 AND bear > bull AND bull < 20  , ColorBlend(colorRed, colorGold,0.4), colorGold ) );

Plotohlc( O, H, L, C, "Close", IIf( adxvalue > 25 AND adxvalue > Ref( adxvalue, -2 ), color, IIf( adxvalue < 25, colorbluegrey, colorBlack ) ), styleNoTitle | ParamStyle( "Style" ) | GetPriceStyle() | styleNoLabel );

Title = EncodeColor( colorblack ) + StrFormat( "  {{INTERVAL}} -   {{DATE}}  " ) + StrFormat( "" + EncodeColor( colordarkblue ) + " O = %g  " + EncodeColor( colorseagreen ) + " H = %g  " + EncodeColor( colorbrown ) + " L = %g  " + EncodeColor( colorRed ) + " C = %g  , {{VALUES}}", O, H, L, C ) ;
 

manojborle

Well-Known Member
There is 1 more afl which I use which plots Gann Levels and credit goes to its creator (tradingwithme.me)
I have tried attaching it here but its not allowed I dont know why so you guys can download the afl from the website mentioned above if you are interested.

Thanks
 

Similar threads