Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Limit Error

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

    Limit Error

    I tried using this line of code in my strategy:

    LongOrder = EnterLongLimit(GetCurrentAsk(),"LongEntry")

    but got an error saying:

    'Rejected:Limit price cant be greater than current ask'. How do I fix this?

    Testig on forex using the Gain capital feed.

    Also how do I set lot sizes so for example 1 lot or 0.1 lot etc in my strategy? It mentions in the help files there is a difference between backtesting & real trading.

    #2
    Welcome to our support forums mballagan, please use GetCurrentBid() as the limit price for your long order. In backtesting you would enter for example 100000 as quantity for a standard lot and 10000 for a mini one. In live trading, you would use 1 as quantity to trade one lot in your account (standard or mini whatever is set per broker defaults for this live account).

    Comment


      #3
      limit order

      Thanks for your reply.

      However thought that if buying you would do this at the Ask price and therefore use GetCurrentAsk() rather than GetCurrentBid()?

      Comment


        #4
        mballagan,

        The problem is that you may have submitted at a certain ask, but the market moves fast and now the limit price you originally submitted at is no longer a valid price. I recommend you not to submit at such a close price because the possibility of such a fast move against you is always possible.
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        89 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        48 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        31 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        34 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        69 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X