<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>COCO研究院 - AmiBroker討論區</title>
    <link>https://coco-in.net/forum-53-1.html</link>
    <description>Latest 20 threads of AmiBroker討論區</description>
    <copyright>Copyright(C) COCO研究院</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 24 May 2026 22:36:46 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://coco-in.net/static/image/common/logo_88_31.gif</url>
      <title>COCO研究院</title>
      <link>https://coco-in.net/</link>
    </image>
    <item>
      <title>請教一下版上大大關於amibroker匯入TICK的問題</title>
      <link>https://coco-in.net/thread-156230-1-1.html</link>
      <description><![CDATA[請教一下版上大大amibroker要怎麼匯入TICK阿，爬了版上的文好像都沒詳細說明，有些有說明的又因為年代久遠，網站已經連不上了，有大大知道怎麼匯入tick嗎?(我的匯入是指excel csv檔，裡面的資料只有時間、價、量，沒有開高低收
 ...]]></description>
      <category>AmiBroker討論區</category>
      <author>獨孤求勝</author>
      <pubDate>Tue, 25 Apr 2023 13:24:05 +0000</pubDate>
    </item>
    <item>
      <title>請問AmiBroker如何標誌記號在某個時間</title>
      <link>https://coco-in.net/thread-155689-1-1.html</link>
      <description><![CDATA[歷史K圖
如何做記號在某個時間 或是某段時間
一個一個畫圈太累
程式碼有辦法一次全部用記號嗎
與程式碼怎麼寫 在哪裡寫

協助者 贈送113金幣]]></description>
      <category>AmiBroker討論區</category>
      <author>SDFCAFA</author>
      <pubDate>Thu, 30 Jun 2022 05:38:47 +0000</pubDate>
    </item>
    <item>
      <title>分享免費下載分時資料的工具</title>
      <link>https://coco-in.net/thread-155570-1-1.html</link>
      <description><![CDATA[Dears~近期在做回測發現可供下載分鐘資料都只有30日，後來發現這個工具分享給大家參考
從這個網站下載Lite免費版，同時只能下載3個Symbol,速度比較慢，但堪用

Download Tickstory - Get Free Historical Data



介面如上

 ...]]></description>
      <category>AmiBroker討論區</category>
      <author>RECOM</author>
      <pubDate>Sat, 28 May 2022 00:04:24 +0000</pubDate>
    </item>
    <item>
      <title>amibroker 台股日線資料庫</title>
      <link>https://coco-in.net/thread-155412-1-1.html</link>
      <description><![CDATA[昨天整理了台股的日線資料至AB中
資料日期至2022-03-23

解壓後，從amibroker   File 選單中選取 open database 
選至目錄就可以使用了

AB 台指期資料庫

資料來源是Yahoo的資料，沒有詳細比對資料只供AB學習使用哦


 ...]]></description>
      <category>AmiBroker討論區</category>
      <author>altubers</author>
      <pubDate>Thu, 24 Mar 2022 02:16:00 +0000</pubDate>
    </item>
    <item>
      <title>想請教在AimBroker中如何寫出像奇狐BARSLAST的語法??</title>
      <link>https://coco-in.net/thread-155022-1-1.html</link>
      <description><![CDATA[想請教在AimBroker中如何寫出像奇狐BARSLAST的語法
AimBroker  並沒有這函數....要怎樣表達取代??
//---------------------------------------------------
BARSLAST
上一次條件成立到當前的週期數。
用法:
BARSLAST(X):上一次X不為0到現在的天數
例如:
BARSLAST(CLOSE ...]]></description>
      <category>AmiBroker討論區</category>
      <author>purpletopman68</author>
      <pubDate>Thu, 18 Nov 2021 08:06:21 +0000</pubDate>
    </item>
    <item>
      <title>請問如何寫有特定開市時段的10天頂/底？</title>
      <link>https://coco-in.net/thread-151288-1-1.html</link>
      <description><![CDATA[各位師兄，小弟想寫香港期指的日線圖5天最高/位，然後放於5分鐘圖運用

TimeFrameSet(inDaily);

FiveDayH = HHV(High, 5);
FiveDayL = LLV(Low, 5);

TimeFrameRestore();

FiveDayH = TimeFrameExpand(FiveDayH, inDaily);
FiveDayL = TimeFrameExpand(FiveDayL, inDa ...]]></description>
      <category>AmiBroker討論區</category>
      <author>ken20111</author>
      <pubDate>Tue, 12 Nov 2019 11:26:31 +0000</pubDate>
    </item>
    <item>
      <title>請問 Amibroker Quote 中的 Aux1, Aux2 如何引用</title>
      <link>https://coco-in.net/thread-151069-1-1.html</link>
      <description><![CDATA[Data Quote 有兩個欄位 aux1, aux2 , 

我們用自已寫的 data plugin 在 tick data 中，aux1 放 Bid price , aux2 放 Ask price ,  我們想統計每一分鐘 當 close = aux1的成交量，close = aux2 的成交量，請問這個afl 要如何寫



 ...]]></description>
      <category>AmiBroker討論區</category>
      <author>kuolung</author>
      <pubDate>Sun, 13 Oct 2019 08:36:27 +0000</pubDate>
    </item>
    <item>
      <title>求助~可否幫我把 MACD 的柱狀線加顏色?</title>
      <link>https://coco-in.net/thread-150688-1-1.html</link>
      <description><![CDATA[好心的大人~~
不知為何照著舊帖教學的部分，怎麼改就是不行，可否拜託好心的大人幫幫忙~~
感激不盡~~

幫我把 MACD 的柱狀線加顏色?
-為綠色、+為紅色
謝謝



_SECTION_BEGIN(\&quot;MACD\&quot;);
r1 = Param( \&quot;Fast avg\&quot;, 12, 2, 200, 1 );
r2 = Param( \&quot;Slow avg\&quot;, 26, 2, 200, ...]]></description>
      <category>AmiBroker討論區</category>
      <author>zhenming</author>
      <pubDate>Tue, 06 Aug 2019 04:19:44 +0000</pubDate>
    </item>
    <item>
      <title>AmiBroker 6.31.0 BETA released</title>
      <link>https://coco-in.net/thread-150676-1-1.html</link>
      <description><![CDATA[August 2, 2019AmiBroker 6.31.0 BETA releasedStability:  – regular BETA should work fine in most environments
This is a BETA version. Make a backup first
A new beta version (6.31.0) of AmiBroker, with new functionality in Batch controller has been re ...]]></description>
      <category>AmiBroker討論區</category>
      <author>Sirius</author>
      <pubDate>Mon, 05 Aug 2019 01:28:20 +0000</pubDate>
    </item>
    <item>
      <title>請教: AmiBroker DDE連接SPTrader問題</title>
      <link>https://coco-in.net/thread-149943-1-1.html</link>
      <description><![CDATA[Amibroker使用DDE連接SPTrader, database和DDE Plugin設置如下Data source: DDE universal data Plug-inLocal data storage: EnableNumber of bars: 50000Base time interval: 1 Minute

DDE Plugin:
DDE server: sptrader
Open: {field}!sp{ticker}
High, Low, Close,  ...]]></description>
      <category>AmiBroker討論區</category>
      <author>wyt</author>
      <pubDate>Thu, 25 Apr 2019 06:58:18 +0000</pubDate>
    </item>
    <item>
      <title>請問，AB 為什麼還是有資料可以顯示</title>
      <link>https://coco-in.net/thread-149903-1-1.html</link>
      <description><![CDATA[請問各位大大，有人可以幫忙說明一下，為什麼 AB 在 13:45 還有資料嗎
我是用 期交所的成交資料轉成 tick 的成交資料匯入 AB 如圖





資料庫的設定如下圖





有問題的地方是我把游標移到最後面 13:45:20 還是會出現資料 


請問那裡設錯，

如何修正









 ...]]></description>
      <category>AmiBroker討論區</category>
      <author>kuolung</author>
      <pubDate>Sun, 21 Apr 2019 05:34:39 +0000</pubDate>
    </item>
    <item>
      <title>我想要發展一套 下單 回測系統</title>
      <link>https://coco-in.net/thread-149834-1-1.html</link>
      <description><![CDATA[我想要用 amibroker 發展一套 回測 下單 的系統
為什麼
就是很簡單的要求  
回測 和 實單 是 一致 的

想請各位前輩 大大 們 給點 建議

目前 基本的架構 是用 amibroker 和 mt5
這兩套有免費的 sdk 可以自己發展 資訊源
資訊源 以元大為主 群益為輔 
元大 快速 穩定   ...]]></description>
      <category>AmiBroker討論區</category>
      <author>kuolung</author>
      <pubDate>Wed, 17 Apr 2019 01:39:05 +0000</pubDate>
    </item>
    <item>
      <title>K 棒的切割問題</title>
      <link>https://coco-in.net/thread-149777-1-1.html</link>
      <description><![CDATA[請問一下，我試用 Amibroker 用 120 分線( 120m) 時 (不是2小時( 2hr ) 線)，發現，早盤和下午盤的結果不同，一直找不到原因，
後來發現一個可能的問題， 


因為 台指期是 8:45~13:45  15:00~05:00 

所以早盤的 K 是  8:45 ~ 10:45 10:45~12:45 12:45~14:45 14:45~16: ...]]></description>
      <category>AmiBroker討論區</category>
      <author>kuolung</author>
      <pubDate>Wed, 10 Apr 2019 11:45:42 +0000</pubDate>
    </item>
    <item>
      <title>Ambroker ODBC plugin　怎樣可以讀取中文字段呢</title>
      <link>https://coco-in.net/thread-147643-1-1.html</link>
      <description><![CDATA[Ｈｅｌｌｏ，　　　　問過作者，他說ＯＤＢＣ　ｐｌｕｇｉｎ是　ＡＮＳＩ格式，我想此ｐｌｕｇｉｎ有沒有可能讀取中文字段呢]]></description>
      <category>AmiBroker討論區</category>
      <author>chunwaihome</author>
      <pubDate>Tue, 22 Jan 2019 11:25:16 +0000</pubDate>
    </item>
    <item>
      <title>有沒有人在AB成功安裝R Plugin 呢</title>
      <link>https://coco-in.net/thread-147569-1-1.html</link>
      <description><![CDATA[我跟了說明裏的這三個步驟,都不能成功安裝
· install R;· install R COM server;· copy and paste the RMathAFL.dll to C:\\Program Files\\AmiBroker\\Plugins:
在R COM server 測試有以下的錯誤信息
Loading StatConnector Server... DoneInitializing R...Function c ...]]></description>
      <category>AmiBroker討論區</category>
      <author>chunwaihome</author>
      <pubDate>Wed, 09 Jan 2019 13:40:38 +0000</pubDate>
    </item>
    <item>
      <title>想問一下GetOption( &quot;FilterIncludeWatchlist&quot; )是什麼意思呢</title>
      <link>https://coco-in.net/thread-147432-1-1.html</link>
      <description><![CDATA[想問一下下面的兩句是什麼意思呢

1) GetOption( \&quot;FilterIncludeWatchlist\&quot; );


2) if( Status( \&quot;stocknum\&quot; ) == 0 )]]></description>
      <category>AmiBroker討論區</category>
      <author>chunwaihome</author>
      <pubDate>Sun, 16 Dec 2018 04:02:40 +0000</pubDate>
    </item>
    <item>
      <title>Amibroker 回測的問題</title>
      <link>https://coco-in.net/thread-147329-1-1.html</link>
      <description><![CDATA[各位大大，想請問一個回測的奇怪問題 


我的 Amibroker 目前回測只能回測到 10/11 但是我的1分K的資料確定從 2018/8/1 起都正常沒有掉，

不管設是 2018/1/1 或是其他時間都只有 10/11起到現在 


只有修改為跑日線才會從資料起始日 2018/08/01 起

請問如何檢查問題  ...]]></description>
      <category>AmiBroker討論區</category>
      <author>kuolung</author>
      <pubDate>Thu, 29 Nov 2018 00:04:42 +0000</pubDate>
    </item>
    <item>
      <title>請問用AB 回測，Intraday 有沒有問題</title>
      <link>https://coco-in.net/thread-147241-1-1.html</link>
      <description><![CDATA[我最近用 AB 發生一個很奇怪的問題，

我確定 10/10 以前的資料是正常的，但是回測時就只會從 10/11 起
不管我設定用 alldata , from to date 都一樣
但是用  EOD 的方式，又正常可以回測到 8月份

請問是我那邊設定錯了嗎


 ...]]></description>
      <category>AmiBroker討論區</category>
      <author>kuolung</author>
      <pubDate>Mon, 19 Nov 2018 10:58:59 +0000</pubDate>
    </item>
    <item>
      <title>自己寫了一個 AB 接群益的 api 資訊源</title>
      <link>https://coco-in.net/thread-147175-1-1.html</link>
      <description><![CDATA[自己寫了一個 AB 接群益的 api 資訊源
會用群益以下幾的原因 : 

1. 群益的 64bit api 是依標準 com 架構寫的，而且是可以執行的，因為我比較會用 c++ , 用標準 COM 比較好寫
2. 目前只有群益的 api 可以下載 1分 K 棒，可回補當天的 tick 所以我的程式，如果只看到 1分 ...]]></description>
      <category>AmiBroker討論區</category>
      <author>kuolung</author>
      <pubDate>Sun, 11 Nov 2018 14:34:40 +0000</pubDate>
    </item>
    <item>
      <title>求教 如果想在回測中加入條件在收市前平倉可以怎樣寫呢?</title>
      <link>https://coco-in.net/thread-146700-1-1.html</link>
      <description><![CDATA[小弟回測時不想持倉過夜,想在收市前強行平倉
試過加入條件Timenum()]]></description>
      <category>AmiBroker討論區</category>
      <author>wskyvwsk</author>
      <pubDate>Mon, 17 Sep 2018 04:41:22 +0000</pubDate>
    </item>
  </channel>
</rss>