NexusFi: Find Your Edge


Home Menu

 





How to filter my signals with another indicator


Discussion in NinjaTrader

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




 
Search this Thread
  #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:	216
Size:	200.6 KB
ID:	106874  
Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Kharg Island at 6%, Regime Fall at 1.5% -- The Black Swa …
Prediction Markets & Event Contracts
Trump Lands in Beijing on CPI Day: Iran Peace Expires To …
Prediction Markets & Event Contracts
Double Deadlock: Rubio Calls Hormuz Tolls "Unfeasib …
Traders Hideout
400 Million Barrels to Address Middle East Supply Disruption
Commodities
Energy Futures Shatter All-Time Daily Volume: 8.3 Millio …
Commodities
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Sober Journey With S&P
24 thanks
2026 Jlab journal
10 thanks
Lady Vols Primer: Trading Volatility Journal
7 thanks
Algo automated / semi-automated trading anyone?
6 thanks
Trying to learn Volume and price action correlation
5 thanks
  #3 (permalink)
 
kkfx's Avatar
 kkfx 
Mumbai, India
 
Experience: Intermediate
Platform: MT4, NT8,TradingView
Broker: AMP
Trading: Index,currencies
Posts: 117 since Jul 2010
Thanks Given: 326
Thanks Received: 163


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


© 2026 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 - Downloads - Top
no new posts