Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Understanding EnterLongLimit and EnterShortLimit ?

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

    Understanding EnterLongLimit and EnterShortLimit ?

    In my strategy I tried EnterLongLimit and EnterShortLimit
    I have a Print statement to capture the conditions and when conditions were met the Time was 19:15 during that bar the price ranged from 14770 to 14773 close at 14773 at the next bar 19:20 it ranged from 14771 to 14790 close at 14790 the strategy enters the trade at 19:25 at Open of 14790 I used EntryShortLimit GetCurrentAsk()
    So 3 bars later after condition met it entered the trade. That of course didnt matter as it was going against me anyway in terms of the short. So what is the best way to get quickest market price once the condition is met?

    #2
    Hello set2win,

    The quickest way to get market price would be to submit a market order, you can just use EnterLong or EnterShort for that purpose. When using EnterLongLimit a limit type order is submitted with the price you choose so you may or may not price the order at market price when submitting it. The normal rules for the limit type order would also apply to that order where as a market order is filled at the next available price which may incur slippage. If you wanted to avoid slippage you could submit limit orders but you would need to use available price data at the time you submit it, for example the Close or ask/bid prices.

    I look forward to being of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    56 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    133 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    73 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    45 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    49 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X