Search results

  1. I

    AFL Coding Help NEEDED

    Thanks :) i still cannot see my post at the yahoo group. well never mind. So do you mean i can put another "if" statement inside the first one? llike this: if lastprice = (a1+b1); { if LASTPRICE = (a1+B1); { XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX }...
  2. I

    AFL Coding Help NEEDED

    i have sent it to them last night. still waiting for their approval to post. they may reject it. is there any other place to look for help? Thanks.
  3. I

    AFL Coding Help NEEDED

    hi , i like to write a order-cancelling action with two chained conditions but dont know how. it's like this: given : A, B, C conidtion 1: IF last-price = A+ B, trigger condition 2 condition 2: when last-price = A+C , Cancel buy or sell order in the above, condition1 must precede...
  4. I

    anyone using HSI historical data from yahoo

    is this what you need? http://finance.yahoo.com/q/hp?s=%5EHSI
  5. I

    anyone using HSI historical data from yahoo

    by "daily data" you mean "intraday data"? 1-minute, 5 minute, 15-minute, hour.. data?
  6. I

    anyone using HSI historical data from yahoo

    r you referring to the CASH HSI data(OHLC) from yahoo? as i know yahoo only provide CASH hsi data, no futures data.
  7. I

    Amibroker : Can URLGet extract data from this url?

    Can URLGet be set to auto extract data/figures fo the following urls and then instantly read by Amibroker as data source? i just want to know if it's technically possible. Thanks! a Java site: http://finance.sina.com.cn/realstock/index.shtml a ASP site...
  8. I

    Amibroker with TWO DataFeeds at ONE time?

    Thanks! but do you mean after i run two instances, a SINGLE AFL strategy can obtain symbol quotes from TWO data sources?
  9. I

    Amibroker with TWO DataFeeds at ONE time?

    hi can Amibroker be plugged with two data source/vendors at one time? if yes, how? Thanks!
  10. I

    Can Bracket Orders AUTO adjusts attached orders price?

    anybody knows when i change the main/original order in IB TWS is there any method to make automatic changes to the exit and stop orders? eg. buy 20700, exit sell 20900, stop sell 20600. then i change buy to 20600, can sell and stop auto change to keep the relationship? i.e. sell20800, stop...
  11. I

    Why this AFL codes not work?

    Yes, the original code works fine. i copy and paste it and add my stuff.. can you see any "grammatical" or structural mistakes in my dummy script? thanks for your reply.
  12. I

    Why this AFL codes not work?

    the software used is Amibroker 4.80 + IBController 1.1.1
  13. I

    Why this AFL codes not work?

    hi, i know nothing about programming and i'm trying to code a simple AFL system by modifying an existing one. but it does not work, i dont know why. will appreciate if you can help me figure out the coding mistakes, thanks! The function of this simple afl-script is simply to...
  14. I

    Why it takes so much time to turn profitable

    hi Alex, Thanks for your sharing. your words are encouragement/assurance to me. i have powerful systems but bad discipline. now forcing myself to pick up detail records and serious money managment. i think in order to struggle to stay on the right path, one has to REPEATEDLY remind...
  15. I

    can Amibroker trade A contract based on price-change of B contract?

    hi all, i'm starting to use Amibroker for my Dow futures system the signal of which is based on Dow futures' price variation. it seems working. and now i like to test with mini-dow first. but since my System signal is based on big Dow futures.. can Amibroker trade A contract based on...
  16. I

    Is there any automated placing order software which can send orders promptly with TS

    I trade HSI futures thru IB. Can i use the above combination to automate my strategy? (my strategy is not based on chart/indicators but based on calculation) do you mean if i use, say, Tradesation + IB + hyperorder, i can fully automate the strategy and order placing and management...
Back
Top