Search results

  1. D

    Where is my ddedll.dll?

    I have tried to increase the memory to 2048M and 4096M and when launching the program I get an error that the java virtual machine could not be created. I assume that it has to do with the java memory allowance size rather than with TWS. Any idea on how could I increase the java virtual...
  2. D

    Where is my ddedll.dll?

    The Ram tip is of great value to me. thanks
  3. D

    Sterling API Developer Thread

    When using the DDE the quotes you see changing in your spreadsheet do not have any effect on the worksheet events because this is dynamic data and therefore the Worksheet_Calculate is never called. Basically as far as Excel knows the cells never change. For example the worksheet_calculate will...
  4. D

    Sterling API Developer Thread

    From your code I assume that cell A15 is an input to the order method such as price or a symbol. If i am right your code should work if you re-write it as: Range("A15").Select SentBuyorder Selection.ClearContents
  5. D

    questions about sterling pro

    You could use Excel's VBA to develop and automate your strategy using Sterling's Activex API. I have a developed a front end in Excel's VBA to to automate a momentum strategy. My application is very similar to the Interactive brokers Activex API. The application works well for systems that need...
  6. D

    Sterling API Developer Thread

    CyborgAdmin, I contacted Sterling and yes they have been experiencing problems with order types, specially server side order types such as the T-stops and S-Stops. I have created my own trailing/stop orders to limit the use of sterling's order types. Thank you for the feedback.
  7. D

    Sterling API Developer Thread

    I am having problems with the T-Stop orders and I was wondering if anyone else here that uses T-Stop orders have been experiencing the same issues. I have a n application that sends Trailing Stop orders using the API....All of the orders seem to be fine and appear in my open orders in Sterling...
  8. D

    Sterling API Developer Thread

    Hi, I hope someone here can help me out with the following problem: I am developing my porogram in Excel using VBA as my programming enviroment. I hava a Request Market Data button that when pressed runs the following procedure...
  9. D

    Sterling API Developer Thread

    Thank you for the advice. I will build it in excel and see how my program reacts with Sterling's Dde API. When using the IB's Dde I noticed that the system gets really slow when many macros and intructions were running at the same time.....I want to build it in VC++ to improve the speed of...
  10. D

    Sterling API Developer Thread

    Hi guys, This is my first post in this forum. I have a grey box running using the Dde API from interactive Brokers. I am joining a prop. desk this week and they use sterling, I want to translate my system to sterling using C++ or maybe VB. I am not a programmer, I Have a working knowledge...
Back
Top