NexusFi: Find Your Edge


Home Menu

 





Need little help with direct DoubleMA


Discussion in NinjaTrader

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




 
Search this Thread

Need little help with direct DoubleMA

  #1 (permalink)
 
Peter's Avatar
 Peter 
Brisbane; Australia
 
Experience: Intermediate
Platform: NT
Broker: IB/TDA needing new broker
Trading: Futures, Forex, Stocks
Posts: 97 since Jun 2009
Thanks Given: 91
Thanks Received: 118

I am trying to create a strategy with a cross-over based on a doubleMA without the DMA indicator

if (CrossBelow(EMA(HMA(11),12),SMA(WMA(13),14),1) ) works

As I want to make the MAtype available in the strategy I wanted to use something like
if (CrossBelow(mA1Type(HMA(11),12),SMA(WMA(13),14),1) ) but that gives the following error
'NinjaTrader.Strategy.test2.mA1Type' is a 'field' but used like a 'method'

I did declare under
#region Variables:
private int mA1Period = 12;
private NinjaTrader.Indicator.DoubleMA_internal.DMAType mA1Type = NinjaTrader.Indicator.DoubleMA_internal.DMAType.EMA;


I then thought of making a new DataSeries line1 and a DataSeries line2 and use these in a crossover statement, but after trying different things got stuck again.


Would appreciate if one of you have a look at the test1.cs and get me going again.

Thanks Peter

Attached Files
Elite Membership required to download: test1.cs
Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Cheap historycal L1 data for stocks
Stocks and ETFs
Quant vue
Trading Reviews and Vendors
MC PL editor upgrade
MultiCharts
Better Renko Gaps
The Elite Circle
REcommedations for programming help
Sierra Chart
 
  #2 (permalink)
 
wh's Avatar
 wh 
Neubrandenburg, Germany
 
Experience: Advanced
Platform: R
Trading: Stocks
Posts: 538 since Jun 2009
Thanks Given: 298
Thanks Received: 512

i do not know, but the problem is the method CrossBelow(),CrossAbove()

bool IndicatorBase.CrossBelow(IDataSeries series 1,
IDataSeries series 2,
int lookBackPeriod)

IDataSeries is a Interface how describe the input (EMA type and Period)

the normal dataseries hold only the value of EMA type and Period. I think that is your problem.

What will you do??

Reply With Quote
  #3 (permalink)
 
Peter's Avatar
 Peter 
Brisbane; Australia
 
Experience: Intermediate
Platform: NT
Broker: IB/TDA needing new broker
Trading: Futures, Forex, Stocks
Posts: 97 since Jun 2009
Thanks Given: 91
Thanks Received: 118


7:54am wh: string ma = "EMA"; string period = "(19)"; string togehter = ma+period; so you can use enmus, cast and so on , but i do not know if it works but i think

WH thanks for the chat input will look at your String/MA suggestion tomorrow.

Started this thread Reply With Quote
  #4 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,463 since Jun 2009
Thanks Given: 33,236
Thanks Received: 101,661

Peter,

If you want to take a look at complete functioning code other than the convoluted DoubleMA, check out Roonius' SuperTrend v2.1, it is a self-contained method of enumerating the MA's.

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote




Last Updated on June 30, 2009


© 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