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 Waxavi, 04-19-2024, 02:10 AM
    4 responses
    53 views
    0 likes
    Last Post sonia0101  
    Started by cmtjoancolmenero, Today, 03:58 PM
    0 responses
    3 views
    0 likes
    Last Post cmtjoancolmenero  
    Started by Segwin, 05-07-2018, 02:15 PM
    11 responses
    1,777 views
    0 likes
    Last Post aligator  
    Started by trilliantrader, Today, 03:01 PM
    1 response
    7 views
    0 likes
    Last Post NinjaTrader_Clayton  
    Started by geddyisodin, Today, 05:20 AM
    6 responses
    36 views
    0 likes
    Last Post geddyisodin  
    Working...
    X