Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

350 Swing Trade

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

    350 Swing Trade

    This indicator from Stocks & Comm Magazine is very usefull. However, the added drawing tool Diamonds to signify OB/OS conditions is a distraction. Can I get some instruction about how to edit the script to eliminate this feature

    #2
    Jaylock, please look through the code for the lines with DrawDiamond(). Once you've identified those lines, you can comment them out by placing a // before the line of code.

    In the below code, the first line will generate a diamond, and the second line is completely ignored (thus, it will not draw a diamond) because it is commented out:
    Code:
    DrawDiamond("my dia", false, 0, High[0], Color.Green);
    // DrawDiamond("another diamond", false, 0, Low[0], Color.Red);
    AustinNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by llanqui, Today, 03:53 AM
    0 responses
    6 views
    0 likes
    Last Post llanqui
    by llanqui
     
    Started by burtoninlondon, Today, 12:38 AM
    0 responses
    10 views
    0 likes
    Last Post burtoninlondon  
    Started by AaronKoRn, Yesterday, 09:49 PM
    0 responses
    15 views
    0 likes
    Last Post AaronKoRn  
    Started by carnitron, Yesterday, 08:42 PM
    0 responses
    11 views
    0 likes
    Last Post carnitron  
    Started by strategist007, Yesterday, 07:51 PM
    0 responses
    14 views
    0 likes
    Last Post strategist007  
    Working...
    X