Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

image

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

    image

    i have an indicator that sends an email notification. Is there a way to access an image of the chart its running on to attach to the email?

    #2
    Hello pman777,

    Thank you for the post.

    Please see this sample which creates a chart object and captures a screenshot:


    You would then use the Share method and add the screenshot path to the parameters.



    Please let us know if you have any questions.
    JesseNinjaTrader Customer Service

    Comment


      #3
      thank you Jesse

      Comment


        #4
        When I run the indicator above, it works fine. When I add this code to my strategy, I get this error message on the compile: "'NinjaTrader.Gui.Chart.ChartControl' does not contain a definition for 'GetScreenshot' and no extension method 'GetScreenshot' accepting a first argument of type 'NinjaTrader.Gui.Chart.ChartControl' could be found (are you missing a using directive or an assembly reference?)" Not sure what's causing this to happen. I seem to have all of the same declarations as the indicator above.

        Comment


          #5
          Hello pman777,

          I wanted to check, do you have the same using statements at the top of the script as the indicator? Have you also identically copied the logic from the indicator?

          The error you are reporting indicates that the extension method cannot be found which may happen if you are trying to use the wrong object such as ChartControl which is not the Chart object. In the indicator sample, the Chart is being used, not the ChartControl.


          I look forward to being of further assistance.
          JesseNinjaTrader Customer Service

          Comment


            #6
            thanks again Jesse. figured it out ... it was the Chart vs ChartControl

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by usglucofreeze, Today, 01:19 AM
            0 responses
            6 views
            0 likes
            Last Post usglucofreeze  
            Started by f.saeidi, Today, 01:12 AM
            0 responses
            2 views
            0 likes
            Last Post f.saeidi  
            Started by NinjaTrader_ChelseaB, 03-14-2017, 10:17 AM
            227 responses
            34,318 views
            7 likes
            Last Post rare312
            by rare312
             
            Started by f.saeidi, Today, 12:11 AM
            0 responses
            5 views
            0 likes
            Last Post f.saeidi  
            Started by Graci117, Yesterday, 11:40 PM
            0 responses
            6 views
            0 likes
            Last Post Graci117  
            Working...
            X