Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Sample Buy and Hold Strategy

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

    Sample Buy and Hold Strategy

    I know it is trivial to write it on your own, but I would still suggest including a simple buy and hold strategy as a NT 7 example strategy. The reason is so you can easily compare an active long/short strategy on a stock with a passive buy and hold approach, etc.

    The code would be very simple but something like this:

    Code:
    	protected override void OnBarUpdate()
    	{
    		if (CurrentBar == 1)
    		{
    			EnterLong(DefaultQuantity, "BuyAndHold");
    		}
    	}

    #2
    Thanks for the suggestion Anagoge!
    BertrandNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mestor, 03-10-2023, 01:50 AM
    16 responses
    387 views
    0 likes
    Last Post z.franck  
    Started by rtwave, 04-12-2024, 09:30 AM
    4 responses
    31 views
    0 likes
    Last Post rtwave
    by rtwave
     
    Started by yertle, Yesterday, 08:38 AM
    7 responses
    29 views
    0 likes
    Last Post yertle
    by yertle
     
    Started by bmartz, 03-12-2024, 06:12 AM
    2 responses
    22 views
    0 likes
    Last Post bmartz
    by bmartz
     
    Started by funk10101, Today, 12:02 AM
    0 responses
    7 views
    0 likes
    Last Post funk10101  
    Working...
    X