Search results

  1. C

    Amibroker symbols with IB backfill

    You can send an email to this address below. I think they should answer your question. support@amibroker.com
  2. C

    AmiBroker: sorting by entrytime

    AmiBroker: sorting by entrytime
  3. C

    AmiBroker: sorting by entrytime

    AmiBroker: sorting by date
  4. C

    AmiBroker: sorting by entrytime

    Thank you for your reply. I follow your recommendation to change the time format from H:mm:ss to HH:mm:ss, but the sorting problem still persist. I attached 2 pictures so you can clearly see these situations. I use the 5-min chart and scan every minute for the 30 stocks I follow. The AFL...
  5. C

    AmiBroker: sorting by entrytime

    Attached below are 2 pictures so you can clearly see the status of the AA window. Because the size of the pictures is too large, I put them into 2 posts. This scan is based on 6 stocks. If there are 30 or more stocks but the later-coming signals can¡¯t be sorted by HHMMSS, then to find...
  6. C

    AmiBroker: sorting by entrytime

    My current AFL coding knowledge can be said to be 0. Well, I added the phrase "WriteVal( DateTime(), formatDateTime );" into my original AFL code, as shown below: Cond = Cross(EMA(Close, 10), EMA(Close, 20) ); Cond1 = Cross(EMA(Close, 20), EMA(Close, 10) ); Buy = Cond; Sell = Cond1...
  7. C

    AmiBroker: sorting by entrytime

    Sorry, I can't attach this picture because it's larger than the maximum limit of size.:(
  8. C

    AmiBroker: sorting by entrytime

    It seems like that in order to realize this kind of very basic function, I must first learn AFL. :( In fact, I only use Amiborker as an auxiliary means. I mainly do daytrading with TopgunSoftware. This program is powerful and is also very easy to use. You don¡¯t need to know coding at...
  9. C

    AmiBroker: sorting by entrytime

    Thanks, maxwell_e. I¡¯m a newbie of Amibroker, and I learn to use the program by writing and testing a very simple AFL file. I use automatic analysis window to view the scanned results. However, I notice that in the automatic analysis window, there¡¯s only the ¡°Date¡± option but no...
  10. C

    AmiBroker: sorting by entrytime

    I just bought AmiBroke 4.70rc3 Pro and am using it to do real-time scans based on intraday timeframe. When new symbols appear, I hope the symbols can be lined up by their respective entry time, so that the newest symbol will be at the top or at the very bottom. AmiBroker does have the...
Back
Top