Forex
Google

Go Back   Forex Trading > Downloads > Indicators - Metatrader 4
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack (3) Thread Tools Display Modes
  3 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 03-10-2008, 03:28 AM
nittany1's Avatar
nittany1 nittany1 is offline
Senior Member
 
Join Date: Dec 2006
Location: Sarasota, FL
Posts: 184
nittany1 is on a distinguished road
Trade Assistant

Here is a new indicator I threw together this weekend. This is the beginning, I'm going to add more indicators to this one as I go along.

Basically, this indicator gives buy and sell signals on multiple timeframes based upon stochastics and RSI. I was going to wait until I posted this one but even in it's current form I think it will be useful.

I added CCI both entry and trend to the indicator. The current version with this feature is 1.14, check it out.

NOTE: there was a bug in 1.11, delete it and use 1.12 instead (or 1.14) thanks.

Best of luck on all your trades!

- nittany1
Attached Images
File Type: gif screen-usdchf-m5.gif (33.8 KB, 2191 views)
Attached Files
File Type: mq4 TA_1.12.mq4 (8.2 KB, 433 views)
File Type: mq4 TA_1.14.mq4 (12.2 KB, 738 views)
__________________
You can find me on irc.ircforex.com most of the time... on #forex
Myspace Facebook My Indicators: Trade Assistant Trend Friend ToR CCI Helper
Holder of US Patent 6,774,788

Last edited by nittany1 : 04-13-2008 at 11:08 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-10-2008, 07:26 AM
AAD's Avatar
AAD AAD is offline
Junior Member
 
Join Date: Feb 2008
Posts: 25
AAD is on a distinguished road
Hi Nittany1,

This seems very interesting, any chance that the daily TF could be added to your indicators?
__________________
Piping ain't easy but someone's got to do it!

Last edited by AAD : 03-10-2008 at 07:32 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-10-2008, 07:33 AM
Ethan Hunt's Avatar
Ethan Hunt Ethan Hunt is offline
Senior Member
 
Join Date: Jul 2007
Location: Israel
Posts: 161
Ethan Hunt is on a distinguished road
Thumbs up

Thanks for sharing nittany1, great indicator.

Cheers

Ethan Hunt
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 03-10-2008, 07:35 AM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 15,174
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Thanks a lot.

Just for information - ToR (from the same author) is here:

ToR - Trending or Ranging: original thread.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 03-10-2008, 07:46 AM
ServerUang ServerUang is offline
Senior Member
 
Join Date: May 2007
Posts: 107
ServerUang is on a distinguished road
Thank you Nittany1, wil try it, i love MTF like this.
Can you make an indicator that can tell when the price will reversal (MTF offcourse). This is can be an assistant too.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 03-10-2008, 10:59 AM
ahmedazizelias ahmedazizelias is offline
Senior Member
 
Join Date: Nov 2006
Posts: 292
ahmedazizelias is on a distinguished road
Thank you very much nittany1
I LIKE WHAT I SEE..I think you better call it "TRADER CASTTEL"..
You always hide for some time then get back and carry good stuff in your bag..
Thank you again for sharing ur tools
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 03-10-2008, 11:24 AM
technamental's Avatar
technamental technamental is offline
Junior Member
 
Join Date: Sep 2007
Location: Old Washington, Ohio
Posts: 3
technamental is on a distinguished road
Thumbs up

Hey, this is great! ToR and TA, what more could we need?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 03-10-2008, 11:48 AM
nittany1's Avatar
nittany1 nittany1 is offline
Senior Member
 
Join Date: Dec 2006
Location: Sarasota, FL
Posts: 184
nittany1 is on a distinguished road
Thanks guys! I would probably be programming more but I have a seven month old to take care of 11-12 hours a day.
__________________
You can find me on irc.ircforex.com most of the time... on #forex
Myspace Facebook My Indicators: Trade Assistant Trend Friend ToR CCI Helper
Holder of US Patent 6,774,788
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 03-10-2008, 12:33 PM
Dave137 Dave137 is offline
Senior Member
 
Join Date: Oct 2007
Posts: 153
Dave137 is on a distinguished road
Smile Problem with the Trade Assistant

The RSI is not right. You forgot "period[x]" in your statements (a number 1 has been replaced in the statement by period[x]). I will let you modify and post the corrected indicator program.

Dave

I believe it should be:

PHP Code:
    //--- RSI arrows
    
for(x=0;x<6;x++)
    {
      if ((
iRSI(NULL,period[x],RSIP1,PRICE_TYPICAL,0)) > (iRSI(NULL,1,RSIP2,PRICE_TYPICAL,0)))
        
ObjectSetText("dI"+x+"1",CharToStr(sBuy),fontSize,"Wingdings",Lime);  
      else if
         ((
iRSI(NULL,period[x],RSIP2,PRICE_TYPICAL,0)) > (iRSI(NULL,1,RSIP1,PRICE_TYPICAL,0)))  
        
ObjectSetText("dI"+x+"1",CharToStr(sSell),fontSize,"Wingdings",Red);
      else
      
ObjectSetText("dI"+x+"1",CharToStr(sWait),10,"Wingdings",Khaki);
    }
    
    
//--- RSI text
    
for(x=0;x<6;x++)
    {
      if ((
iRSI(NULL,period[x],RSIP1,PRICE_TYPICAL,0)) > (iRSI(NULL,1,RSIP2,PRICE_TYPICAL,0)))
        
ObjectSetText("tI"+x+"1"," BUY",9,"Arial Bold",Lime);
      else if             
        ((
iRSI(NULL,period[x],RSIP2,PRICE_TYPICAL,0)) > (iRSI(NULL,1,RSIP1,PRICE_TYPICAL,0)))
        
ObjectSetText("tI"+x+"1","SELL",9,"Arial Bold",Red);         
      else
        
ObjectSetText("tI"+x+"1","WAIT",9,"Arial Bold",Khaki); 
    }  
     
  return(
0);
  } 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 03-10-2008, 12:57 PM
nittany1's Avatar
nittany1 nittany1 is offline
Senior Member
 
Join Date: Dec 2006
Location: Sarasota, FL
Posts: 184
nittany1 is on a distinguished road
Quote:
Originally Posted by Dave137 View Post
The RSI is not right. You forgot "period[x]" in your statements (a number 1 has been replaced in the statement by period[x]). I will let you modify and post the corrected indicator program.

Dave

I believe it should be:

PHP Code:
    //--- RSI arrows
    
for(x=0;x<6;x++)
    {
      if ((
iRSI(NULL,period[x],RSIP1,PRICE_TYPICAL,0)) > (iRSI(NULL,1,RSIP2,PRICE_TYPICAL,0)))
        
ObjectSetText("dI"+x+"1",CharToStr(sBuy),fontSize,"Wingdings",Lime);  
      else if
         ((
iRSI(NULL,period[x],RSIP2,PRICE_TYPICAL,0)) > (iRSI(NULL,1,RSIP1,PRICE_TYPICAL,0)))  
        
ObjectSetText("dI"+x+"1",CharToStr(sSell),fontSize,"Wingdings",Red);
      else
      
ObjectSetText("dI"+x+"1",CharToStr(sWait),10,"Wingdings",Khaki);
    }
    
    
//--- RSI text
    
for(x=0;x<6;x++)
    {
      if ((
iRSI(NULL,period[x],RSIP1,PRICE_TYPICAL,0)) > (iRSI(NULL,1,RSIP2,PRICE_TYPICAL,0)))
        
ObjectSetText("tI"+x+"1"," BUY",9,"Arial Bold",Lime);
      else if             
        ((
iRSI(NULL,period[x],RSIP2,PRICE_TYPICAL,0)) > (iRSI(NULL,1,RSIP1,PRICE_TYPICAL,0)))
        
ObjectSetText("tI"+x+"1","SELL",9,"Arial Bold",Red);         
      else
        
ObjectSetText("tI"+x+"1","WAIT",9,"Arial Bold",Khaki); 
    }  
     
  return(
0);
  } 
Wow thanks for catching that for me, I was tired last night afterall, heh. Actually you missed the second half of the correction too. I fixed it and incremented the version number to 1.12.

- nittany1
__________________
You can find me on irc.ircforex.com most of the time... on #forex
Myspace Facebook My Indicators: Trade Assistant Trend Friend ToR CCI Helper
Holder of US Patent 6,774,788

Last edited by nittany1 : 03-10-2008 at 01:04 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/indicators-metatrader-4/12779-trade-assistant.html
Posted By For Type Date
Technorati: Discussion about “Trade Assistant” This thread Refback 03-23-2008 03:20 PM
OzFx System:) - Page 333 This thread Refback 03-15-2008 03:21 PM
OzFx System:) - Page 333 This thread Refback 03-10-2008 04:56 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
To trade or not to trade Indicators? yaniv_av Indicators - Metatrader 4 1 03-27-2007 01:01 PM
Demand of help(assistant) Yves81 Expert Advisors - Metatrader 4 1 12-12-2006 02:16 PM
Demand of help(assistant) Yves81 Expert Advisors - Metatrader 4 4 11-10-2006 08:17 PM


All times are GMT. The time now is 10:37 PM.