NexusFi: Find Your Edge


Home Menu

 





_ADXVMA_Alerts_v01_5 data series


Discussion in NinjaTrader

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




 
Search this Thread

_ADXVMA_Alerts_v01_5 data series

  #1 (permalink)
 ryohkyo 
San Francisco, CA
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Zen-Fire
Trading: ES
Posts: 54 since Feb 2010
Thanks Given: 8
Thanks Received: 17

I am trying to read some values from the _ADXVMA_Alerts_v01_5_1 indicator in my strategy, all the values returned are 0. Can anyone help me with this issue please? Thanks.

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Better Renko Gaps
The Elite Circle
New Micros: Ultra 10-Year & Ultra T-Bond -- Live Now
Treasury Notes and Bonds
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Futures True Range Report
The Elite Circle
The space time continuum and the dynamics of a financial …
Emini and Emicro Index
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
61 thanks
Funded Trader platforms
39 thanks
NexusFi site changelog and issues/problem reporting
26 thanks
The Program
18 thanks
GFIs1 1 DAX trade per day journal
18 thanks
  #3 (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


hi,
show us what exactly you use for grabing the values please !

max-td
Reply With Quote
  #4 (permalink)
 ryohkyo 
San Francisco, CA
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Zen-Fire
Trading: ES
Posts: 54 since Feb 2010
Thanks Given: 8
Thanks Received: 17


max-td View Post
hi,
show us what exactly you use for grabing the values please !

Hi, I am doing this...

private NinjaTrader.Indicator._ADXVMA_Alerts_v01_5_1 ADX;

// Initialize ADXAlert
ADX = _ADXVMA_Alerts_v01_5_1(Close,5,true);

if (ADX.Signal[0] == 0)
{
Print (
"ADX.Rising: "+ADX.Rising[0]);
MicroTrendUp =
false;
MicroTrendDn =
false;
}

The if statement always gets hit because Signal[0] always returns 0.

Started this thread Reply With Quote
  #5 (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

hm - the indicator has multiple dataseries it gives out.

- try to take a look in the strategy wizard to find out wich code is needed for the right data-series. i thinks you need the Main

start with tools - new scrpit - strategy -- klick through till you see the condition + action window + then choose your ADXVMA -
choose a plot and another plot on the right side -- hit OK
and then klick " View Code"

then a script opens and shows you exactly how the dataseries you choosed are named.

thats the way i use to find out those things.

max-td
Attached Thumbnails
Click image for larger version

Name:	ADXVMA exampole.png
Views:	231
Size:	20.8 KB
ID:	9105  
Reply With Quote
Thanked by:
  #6 (permalink)
 ryohkyo 
San Francisco, CA
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Zen-Fire
Trading: ES
Posts: 54 since Feb 2010
Thanks Given: 8
Thanks Received: 17

thanks max, got it figured out following your instruction.

Started this thread Reply With Quote
Thanked by:




Last Updated on March 5, 2010


© 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