Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Long Strategy Has Suddenly Been Trading Short This Last Week

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

    #16
    Originally posted by outstretchedarm View Post
    so whats the solution? how do I stop this from happening all the time.
    I do not know if you would like this hack, but what I did was to create yet another public Boolean property, RealTimeOnly, which enabled the bypass of Historical bars. Whenever my NT gets into that funky state where it is showing a yellow color for the Strategy, and I cannot get the fersluggin' thing to take a trade or not, I just enable the option, so that NT will ignore historical trade positioning and just trade already.

    Code:
    [FONT=Courier New][COLOR=#0000ff][FONT=Courier New][COLOR=#0000ff]if[/COLOR][/FONT][/COLOR][/FONT][FONT=Courier New][COLOR=#000000] ([/COLOR][/FONT][FONT=Courier New][COLOR=#0000ff][FONT=Courier New][COLOR=#0000ff]this[/COLOR][/FONT][/COLOR][/FONT][FONT=Courier New][COLOR=#000000].RealTimeOnly && Historical) [/COLOR][/FONT][FONT=Courier New][COLOR=#0000ff][FONT=Courier New][COLOR=#0000ff]return[/COLOR][/FONT][/COLOR][/FONT][FONT=Courier New][COLOR=#000000];[/COLOR][/FONT]
    right before my order management block does the trick.

    If I want to do analysis, such as BackTesting or Optimizing, I just turn the option off.

    Oftentimes, I find that after a day's trading with it turned on, I can turn it off anyway for real time trading too, and have NT start trading sensibly again. YMMV..
    Last edited by koganam; 01-22-2013, 10:53 PM.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    639 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    366 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    107 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    569 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    572 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X