Manoj's Trading Diary

manojborle

Well-Known Member
Missed entry in ACC futures near EMA, looks like this way will work.
 

amitrandive

Well-Known Member
Tried this code but the name comes in very big font, may be something needs to be changed here.
Other thing is the data which I have gives the names of all stocks in numbers only on chart.
At top I can see the name but not in chart, don't know what to do ?
Code:
GfxSetOverlayMode(1);
[SIZE="4"][COLOR="Red"][B]GfxSelectFont("Tahoma", Status("pxheight")/2 );[/B][/COLOR][/SIZE]
GfxSetTextAlign( 6 );// center alignment
GfxSetTextColor( ColorRGB( 200, 200, 200 ) );
GfxSetBkMode(1); // transparent
GfxTextOut( Name(), Status("pxwidth")/2, Status("pxheight")/12 );
Manoj

You can play around with the highlighted line to get the desired height,by changing the denominator.

BTW , I do not know how to convert number to stock name.If those numbers were BSE code , it would have been easy to identify.

But those are vendor specific codes.:(

Who is your data vendor?
 

manojborle

Well-Known Member
Code:
GfxSetOverlayMode(1);
[SIZE="4"][COLOR="Red"][B]GfxSelectFont("Tahoma", Status("pxheight")/2 );[/B][/COLOR][/SIZE]
GfxSetTextAlign( 6 );// center alignment
GfxSetTextColor( ColorRGB( 200, 200, 200 ) );
GfxSetBkMode(1); // transparent
GfxTextOut( Name(), Status("pxwidth")/2, Status("pxheight")/12 );
Manoj

You can play around with the highlighted line to get the desired height,by changing the denominator.

BTW , I do not know how to convert number to stock name.If those numbers were BSE code , it would have been easy to identify.

But those are vendor specific codes.:(

Who is your data vendor?
Viratech Software
 

amitrandive

Well-Known Member
Try and use this at the start of your AFL.This will atleast (I think) put a name to the stock in the heading.
Code:
         _N(Title = StrFormat(FullName() + "  {{INTERVAL}} {{DATE}} Open %g, High %g, Low %g, Close %g (%.1f%%) Volume " +WriteVal( V, 1.0 ) +"\n{{VALUES}}", O, H, L, C,SelectedValue( ROC( C, 1 )) ));
Other than that I do not think the name can be displayed.Viratech's data is configured for Metastock.
 

manojborle

Well-Known Member
Looks like Nifty is going to give long entry near ema, waiting for it.

Have entered in IDBI-I @ 105.6 target 107.7
 

manojborle

Well-Known Member
Try and use this at the start of your AFL.This will atleast (I think) put a name to the stock in the heading.
Code:
         _N(Title = StrFormat(FullName() + "  {{INTERVAL}} {{DATE}} Open %g, High %g, Low %g, Close %g (%.1f%%) Volume " +WriteVal( V, 1.0 ) +"\n{{VALUES}}", O, H, L, C,SelectedValue( ROC( C, 1 )) ));
Other than that I do not think the name can be displayed.Viratech's data is configured for Metastock.
It worked, thanks a lot
 
Thread starter Similar threads Forum Replies Date
K Software 0
R General Trading & Investing Chat 1
manojborle Trading Diary 566
manojborle Trading Diary 39
manojborle Futures 530

Similar threads