NexusFi: Find Your Edge


Home Menu

 





Using Output of Indicator for Input to another


Discussion in MultiCharts

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




 
Search this Thread

Using Output of Indicator for Input to another

  #1 (permalink)
 mrlucky1x 
WC, CA
 
Experience: Advanced
Platform: NT TOS
Posts: 15 since Dec 2009
Thanks Given: 3
Thanks Received: 11

Does anybody have some code showing how to use the output from one indicator as input to another. I've done this with TOS but now trying to figure it out for multicharts power language. Specifically I want to put a bollingerband around ADX so I want to use the ADX value instead of "Close" for the bollingerband input. Here's what I have so far but it won't compile:

inputs:
Length ( 10 ),
NumDevsUp (.8 ),
NumDevsDn (-.8),
Displace ( 0 ),
LengthADX ( 15 );

variables:
var0( 0 ),
var1( 0 ) ;

var0 = ADX ( Length ) ;
var1 = BollingerPrice ( var0 ) ;

Plot[Displace] (var1, "BollADX") ;

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
What broker to use for trading palladium futures
Commodities
Trade idea based off three indicators.
Traders Hideout
Quant vue
Trading Reviews and Vendors
ZombieSqueeze
Platforms and Indicators
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
 
  #2 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,436 since Apr 2013
Thanks Given: 482
Thanks Received: 1,629

mrlucky1x,

with Multicharts you could simply use the Indicator on Indicator feature and do it without any programming by simply using the output from the ADX as price input for the Bollinger Bands indicator.
Study on study - MultiCharts

If you want to program it use the the Bollinger Band indicator as template and replace the Close with the value of the ADX.

Regards,
ABCTG


mrlucky1x View Post
Does anybody have some code showing how to use the output from one indicator as input to another. I've done this with TOS but now trying to figure it out for multicharts power language. Specifically I want to put a bollingerband around ADX so I want to use the ADX value instead of "Close" for the bollingerband input. Here's what I have so far but it won't compile:

inputs:
Length ( 10 ),
NumDevsUp (.8 ),
NumDevsDn (-.8),
Displace ( 0 ),
LengthADX ( 15 );

variables:
var0( 0 ),
var1( 0 ) ;

var0 = ADX ( Length ) ;
var1 = BollingerPrice ( var0 ) ;

Plot[Displace] (var1, "BollADX") ;


Follow me on Twitter Reply With Quote




Last Updated on January 17, 2015


© 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