Traderji.com - Discussion forum for Stocks Commodities & Forex

Re:How can I plot Buy sell Signal for Intraday

Discuss Re:How can I plot Buy sell Signal for Intraday at the AmiBroker within the Traderji.com - Discussion forum for Stocks Commodities & Forex; Hi Bpraveen, Thanx for the immediate reply. For Intraday I use buy sell signal formula ...


Go Back   Traderji.com - Discussion forum for Stocks Commodities & Forex > TOOLS & RESOURCES > Software > AmiBroker

Notices


Advertise Here

Reply
 
Thread Tools
Sponsored Links
  #1  
Old 31st July 2007, 08:28 PM
Member
 
Join Date: Jan 2007
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
ak437 is on a distinguished road
Reputation: 20
Post Re:How can I plot Buy sell Signal for Intraday

Hi Bpraveen, Thanx for the immediate reply. For Intraday I use buy sell signal formula taking account MA(13,13,9) which is posted buy you. It gives in case of Intraday only sell signal not buy signal. But in case of EOD it gives buy sell signal both. And back testing is also well in case of EOD.
Now What I need ,If anyone ca do it, count the Last intraday 20 bars and gives sell signal on the highest bar and buy signal on the lowest bar by plotting regression channel on the bars to show the up and lower trend.
Is that possible ?
However I am enclosing the Zero lag indicator which is the best for EOD as well as Intraday. But In case of Intraday you could trade with a differnece of Re.0.80 to Rs1.20. But it will stuck you up when there is wrong trade with much volitilty.
Here is the Formula for Zero lagosted by Mike:
_______________________________________
Formula:

_SECTION_BEGIN("Zerolag");
/*ZeroLag W%R*/
"========";

GraphXSpace = 3;

R = ((HHV(H,14) - C) /(HHV (H,14) -LLV (L,14))) *-100;

MaxGraph=10;
Period= 10;
EMA1= EMA(R,Period);
EMA2= EMA(EMA1,5);
Difference= EMA1 - EMA2;
ZeroLagEMA= EMA1 + Difference;
PR=100-abs(ZeroLagEMA);

Graph0=PR;

MoveAvg=MA(PR,5);


Graph1=MoveAvg;

Graph1Color=colorTan;
Graph0Style=4;
upbar= PR>= MoveAvg AND PR>= Ref(PR,-1) ;
downbar=(PR < MoveAvg) OR PR>= MoveAvg AND PR< Ref(PR,-1) ;
barcolor = IIf( downbar,colorRed, IIf( upbar, colorBrightGreen, 7));
Graph0BarColor = ValueWhen( barcolor != 0, barcolor );
Graph2=30;
Graph3=70;

Graph2Style=Graph3Style=Graph4Style=1;
Graph4Color=2;
Graph2Color=5;
Graph3Color=4;

Graph5=0;
Graph6=100;
Graph5Style=Graph6Style=1;
Graph5Color=Graph6Color=2;

Title=Name()+" < ZeroLag W%R :"+WriteVal(PR)+"%";

Buy = Cross(PR,moveAvg) AND PR<35;
Sell = Cross(moveAvg,PR) AND PR>75;
PlotShapes(Buy*shapeUpArrow,colorLime,0,Graph0);
PlotShapes(Sell*shapeDownArrow,colorRed,0,Graph0);
_SECTION_END();


************************************
I am also enclosing to Backtesting report done on Hulls moving averages, and URV_PERFECT_BUY_SELL_SIGNAL in both cases taking into account the period of testing 27.07.2006 to 31.07.2007:
and see the difference and post your comments please.
__________________________________________
Attached Files
File Type: rar sites.rar (8.6 KB, 102 views)

Last edited by ak437; 31st July 2007 at 08:37 PM. Reason: Sorry the Backtesting reports could not be attached. Here are these.
Reply With Quote
  #2  
Old 26th July 2008, 02:36 PM
Member
 
Join Date: Jun 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Chemparithyk is on a distinguished road
Reputation: 10
Default Re: How can I plot Buy sell Signal for Intraday

Dear Friend ,

Use Rsi - relative strength index. if rsi below 20 buy above 80 sell try this
Reply With Quote
  #3  
Old 27th July 2008, 11:47 AM
Member
 
Join Date: Jul 2008
Location: delhi
Posts: 328
Blog Entries: 1
Thanks: 379
Thanked 37 Times in 28 Posts
praveen taneja will become famous soon enough
Reputation: 53
Default Re: How can I plot Buy sell Signal for Intraday

Quote:
Originally Posted by Chemparithyk View Post
Dear Friend ,

Use Rsi - relative strength index. if rsi below 20 buy above 80 sell try this
sir can i know how to use any software for trading intraday like aptistock etc.i hav that but dont know how to use that i tried many site for chart reading but one they are not so clear n second dont provide data for intraday n metastock is too costly i downloaded free version but that cant b used for intraday
Reply With Quote
  #4  
Old 27th July 2008, 12:27 PM
Member
 
Join Date: Jul 2005
Posts: 220
Thanks: 0
Thanked 2 Times in 2 Posts
pasha is on a distinguished road
Reputation: 27
Default Re: How can I plot Buy sell Signal for Intraday

Quote:
Originally Posted by praveen taneja View Post
sir can i know how to use any software for trading intraday like aptistock etc.i hav that but dont know how to use that i tried many site for chart reading but one they are not so clear n second dont provide data for intraday n metastock is too costly i downloaded free version but that cant b used for intraday
Amibroker is the best, visit the AB section for lots of info on how to use it. If you need intraday data medved quote tracker is good for beginners and free.
Either way, do not trade intraday until you know exactly what you are doing.
Reply With Quote
  #5  
Old 27th July 2008, 10:44 PM
Member
 
Join Date: May 2007
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
sensun is on a distinguished road
Reputation: 20
Default Re: How can I plot Buy sell Signal for Intraday

hi pasha,i just want to that medved quote tracker provide NSE real time data
Reply With Quote
  #6  
Old 5th August 2008, 08:51 PM
Member
 
Join Date: Aug 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
shreebalaji008 is on a distinguished road
Reputation: 10
Default Re: How can I plot Buy sell Signal for Intraday

dear sir,

i am using amibroker i am new just installed amibroker also i am get sucessfully quote from medved Quote traker but how to analysis it... & its shows only intraday data how to get historical data in amibroker.




Quote:
Originally Posted by sensun View Post
hi pasha,i just want to that medved quote tracker provide NSE real time data
Reply With Quote
Sponsored Links

Reply

Bookmarks


Advertise Here


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads for: Re:How can I plot Buy sell Signal for Intraday
Thread Thread Starter Forum Replies Last Post
Buy/Sell signal sbalakrishna MetaStock 4 18th August 2007 05:33 PM
How can I plot buy sell indicators Intraday ak437 AmiBroker 8 1st August 2007 09:46 PM
Plot Buy/Sell signals on chart mbsingh AmiBroker 15 3rd July 2007 10:36 AM
buy sell signal in excel akxsat Software 18 18th May 2007 06:42 PM


All times are GMT +5.5. The time now is 07:46 PM.

Indemnity, Disclaimer & Disclosure Notice:
• By visiting Traderji.com you indicate your acceptance of our Forum Rules Disclaimer & Disclosure and indemnify Traderji.com, its associates and related parties of all claims howsoever resulting from the usage of the forum.
Disclaimer: Trading or investing in stocks & commodities is a high risk activity. Any action you choose to take in the markets is totally your own responsibility. Traderji.com will not be liable for any, direct or indirect, consequential or incidental damages or loss arising out of the use of this information.
Disclosure: The information in this forum is neither an offer to sell nor solicitation to buy any of the securities mentioned herein. The writers may or may not be trading in the securities mentioned.
• All names or products mentioned are trademarks or registered trademarks of their respective owners.
General Content Disclaimer Notice:
In light of our policy of encouraging candid, open exchanges of views and the rapid distribution of information originating from many sources, Traderji.com cannot determine the accuracy of information that may be uploaded to the forum. Opinions, advice and all other information expressed by participants in discussions are those of the author. You rely on such information at your own risk. You are urged to seek professional advice for specific, individual situations and not rely solely on advice or opinions given in the discussions. Since Traderji.com is an open and free discussion forum, any comments made by members of this forum in their posts reflect their own views and not of the owner or administrator of Traderji.com. Thus the owner/administrator indemnify themselves of all claims whatsoever and will not be liable or responsible for any members comments/views in this forum Traderji.com. If you find any objectionable or offensive posts made by members of this forum which you would like to bring to our notice for removal then please Contact Us.
 


Copyright © 2001 - 2008, Traderji.com All Rights Reserved.

Recommended Websites - www.TradersEdgeIndia.com - www.TradingPicks.com - www.MasterOfTrading.com