Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Value from other Indicator

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Value from other Indicator

    Hello,

    usually I can read values from other indicators. However, one indicator is too complicated for me and I unfortunately can't do it. Can someone please help me with this?

    I want the DeltaValue to be worthy, but the user has used a lot of classes and branches.

    i try it like this
    Code:
    private Indicators.Volume.VolumeAnalysisProfile marketvolume;
    and under else if (State == State.DataLoaded)
    Code:
    marketvolume = VolumeAnalysisProfile(_VolumeAnalysisProfileEnums.Formula.TotalAndBidAsk,_VolumeAnalysisProfileEnums.RenderInfo.Total, VolumeAnalysis.PeriodMode.Days, 1, false, false, false, false, 0, 0, 0, 0, 0,0, false, 0, 0, false, false );
    ​
    VolumeAnalysis.PeriodMode.Days doesnt work. I think thats my problem.

    Any ideas?

    Best regards

    MarketVolume.cs
    SE.cs
    VolumeAnalysisProfile.cs
    Attached Files

    #2
    Hello Dirales,

    I took a look at the VolumeAnalysisProfile indicator however that is a fairly complex indicator. I don't see that the indicator adds any plots, are you certain this was designed to produce a value for NinjaScript use? You will very likely need to reach out to the author of this item to verify that you are calling the indicator as it was intended and also if it was made to expose values to other scripts. The code that I can see in the indicator seems to relate to its custom rendering so it may not have been made to be used by other scripts but only as a visual tool.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    596 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    343 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    556 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    554 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X