NexusFi: Find Your Edge


Home Menu

 





Moving Average Crossovers With Alerts


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one Silvester17 with 4 posts (21 thanks)
    2. looks_two master trader with 4 posts (3 thanks)
    3. looks_3 stoicbuddha with 3 posts (1 thanks)
    4. looks_4 Fat Tails with 1 posts (1 thanks)
      Best Posters
    1. looks_one Silvester17 with 5.3 thanks per post
    2. looks_two EnsoTrader with 2 thanks per post
    3. looks_3 Fat Tails with 1 thanks per post
    4. looks_4 master trader with 0.8 thanks per post
    1. trending_up 18,905 views
    2. thumb_up 31 thanks given
    3. group 12 followers
    1. forum 23 posts
    2. attach_file 6 attachments




 
Search this Thread

Moving Average Crossovers With Alerts

  #11 (permalink)
diver33
Atlanta, Georgia/ USA
 
Posts: 2 since May 2013
Thanks Given: 0
Thanks Received: 0


Silvester17 View Post
since there's no elite content in that indicator, it should be ok to post it here


Hi,

I'm trying to import this MA indicator into NT7. It gives me errors and won't accept the file. Can someone please help me load it to try it out. Thanks.

Attached Images
 
Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Trade idea based off three indicators.
Traders Hideout
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Exit Strategy
NinjaTrader
ZombieSqueeze
Platforms and Indicators
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
32 thanks
Just another trading journal: PA, Wyckoff & Trends
26 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
23 thanks
GFIs1 1 DAX trade per day journal
19 thanks
  #12 (permalink)
 
stoicbuddha's Avatar
 stoicbuddha 
Seattle, WA
 
Experience: Intermediate
Platform: NinjaTrader 8
Broker: AMP/CQG
Trading: Indices
Frequency: Every few days
Duration: Minutes
Posts: 96 since Feb 2012
Thanks Given: 1,047
Thanks Received: 96

Are you looking for an indicator only or a strategy is fine? If a strategy is fine, I can post some of the code I've written.

Visit my NexusFi Trade Journal Reply With Quote
  #13 (permalink)
 Srq1 
Sarasota, Fla
 
Experience: Beginner
Platform: Ninja Trader ,Tos
Broker: NinjaTrader Brokerage
Trading: NQ MNQ MES ES
Posts: 63 since Mar 2012
Thanks Given: 226
Thanks Received: 25


Hello HappyRenko
Read your post on Dbl. MA crossover strategy you use.
Do you mind sharing it.
Thank you
Srq1

Reply With Quote
  #14 (permalink)
 
stoicbuddha's Avatar
 stoicbuddha 
Seattle, WA
 
Experience: Intermediate
Platform: NinjaTrader 8
Broker: AMP/CQG
Trading: Indices
Frequency: Every few days
Duration: Minutes
Posts: 96 since Feb 2012
Thanks Given: 1,047
Thanks Received: 96


Srq1 View Post
Hello HappyRenko
Read your post on Dbl. MA crossover strategy you use.
Do you mind sharing it.
Thank you
Srq1

I don't use the double crossover anymore, but I still have the code. This crossover "strategy" i created doesn't make any trades, only alerts with sound, email, text, tumblr, etc. I've edited the posts to remove my email, text, tumblr details. The code is not optimized, for example, the CrossAbove/CrossBelow lines can be combined, really reducing the code size. My later code is better. I use a "trainhorn.wav" file, which you should change to whatever sound alert you'll be using. You'll need to input your own phone email, regular email, tumblr details or delete those portions of the code. You can choose which alerts you want when you try to apply it, all defaults are to not alert.

Lastly, the code alerts when the MACD crosses its Average Line, when the MACD crosses its "0" line, and when price crosses the SMA(50).


Hope this helps you.

P.S. - Here's an example of how I've combined the CrossAbove/Below in one line for price crossing the VWAP:

if ((CrossAbove(Close, VitVWAP(), 1) || CrossBelow(Close, VitVWAP(), 1)) && (!Historical))
{
}

Attached Files
Elite Membership required to download: NewestChartAlert.cs
Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #15 (permalink)
 
stoicbuddha's Avatar
 stoicbuddha 
Seattle, WA
 
Experience: Intermediate
Platform: NinjaTrader 8
Broker: AMP/CQG
Trading: Indices
Frequency: Every few days
Duration: Minutes
Posts: 96 since Feb 2012
Thanks Given: 1,047
Thanks Received: 96


Infinite View Post
Many times if you are looking for an alert for what ever reason, it may be too late for trading purposes, etc. ASK others, the people who are making the most money trading are diligently watching their charts and acting when they see their EDGE appear.

I think it depends on your method, and the number of markets you're in. The reason I created my code was so I could apply it to multiple charts so I don't need 6 monitors. I can overlap charts and not have to watch them all. When an edge is found, it alerts, and depending on the type of trading you are doing missing one bar may not be a problem, especially if you're not using a time-based chart. It also accounts for those who may want to be alerted when away from their computer.

Visit my NexusFi Trade Journal Reply With Quote
  #16 (permalink)
 
master trader's Avatar
 master trader 
Calgary AB, Canada
 
Experience: Master
Platform: NinjaTrader
Broker: Zen-Fire
Trading: CL, GC, ZB
Posts: 124 since Apr 2010
Thanks Given: 43
Thanks Received: 41


Silvester17 View Post
since there's no elite content in that indicator, it should be ok to post it here



@Silvester,

I would like to use this indicator in Market Analyzer. Is there a version for this purpose?


Many thanks

PS: I am Elite member

Reply With Quote
  #17 (permalink)
 
Silvester17's Avatar
 Silvester17 
Columbus, OH
Market Wizard
 
Experience: None
Platform: NT 8, TOS
Trading: ES
Posts: 3,603 since Aug 2009
Thanks Given: 5,139
Thanks Received: 11,527


master trader View Post
@Silvester,

I would like to use this indicator in Market Analyzer. Is there a version for this purpose?


Many thanks

PS: I am Elite member

@master trader,

I used this indicator in the past as a market analyzer example:




Silvester17 View Post
@kburks,

you could use the earlier mentioned double ma indicator for that purpose.

attached is a shorter version of that indicator and also a market analyzer template as an example on how to use it for audio alerts and background colors.



Reply With Quote
Thanked by:
  #18 (permalink)
 
master trader's Avatar
 master trader 
Calgary AB, Canada
 
Experience: Master
Platform: NinjaTrader
Broker: Zen-Fire
Trading: CL, GC, ZB
Posts: 124 since Apr 2010
Thanks Given: 43
Thanks Received: 41


Silvester17 View Post
@master trader,

I used this indicator in the past as a market analyzer example:




@Silvester.

Many thanks. Will check it out.

Reply With Quote
  #19 (permalink)
 
master trader's Avatar
 master trader 
Calgary AB, Canada
 
Experience: Master
Platform: NinjaTrader
Broker: Zen-Fire
Trading: CL, GC, ZB
Posts: 124 since Apr 2010
Thanks Given: 43
Thanks Received: 41


Silvester17 View Post
@master trader,

I used this indicator in the past as a market analyzer example:




Hi Silvester,

The indicator you attached, MarketAnalyzerMA.zip, only has one set of Moving averages to select from. As a result I can only select one MA. There should be a second group of MA to choose from. I notice that the chart you posted is using a different indicator MaCrossMarketAnalyzer, hence we can see 2 MA on the posted chart. Could you take a look and see what I'm saying. Maybe the zip file you wanted to post is MaCrossMarketAnalyzer.zip?

Let me know.

Reply With Quote
  #20 (permalink)
 
Silvester17's Avatar
 Silvester17 
Columbus, OH
Market Wizard
 
Experience: None
Platform: NT 8, TOS
Trading: ES
Posts: 3,603 since Aug 2009
Thanks Given: 5,139
Thanks Received: 11,527



master trader View Post
Hi Silvester,

The indicator you attached, MarketAnalyzerMA.zip, only has one set of Moving averages to select from. As a result I can only select one MA. There should be a second group of MA to choose from. I notice that the chart you posted is using a different indicator MaCrossMarketAnalyzer, hence we can see 2 MA on the posted chart. Could you take a look and see what I'm saying. Maybe the zip file you wanted to post is MaCrossMarketAnalyzer.zip?

Let me know.

@master trader,

you're right. that 's the wrong indicator. attached is the correct MaCrossMarketAnalyzer indicator

Attached Files
Elite Membership required to download: MaCrossMarketAnalyzer.zip
Reply With Quote
Thanked by:




Last Updated on May 2, 2020


© 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