Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Martingale Strategy

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

    #31
    I just removed the strategy line. I am able to test it now but, I am going to have to make changes since I had to remove lines 93 through 109 which start with {
    ExitLong(DefaultQuantity, "ExitBuy");
    sellCount = 0;
    entryPrice = 0.0;
    buyCount = 0;
    }
    }
    else if (Position.MarketPosition == MarketPosition.Short)
    {
    if (sellCount < EntriesPerDirection && currentPrice > entryPrice)
    {
    sellCount++;
    entryPrice = currentPrice;
    EnterShort(DefaultQuantity, "Sell2");
    }​

    Comment


      #32
      I hope you someone can help me? I tried to revise my script and now I am getting a code CS0101 on line 21 column 18. Any suggestions to make this go away without major updates. If I take out the word strategy or strategies (line20), I get a string of errors messages.

      Click image for larger version  Name:	image.png Views:	0 Size:	23.2 KB ID:	1239270
      Last edited by ReginaldS8; 03-09-2023, 10:27 PM.

      Comment


        #33
        Hello ReginaldS8,

        Thanks for your note.

        Please check the following items and advise if you have duplicate files listed.
        • Expand the 'Strategies' folder on the right side of the NinjaScript Editor and check if you have duplicate files listed.
        • Go to the Documents\NinjaTrader 8\bin\Custom\Strategies folder and check if duplicate files are listed.
        ​If you see any duplicate files listed, please remove the duplicate file and retest to see if the error persists.

        Let me know if I may assist further.
        <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        93 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        138 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        68 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        123 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        73 views
        0 likes
        Last Post PaulMohn  
        Working...
        X