Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Double Entry

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

    Double Entry

    Hi,

    I have coded a strategy that allows me to switch from long to short. Owing to an earlier issue I had, where I got stopped out at the same price as my entry price, I have coded it as below:-

    Code:
    [FONT=Courier New][SIZE=2][COLOR=#0000ff][FONT=Courier New][SIZE=2][COLOR=#0000ff][FONT=Courier New][SIZE=2][COLOR=#0000ff]
    if[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=2][FONT=Courier New][SIZE=2][COLOR=#000000] (FirstTickOfBar)[/COLOR]
    {
    ExitShort();
    ShortReset();
    EnterLong([/SIZE][/FONT][/SIZE][/FONT][FONT=Courier New][SIZE=2][COLOR=#800080][FONT=Courier New][SIZE=2][COLOR=#800080][FONT=Courier New][SIZE=2][COLOR=#800080]100000[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Courier New][SIZE=2][FONT=Courier New][SIZE=2]);
    }
    [/SIZE][/FONT][/SIZE][/FONT]
    Unfortunately the code above results in a double entry, i.e., my position is 2x as large as I would like it. So instead of a 100000 position, I end with a 200000 position. Any suggestions on how I can have a 100000 position?

    Regards

    Kay Wai

    #2
    Kay, please try without the ExitShort() call, the EnterLong() would reverse for you if needed.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    648 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    369 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    108 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    572 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    574 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X