Day Trading Futures

Status
Not open for further replies.

manishchan

Well-Known Member
put price afl twice.....and choose LineChart for one
Thanks Pratap bhai. Tried.. I put price and then overlayed again. Went to view - price chart style - Line. But it just becomes blank. :( :confused:

This is the AFL I have in basic price.. hope there is nothing wrong with it.

PHP:
_SECTION_BEGIN("Price");
SetChartOptions(0,chartShowArrows|chartShowDates);
_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 )) ));
Plot( C, "Close", ParamColor("Color", colorBlack ), styleNoTitle | ParamStyle("Style") | GetPriceStyle() ); 
if( ParamToggle("Tooltip shows", "All Values|Only Prices" ) )
{
 ToolTip=StrFormat("Open: %g\nHigh:  %g\nLow:   %g\nClose:  %g (%.1f%%)\nVolume: "+NumToStr( V, 1 ), O, H, L, C, SelectedValue( ROC( C, 1 )));
}
_SECTION_END();
 

pratapvb

Well-Known Member
Thanks Pratap bhai. Tried.. I put price and then overlayed again. Went to view - price chart style - Line. But it just becomes blank. :( :confused:

This is the AFL I have in basic price.. hope there is nothing wrong with it.

PHP:
_SECTION_BEGIN("Price");
SetChartOptions(0,chartShowArrows|chartShowDates);
_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 )) ));
Plot( C, "Close", ParamColor("Color", colorBlack ), styleNoTitle | ParamStyle("Style") | GetPriceStyle() ); 
if( ParamToggle("Tooltip shows", "All Values|Only Prices" ) )
{
 ToolTip=StrFormat("Open: %g\nHigh:  %g\nLow:   %g\nClose:  %g (%.1f%%)\nVolume: "+NumToStr( V, 1 ), O, H, L, C, SelectedValue( ROC( C, 1 )));
}
_SECTION_END();
copy it and create one more version
in that

Plot( C, "Close", ParamColor("Color", colorBlack ), styleNoTitle | ParamStyle("Style") | GetPriceStyle() );

this last part replace by styleLine

so

Plot( C, "Close", ParamColor("Color", colorBlack ), styleNoTitle | ParamStyle("Style") | styleline );

and then put that


P.S. getpricestyle() takes from your preferences settings
 

pratapvb

Well-Known Member
In Parameters I am not able to see the Option Choose as Line Chart , so kindly can you share from where we will get this Option ?

Regards.
see previous post.....need to make copy of AFL and edit and use that 2nd time
 

XRAY27

Well-Known Member
very very good day so far. :):):)
sbin short 8 shares profit-- +58.90
ril short 15 shares profit-- +98.90
silvermic long profit-- +81

trades all are 15 min breakout method (without any indicator).
Good shots... nice profit day for you kiran bhai.........
 

manishchan

Well-Known Member
copy it and create one more version
in that

Plot( C, "Close", ParamColor("Color", colorBlack ), styleNoTitle | ParamStyle("Style") | GetPriceStyle() );

this last part replace by styleLine

so

Plot( C, "Close", ParamColor("Color", colorBlack ), styleNoTitle | ParamStyle("Style") | styleline );

and then put that


P.S. getpricestyle() takes from your preferences settings
Awesome.. got it. Thank you very much ! :thumb:
 

kiran_thiru

Well-Known Member
very very good day so far. :):):)
sbin short 8 shares profit-- +58.90
ril short 15 shares profit-- +98.90
silvermic long profit-- +81

trades all are 15 min breakout method (without any indicator).
Kya baat hai Kiran bhai.. all green today :D :thumb:
Good shots... nice profit day for you kiran bhai.........
another 2 trades in LT & ril made loss. profit reduced from 149 to 109.
now short in sbin.
 
Status
Not open for further replies.

Similar threads