Announcement

Collapse
No announcement yet.

beginners question

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

  • beginners question

    greetings,
    just getting my first steps in esignal api and i cannot even get in!! i seem to be not entitled, though support confirmed that i am. here is the code

    esignal = new IESignal.HooksClass();
    esignal.SetApplication("here goes my username");
    if (esignal.IsEntitled ==0)
    {
    MessageBox.Show("ESIGNAL Not entitled");
    }


    and i see the message every other time.
    any suggestions?

  • #2
    Do you have more than one eSignal account?

    The eSignal username you specified in eSignal application should match with the username you use in setApplication when using the Desktop API. Can you confirm the above?

    Comment


    • #3
      thanks i solved the problem. it was due my wrong settings in esignal app in the first place as this is a new computer. now i am trying to figure out how to get historic data aka 200 of past 5 minute bars. i will make a seperate post for that. thanks

      Comment

      Working...
      X