NexusFi: Find Your Edge


Home Menu

 





How to filter my signals with another indicator


Discussion in NinjaTrader

Updated
    1. trending_up 1,543 views
    2. thumb_up 0 thanks given
    3. group 2 followers
    1. forum 2 posts
    2. attach_file 1 attachments




 
Search this Thread

How to filter my signals with another indicator

  #1 (permalink)
paruchuriphani
hyderabad
 
Posts: 13 since Oct 2012
Thanks Given: 1
Thanks Received: 0

Hi,

I am using MACD for generating buy and sell calls. now i want to filter my signals with suppertrend indicator.
suppertrend indicator for UPTREND & DOWN TREND.

EX: i don't want to plot GREEN ARROW(BUY) in DOWN TREND
i don't want to plot RED ARROW (SELL) in UP TREND

this is my MACD code:

{
if(TSSuperTrend(7, TradingStudies.NinjaScript.Utility.MovingAverageType.HMA, 1.618, 7, TradingStudies.NinjaScript.Utility.SuperTrendMode.Adaptive).Trend[0]==true)

if(CrossAbove(dotSeries, BB_UpperBand,1)&&up)
{
{
Say(" There is a Buy Call in" +Instrument.FullName+"" );
over=true; // only say it once per bar
}

{
DrawArrowUp("up"+CurrentBar,false,0,Low[0]+2*TickSize,Color.Green);
}
up=true;
down=true;
}

}

{
if(TSSuperTrend(7, TradingStudies.NinjaScript.Utility.MovingAverageType.HMA, 1.618, 7, TradingStudies.NinjaScript.Utility.SuperTrendMode.Adaptive).Trend[0]==false)

if(CrossBelow(dotSeries, BB_LowerBand,1)&&down)
{
{
Say(" There is a Sell Call in " +Instrument.FullName+ "");
over=true; // only say it once per bar
}
{
DrawArrowDown("down"+CurrentBar,false,0,High[0]+2*TickSize,Color.Red);
}
up=true;
down=true;

}
}


I have problume with "&&up""&&down" Functions. i can't see my Arrows in correct place. because of "&&up".
EX:GREEN ARROWS waiting for RED ARROWS. please give me your valuable suggestions.

Thank You,
ParuchruiPhani.

Attached Thumbnails
Click image for larger version

Name:	Trend.jpg
Views:	155
Size:	200.6 KB
ID:	106874  
Reply With Quote

Can you help answer these questions
from other members on NexusFi?
How to apply profiles
Traders Hideout
Trade idea based off three indicators.
Traders Hideout
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
REcommedations for programming help
Sierra Chart
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
 
  #3 (permalink)
 
kkfx's Avatar
 kkfx 
Mumbai, India
 
Experience: Intermediate
Platform: MT4, NT8,TradingView
Broker: AMP
Trading: Index,currencies
Posts: 116 since Jul 2010
Thanks Given: 325
Thanks Received: 160


Hi,
There is anaSupertrend indicator in downloads section which is better than the old TS supertrend...try it if you want to use it as a filter.

Reply With Quote




Last Updated on March 26, 2013


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts