Announcement

Collapse
No announcement yet.

$ADD & $ADDQ Plotter?

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

  • $ADD & $ADDQ Plotter?

    I would like to plot these symbols as lines on intraday bases in an efs. with the true value indicated in the axis. If possible I would like the line to be able to change colors as it crosses the median of "0" . I can change the colors and symbols in the editor just not good at setting the code for this efs.

    I have looked at other posts, but they were not very clear.

    Any help here, would be greatly appreciated!

    Thanks,

    Realm

  • #2
    Can someone please help me do this? I am in the process of learn code, but I am not understanding as wel as i would like too.
    Or, could someone maybe recomend someone i can pay to creat efs files?

    Thanks,

    Dan

    Comment


    • #3
      Can someone please help me do this? I am in the process of learn code, but I am not understanding as wel as i would like too.
      Or, could someone maybe recomend someone i can pay to creat efs files?

      Thanks,

      Realm

      Comment


      • #4
        Realm
        The attached efs will plot another symbol as an indicator (the default is $ADD but can be modified in Edit Studies).



        If you are using version 7.5 (now in beta) then you can merge the study into the price chart by clicking and dragging it while keeping the <Shift> key pressed
        The result can be seen in the image below
        Alex

        Attached Files
        Last edited by ACM; 09-27-2003, 02:07 PM.

        Comment


        • #5
          Thanks alot Alex, if i could ask you for help with one more?

          Could you put a divergence indicator in this oscillator?

          Thanks!

          Realm
          Attached Files

          Comment


          • #6
            Realm
            Unfortunately that is beyond what I would be able or available to do.
            Alex

            Comment


            • #7
              Thanks! know anyone who could?

              Realm

              Comment


              • #8
                Hello Realm,

                Consider contacting one of our EFS Consultants.
                Jason K.
                Project Manager
                eSignal - an Interactive Data company

                EFS KnowledgeBase
                JavaScript for EFS Video Series
                EFS Beginner Tutorial Series
                EFS Glossary
                Custom EFS Development Policy

                New User Orientation

                Comment


                • #9
                  Question for Alex

                  Alex,

                  In your previous post you mentioned that in the beta version 7.5 one could merge a study on to the price chart by dragging and pressing "shift" key. I am running the 7.5 version also but I am not able to do what you could. Is this a later build you are referring to? I downloaded mine a couple of days ago. If only I can do that it would open a lot of windows for me. Thanks.

                  Sesh

                  Comment


                  • #10
                    Sesh,

                    You first need to be in Tile Studies mode (under Chart Options.) After that, hold down Shift, and then drag the study pane into the price area.
                    Regards,
                    Jay F.
                    Product Manager
                    _____________________________________
                    Have a suggestion to improve our products?
                    Click Support --> Request a Feature in eSignal 11

                    Comment


                    • #11
                      Jay,

                      Thanks for the prompt response.

                      Sesh

                      Comment


                      • #12
                        I have the $ADD efs and the cursor is currently blue in the axis. I would like to change the color of this? Is it possible? And if so, how do I do this?
                        Excellent book on JavaScript for beginners

                        Comment


                        • #13
                          FibbGann
                          The PLOTTYPE_INSTANTCOLORLINE I used in that formula does not color the label in the y-axis of the same color of the indicator but colors it in the default color which is blue if left unspecified.
                          If you want it in another color then add a line in preMain() that defines the default color for the plot. For example if you want the label colored in black use
                          setDefaultBarFgColor(Color.black);
                          Alex

                          Comment


                          • #14
                            Thanks as always! Just a follow up question, The line plot on this efs changes colors as in crosses the median of "0" could the cursor also change colors? Just a simple yes or no will do.

                            Fibbgann
                            Excellent book on JavaScript for beginners

                            Comment


                            • #15
                              FibbGann
                              Yes, that is correct
                              Alex

                              Comment

                              Working...
                              X