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.

    Comment


      #3
      Ok Danke Betrand;

      this will definetely help.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      77 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      45 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      27 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      32 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      63 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X