Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Market Analyzer and custom indicator

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

    Market Analyzer and custom indicator

    Hi there;
    Before I go coding an indicator I would like to know if this is possible and what is the best approach to do this.

    I have a xml file that contains values of different zones for symbols and timframe combination. What I would like to see in the MA are several columns all accessing the same indi but displaying different values.

    For example
    Col 1: Upper Zone H4
    Col 2: Lower Zone H4
    Col 3: Upper Zone H1
    Col 4: Lower Zone H1
    etc....

    I guess I can expose one property of the indicator to retrieve the value based on the parameters set.

    Now the next thing is that ideally I would like to change the color of a cell when the current price is within a zone, basically between the value of Col 1 and Col 2 or between the value of Col 3 and Col 4. I had a look at the alarm or condition functionality but they seem to always take a fixed value to compare against rather than being able to compare it againt the current bid or ask.

    Any feedback on this appreciated.

    Thanks
    Thomas

    #2
    Hi Thomas, with custom coding in C# reading the XML content / stream would be possible (http://support.microsoft.com/kb/307548).

    In the MA you could specify which Plot value to use for the display, so one indicator could feature multiple plots which you list in individual columns then.

    The price filtering would need to be done in the script, just return the Plot value conditionally, so you can check for this return in your MA condition.
    BertrandNinjaTrader Customer Service

    Comment


      #3
      Ok Danke Betrand;

      this will definetely help.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by itrader46, Today, 09:04 AM
      1 response
      3 views
      0 likes
      Last Post NinjaTrader_Clayton  
      Started by timmbbo, Today, 08:59 AM
      0 responses
      1 view
      0 likes
      Last Post timmbbo
      by timmbbo
       
      Started by bmartz, 03-12-2024, 06:12 AM
      5 responses
      33 views
      0 likes
      Last Post NinjaTrader_Zachary  
      Started by Aviram Y, Today, 05:29 AM
      4 responses
      14 views
      0 likes
      Last Post Aviram Y  
      Started by algospoke, 04-17-2024, 06:40 PM
      3 responses
      28 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Working...
      X