Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ScalperH Indicator

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

    ScalperH Indicator

    Hiya folks,

    I have an indicator named ScalperH in my list. Somehow I downloaded an indicator which had the ScalperH indicator as part of it. I applied it to my chart, & there's a bunch of arrows on it. These arrows look like buy & sell signals, but they are always appearing late. Such as, the blue arrow appears after about 2-3 bars.
    I also see a yellow arrow. I did trade this indicator on Sim today, & it did good for 2 trades.
    Can anyone tell me more about this indicator? What do the blue & yellow arrows mean & how can I use it best?
    I have included a screen cap to show what it looks like. If necessary I can upload the NinjaScript if someone can figure it out.
    Thanx for the help.

    Dale
    Attached Files

    #2
    Hello dalecraw,

    If the indicator is open source (meaning we are able to read the code for this), please upload the code I will offer any assistance I am able.

    However, I recommend you try and get in contact with the author of the script for more details.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_ChelseaB View Post
      Hello dalecraw,

      If the indicator is open source (meaning we are able to read the code for this), please upload the code I will offer any assistance I am able.

      However, I recommend you try and get in contact with the author of the script for more details.
      Hiya Chelsea,

      I tried to get ahold of the author by email, so far no reply.

      I've included the Ninjascript in the attached text file. The forum wouldn't let me cut & paste it, as it's too long.

      Thanx for the help.

      Dale
      Attached Files

      Comment


        #4
        Hi dalecrawl,

        Exporting a script makes it nice and neat when posting on the forum as you will also have any dependencies needed included as well.

        To export your script do the following:
        1. Click File -> Utilities -> Export NinjaScript
        2. Enter a unique name for the file in the value for 'File name:'
        3. Select the strategy from the objects list on the left -> click the right facing arrow ">" to add the strategy to the export
        4. Click the 'Export' button -> click 'yes' to add any referenced indicators to the export -> click OK to clear the export location message


        By default your exported file will be in the following location:
        • (My) Documents/NinjaTrader 7/bin/Custom/ExportNinjaScript/<export_file_name.zip>


        Below is a link to the help guide on Exporting NinjaScripts.
        http://www.ninjatrader.com/support/h...nt7/export.htm


        Regarding the indicator, this indicator is mean to draw the arrows on past bars and does not seem to be coded to draw on the current bar.

        DrawTriangleUp("MaybePivotUp",true,ExtremeBar,Extr emeBarLow-TickSize,Color.Red);
        and
        DrawArrowLine("AU"+CurrentBar.ToString(),true,Extr emeBar,Low[ExtremeBar]+TickSize,ExtremeBar,High[ExtremeBar]-TickSize,ScalpBarBrush.Color,DashStyle.Solid,Width ); //

        Basically the indicator goes through the data and finds an extreme bar and marks it.
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          Hiya Chelsea,

          Now I have an error message happening when I try to export. Can you tell me how to resolve it? Please see attached.

          Dale
          Attached Files

          Comment


            #6
            Hello dalecraw,

            Thank you for your response.

            Please follow the instructions below to see where the errors are coming from after compiling the indicator. This will allow you to debug the indicator/strategy or remove it from your PC. If you are wondering why you receive an error when compiling only one indicator, it is because NinjaTrader always compiles all indicators and strategies - not just one. This is done to give you the highest runtime performance possible.
            • Open NinjaTrader
            • From the Control Center select the Tools menu--> select the Edit NinjaScript menu item--> select Indicator
            • Select any indicator and double click on it (we need only to open and compile one script to see all compile errors for all files).
            • A new window will appear and you will need to right click in the window and select Compile to compile the indicators.
            • At the bottom of the window a new section will appear where you can find the error locations.
            • From there you have the option to comment out offending code sections, remove the complete indicator or debug it to be able to compile again.

            If you are unsure as to what the error is indicating, please send me a screenshot of the error with the name and description fields clearly readable.

            To send a screenshot press Alt + PRINT SCREEN to take a screen shot of the selected window. Then go to Start--> Accessories--> Paint, and press CRTL + V to paste the image. Lastly, save as a jpeg file and send the file as an attachment.

            We have also collected more comprehensive steps for resolving NinjaScript programming errors in this tip on our forums - http://www.ninjatrader.com/support/f...ead.php?t=4678

            Comment


              #7
              Are you kidding me??? It's this complicated just to get rid of a simple error?

              I get the same error message when I try to delete the last few indicators I installed.

              I'm gonna need a simpler solution.

              Dale

              Comment


                #8
                Hi dalecraw,

                If you are uncomfortable checking for compilation errors we can do this for you.

                Please send an email to support [at] ninjatrader [dot] com and let us know you are getting errors importing a script.
                Chelsea B.NinjaTrader Customer Service

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by inanazsocial, Today, 01:15 AM
                0 responses
                2 views
                0 likes
                Last Post inanazsocial  
                Started by trilliantrader, 04-18-2024, 08:16 AM
                5 responses
                22 views
                0 likes
                Last Post trilliantrader  
                Started by Davidtowleii, Today, 12:15 AM
                0 responses
                3 views
                0 likes
                Last Post Davidtowleii  
                Started by guillembm, Yesterday, 11:25 AM
                2 responses
                9 views
                0 likes
                Last Post guillembm  
                Started by junkone, 04-21-2024, 07:17 AM
                9 responses
                70 views
                0 likes
                Last Post jeronymite  
                Working...
                X