NexusFi: Find Your Edge


Home Menu

 





DoubleMA for Ninja7


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one Al2010 with 8 posts (0 thanks)
    2. looks_two cory with 8 posts (6 thanks)
    3. looks_3 fusion with 6 posts (5 thanks)
    4. looks_4 Tundi with 4 posts (2 thanks)
      Best Posters
    1. looks_one ThatManFromTexas with 1 thanks per post
    2. looks_two cory with 0.8 thanks per post
    3. looks_3 fusion with 0.8 thanks per post
    4. looks_4 Tundi with 0.5 thanks per post
    1. trending_up 12,286 views
    2. thumb_up 16 thanks given
    3. group 8 followers
    1. forum 35 posts
    2. attach_file 4 attachments




 
Search this Thread

DoubleMA for Ninja7

  #11 (permalink)
Al2010
 
Posts: 50 since Oct 2010
Thanks Given: 36
Thanks Received: 10


fusion View Post
Hi Al2010,

The attached is the DoubleMA for NT7. Actually, the DoubleMa indicator for NT 7 is not exactly same as the DoubleMA indicator for NT 6.5.


Thank you very much!

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
How to apply profiles
Traders Hideout
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Increase in trading performance by 75%
The Elite Circle
Exit Strategy
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
34 thanks
Tao te Trade: way of the WLD
24 thanks
My NQ Trading Journal
14 thanks
GFIs1 1 DAX trade per day journal
11 thanks
Vinny E-Mini & Algobox Review TRADE ROOM
10 thanks
  #12 (permalink)
 fusion 
East Coast
 
Experience: Beginner
Platform: NinjaTrader,
Trading: es
Posts: 83 since Aug 2010
Thanks Given: 272
Thanks Received: 25


cory View Post
when you set to none you say dont want the second MA so you just use ElderFilter in this case.

Hi cory,

Thank you for your reply. If I accept your seggestion, then, I don't know how the second period 5---(DoubleMA(21,EhlweaFilter,5,None) --- to be handled. Please see the attachment and advise. TIA

Attached Thumbnails
Click image for larger version

Name:	NT6.5DoubleMA.gif
Views:	273
Size:	39.6 KB
ID:	28333  
Reply With Quote
  #13 (permalink)
 
max-td's Avatar
 max-td 
Frankfurt
 
Experience: Intermediate
Platform: NinjaTrader
Trading: FGBL 6E B4
Posts: 1,752 since Jun 2009
Thanks Given: 2,309
Thanks Received: 927


i really suggest using the new multi-color-plotting in NT7 for these colored MAs and not only convert the old NT6,5 stuff to NT7 (wich uses a much better code-style now for multicolor-things!).

i havent looked into it here but see it just as a basic advice / suggestion before too much "bad NT7-versions" are floating arround.


-

Tip
as additional idea - speaking for NT7 things only :

maybe its even useful to delete "old-code-NT7-Version" from the threads step by step for not getting mixed up in the future.

i offer this as mod - if you realize old codes (converted from NT6,5) and you can offer a realy better coded version, report the post with some infos and i have a look at / delete the old one)

so we you can help bring up to the quality of the posted indicators .


max-td
Reply With Quote
  #14 (permalink)
 
cory's Avatar
 cory 
virginia
 
Experience: Intermediate
Platform: ninja
Trading: NQ
Posts: 6,098 since Jun 2009
Thanks Given: 877
Thanks Received: 8,090


fusion View Post
Hi cory,

Thank you for your reply. If I accept your seggestion, then, I don't know how the second period 5---(DoubleMA(21,EhlweaFilter,5,None) --- to be handled. Please see the attachment and advise. TIA

doubleMA for NT7 here

Reply With Quote
Thanked by:
  #15 (permalink)
Al2010
 
Posts: 50 since Oct 2010
Thanks Given: 36
Thanks Received: 10


fusion View Post
Hi Al2010,

The attached is the DoubleMA for NT7. Actually, the DoubleMa indicator for NT 7 is not exactly same as the DoubleMA indicator for NT 6.5.

Hi,
how to get a value of the DoubleMANT7 please? I'm trying the following and variations but nothing works:

double dblMaVal = DoubleMANT7(DMAType.ZeroLagEMA, DMAType.ZeroLagEMA, 18, 6)[0];

Can anybody help please?
Thank you very much.

Reply With Quote
  #16 (permalink)
 fusion 
East Coast
 
Experience: Beginner
Platform: NinjaTrader,
Trading: es
Posts: 83 since Aug 2010
Thanks Given: 272
Thanks Received: 25


Al2010 View Post
Hi,
how to get a value of the DoubleMANT7 please? I'm trying the following and variations but nothing works:

double dblMaVal = DoubleMANT7(DMAType.ZeroLagEMA, DMAType.ZeroLagEMA, 18, 6)[0];

Can anybody help please?
Thank you very much.

Hi Al2010,

The instructions for chosing MAs and Value are based on the newest DoubleMANT7 link provided on post#14 of this thread. Please look at the attatchment for the details of instruction.

HTH

Attached Thumbnails
Click image for larger version

Name:	IndicatorPropertiesWindow.gif
Views:	188
Size:	43.5 KB
ID:	28508  
Reply With Quote
Thanked by:
  #17 (permalink)
Al2010
 
Posts: 50 since Oct 2010
Thanks Given: 36
Thanks Received: 10


fusion View Post
Hi Al2010,

The instructions for chosing MAs and Value are based on the newest DoubleMANT7 link provided on post#14 of this thread. Please look at the attatchment for the details of instruction.

HTH

Thank you. This is not quite what I wanted. I know how to select the values in properties etc... I'm trying to get current value of this indicator into some variable: double someVar = SMA(50)[0];...
But with DoubleMANT7 I'm getting errors.
Thank you.

Reply With Quote
  #18 (permalink)
Al2010
 
Posts: 50 since Oct 2010
Thanks Given: 36
Thanks Received: 10


cory View Post
doubleMA for NT7 here

Cory, maybe you can help with getting a value of the DoubleMANT7 please? I'm trying the following and variations but nothing works:

double dblMaVal = DoubleMANT7(DMAType.ZeroLagEMA, DMAType.ZeroLagEMA, 18, 6)[0];

Ninja code:
public DoubleMANT7 DoubleMANT7(NinjaTrader.Indicator.DoubleMANT7.DMAType mA1Type, NinjaTrader.Indicator.DoubleMANT7.DMAType mA2Type, int mAPeriod1, int mAPeriod2)

Thank you very much.

Reply With Quote
  #19 (permalink)
 
cory's Avatar
 cory 
virginia
 
Experience: Intermediate
Platform: ninja
Trading: NQ
Posts: 6,098 since Jun 2009
Thanks Given: 877
Thanks Received: 8,090


Al2010 View Post
Cory, maybe you can help with getting a value of the DoubleMANT7 please? I'm trying the following and variations but nothing works:

double dblMaVal = DoubleMANT7(DMAType.ZeroLagEMA, DMAType.ZeroLagEMA, 18, 6)[0];

Ninja code:
public DoubleMANT7 DoubleMANT7(NinjaTrader.Indicator.DoubleMANT7.DMAType mA1Type, NinjaTrader.Indicator.DoubleMANT7.DMAType mA2Type, int mAPeriod1, int mAPeriod2)

Thank you very much.

i dont do strategy but many do, just google this line (cut and paste) you should have enough samples;
doublema strategy site:https://nexusfi.com/

Reply With Quote
Thanked by:
  #20 (permalink)
Al2010
 
Posts: 50 since Oct 2010
Thanks Given: 36
Thanks Received: 10



cory View Post
you dont need doubleMA in NT7 just add 2 MAs and specify one bases on the other.

No t sure how to do this. Is there option in properties of the indicator?
Thank you.

Reply With Quote




Last Updated on June 18, 2011


© 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