NexusFi: Find Your Edge


Home Menu

 





How to filter my signals with another indicator


Discussion in NinjaTrader

Updated
    1. trending_up 1,964 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:	227
Size:	200.6 KB
ID:	106874  
Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Bookmap Global Plus Lifetime + Lifetime Addons For Sale
Platforms and Indicators
Czechia Live at 52.5% as England Rides 4-2 Wave to Co-Fa …
Prediction Markets & Event Contracts
June 15 Peace Odds Surge From 3.6% to 12.25% After Trump …
Prediction Markets & Event Contracts
Roland Garros Final Day: $3M on Zverev at 80.5% -- Leban …
Prediction Markets & Event Contracts
CME Raises Energy Futures Margins After Iran-War Volatil …
Commodities
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
NexusFi site changelog and issues/problem reporting
10 thanks
Darmok and Jalad at Tanagra
3 thanks
Big Mike in Ecuador
1 thanks
30 Sessions
1 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: 164


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