Announcement

Collapse
No announcement yet.

More Broker Functions needed (Position Management)

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

  • More Broker Functions needed (Position Management)

    Hello
    I try to make an Autotrading System, but my problem is when its generate a Limit order, my Script cant find out if the Order is be filled.
    Or survey I something?
    So, I need this Functions:
    PositionActive, PositionEntryPrice, PositionExitPrice, PositionEntryBar, PositionExitBar

    Here is an example how I present it to me:
    PHP Code:
    function main() {
         if (
    PositionActive == false) { 
             
    buyLimit(getSymbol(), 1close()-2"Globex""200512"); 
        }
         if (
    PositionActive == true) {
             
    sellLimit(getSymbol(), 1PositionEntryPrice+8"Globex""200512");
        }

    I hope you guys understand me and can tell me what I can do.
    Thanks

  • #2
    Hello Zig,

    At this time we do not have functions to retrieve the information you've listed. Please submit your ideas for these additional auto-trading helper functions to [email protected].
    Jason K.
    Project Manager
    eSignal - an Interactive Data company

    EFS KnowledgeBase
    JavaScript for EFS Video Series
    EFS Beginner Tutorial Series
    EFS Glossary
    Custom EFS Development Policy

    New User Orientation

    Comment

    Working...
    X