Search results

  1. B

    Time exit for Amibroker

    Haha....no la. I am new comer and don't which Sub Fornum is suitable for this question.... Many Thanks for your prompt reply~~~
  2. B

    Time exit for Amibroker

    I would like to add a function that can close all long or short position at 16:10:00 everyday How to add this time exit function to the following simple program? AvgLine = MA (50); Buy=Cover=Cross(C, AvgLine); Sell=Short=Cross( AvgLine ,C); Buy = Exrem(Buy,Sell); Buy = Exrem(Sell,Buy); Many...
  3. B

    Question about Order Place Code at Amibroker

    I am using Amibroker I wanna write a code that "xLine=EMA(40)", mainly BUY above xLine and SHORT below xLine For Long order placing.... Buy Immediately when High cross xLine But if same bar close < xLine, then (Cut Loss and Reverse) Sell and Short else if Cross(Low, xLine) then (Take profit...
  4. B

    Question about Order Place Code at Amibroker

    I am using Amibroker I wanna write a code that "xLine=EMA(40)", mainly BUY above xLine and SHORT below xLine For Long order placing.... Buy Immediately when High cross xLine But if same bar close < xLine, then (Cut Loss and Reverse) Sell and Short else if Cross(Low, xLine) then (Take profit...
  5. B

    Seek for "Market order" code for IBController

    I have designed the Strategy with Amibroker and trying to use IB Controller. Any Working simple market order code can give me for reference? Many Thanks!!!
  6. B

    HI, Question about Order Place Code at Amibroker

    I am using Amibroker I wanna write a code that "xLine=EMA(40)", mainly BUY above xLine and SHORT below xLine For Long order placing.... Buy Immediately when High cross xLine But if same bar close < xLine, then (Cut Loss and Reverse) Sell and Short else if Cross(Low, xLine) then (Take profit...
  7. B

    How to set Autotrade for TWO individual IB Accounts at the same time

    Actually due to some reason that it's not good for me to run it under friends and family account temporarily So any advice can refer to my case? Many Thanks!!!
  8. B

    How to set Autotrade for TWO individual IB Accounts at the same time

    Hi, Thanks first I have two Individual account at Interactive Broker. I used to use amibroker + IB Controller + TWS to do autotrade for an account, And I try to add one more account and it showed that the following error. How can I fix it? Many Thanks!!!
  9. B

    Login IB via Amibroker

    Many Thanks! Bro
  10. B

    Login IB via Amibroker

    Hi Can I start Auto trade simply with Amibroker without manually login IB TWS?? Sometime I open the Amibroker but forgot to login IB TWS Many Thanks!!!
  11. B

    eSignal Feed --> Amibroker --> IB-TWS

    Many Thanks!!!
  12. B

    eSignal Feed --> Amibroker --> IB-TWS

    Hi, Help~~~ I just change to use "eSignal" data to feed in "Amibroker" and want to place order with "Interactive Brokers - TWS" but they use different code to represent HSI Futures, IB-"HSIM14" and eSignal-"HSI M4-HKF", respectively, so when it start auto trade, there is no response from...
Back
Top