使用Position Sizer的疑難解答

蔡彥君

Newbie
Mar 18, 2024
20
0
2
創建這篇文章的目的是討論使用Position Sizer時遇到的疑難問題。爲此設定基本規則:
一、標題的規範
使用含有遞增數字的標題。使用「標題一」格式。
示例:

第一個問題​

二、問題描述的規範
使用簡要文字精確描述問題。使用常規格式。
示例:
無法在Position Sizer中使用算法交易。
三、日志的規範
附上日志以供分析。使用代碼格式。
示例:
MQL5:
2024.03.29 16:30:59.394    Position Sizer (NZDUSD-,M30)    Trying to load settings from file.
2024.03.29 16:30:59.397    Position Sizer (NZDUSD-,M30)    Loaded settings successfully.
2024.03.29 16:32:38.142    Position Sizer (NZDUSD-,M30)    Execution mode: SYMBOL_TRADE_EXECUTION_MARKET, but IgnoreMarketExecutionMode = true. Switch to false if trades aren't executing.
2024.03.29 16:32:38.142    Position Sizer (NZDUSD-,M30)    Order filling mode: Immediate or Cancel.
2024.03.29 16:32:38.142    Message    Order: Buy
2024.03.29 16:32:38.142    Message    Size: 0.01
2024.03.29 16:32:38.142    Message    Account balance: 179.74 USD
2024.03.29 16:32:38.142    Message    Risk: 1.81 USD
2024.03.29 16:32:38.142    Message    Margin: 0.60 USD
2024.03.29 16:32:38.142    Message    Stop price: 0.61094
2024.03.29 16:32:38.142    Message    Entry: 0.59714
2024.03.29 16:32:38.142    Message    Stop-loss: 0.59533
2024.03.29 16:32:38.142    Message    Take-profit: 0.60872
2024.03.29 16:32:38.142    Message  
2024.03.29 16:32:39.398    Position Sizer (NZDUSD-,M30)    CTrade::OrderSend: market buy 0.01 NZDUSD- sl: 0.59533 tp: 0.60872 [auto trading disabled by client]
2024.03.29 16:32:39.398    Position Sizer (NZDUSD-,M30)    Error sending order: auto trading disabled by client.
四、圖像的規範
插入圖像以供分析。
示例:
1711723803096.png
 
Last edited:

蔡彥君

Newbie
Mar 18, 2024
20
0
2

第一個問題​

無法在Position Sizer中使用算法交易。
日志:
MQL5:
024.03.29 16:30:59.394    Position Sizer (NZDUSD-,M30)    Trying to load settings from file.
2024.03.29 16:30:59.397    Position Sizer (NZDUSD-,M30)    Loaded settings successfully.
2024.03.29 16:32:38.142    Position Sizer (NZDUSD-,M30)    Execution mode: SYMBOL_TRADE_EXECUTION_MARKET, but IgnoreMarketExecutionMode = true. Switch to false if trades aren't executing.
2024.03.29 16:32:38.142    Position Sizer (NZDUSD-,M30)    Order filling mode: Immediate or Cancel.
2024.03.29 16:32:38.142    Message    Order: Buy
2024.03.29 16:32:38.142    Message    Size: 0.01
2024.03.29 16:32:38.142    Message    Account balance: 179.74 USD
2024.03.29 16:32:38.142    Message    Risk: 1.81 USD
2024.03.29 16:32:38.142    Message    Margin: 0.60 USD
2024.03.29 16:32:38.142    Message    Stop price: 0.61094
2024.03.29 16:32:38.142    Message    Entry: 0.59714
2024.03.29 16:32:38.142    Message    Stop-loss: 0.59533
2024.03.29 16:32:38.142    Message    Take-profit: 0.60872
2024.03.29 16:32:38.142    Message 
2024.03.29 16:32:39.398    Position Sizer (NZDUSD-,M30)    CTrade::OrderSend: market buy 0.01 NZDUSD- sl: 0.59533 tp: 0.60872 [auto trading disabled by client]
2024.03.29 16:32:39.398    Position Sizer (NZDUSD-,M30)    Error sending order: auto trading disabled by client.
圖像:
1711724022915.png
 

蔡彥君

Newbie
Mar 18, 2024
20
0
2

第二個問題​

無法準確顯示賬戶餘額。
圖像:
1711724220178.png

MetaTrader 5顯示的賬戶餘額是165.89,而Position Sizer顯示的賬戶餘額是179.74。兩者顯示的賬戶餘額不一致,因此Position Sizer計算的風險值與實際不符。
 

蔡彥君

Newbie
Mar 18, 2024
20
0
2
你真的在問這些問題嗎? 或者您只是提供問題範例?
我發佈這篇文章有兩個目的,一方面就這些問題尋求幫助,另一方面供其他人參考,避免就相同或相似的問題進行重複提問和重複回答。
首先,發佈《使用Position Sizer的疑難解答》的原因是我遇到了上述問題,我想避免重複提問以減輕你的生活壓力。我在現有的文章(Position Sizer)中瀏覽了50多頁,發現内容零散,難以形成知識體系。因此萌生了創建提問和解答的規範的想法。
然後,本地化和疑難解答是兩個不同的主題,因此分開發佈,請將疑難解答恢復為獨立的文章(取消重定向)。
 
Last edited:

Enivid

Administrator
Staff member
Nov 30, 2008
19,201
1,499
144
Odesa
www.earnforex.com
創建這篇文章的目的是討論使用Position Sizer時遇到的疑難問題。爲此設定基本規則:
一、標題的規範
使用含有遞增數字的標題。使用「標題一」格式。
示例:

第一個問題​

二、問題描述的規範
使用簡要文字精確描述問題。使用常規格式。
示例:
無法在Position Sizer中使用算法交易。
三、日志的規範
附上日志以供分析。使用代碼格式。
示例:
MQL5:
2024.03.29 16:30:59.394    Position Sizer (NZDUSD-,M30)    Trying to load settings from file.
2024.03.29 16:30:59.397    Position Sizer (NZDUSD-,M30)    Loaded settings successfully.
2024.03.29 16:32:38.142    Position Sizer (NZDUSD-,M30)    Execution mode: SYMBOL_TRADE_EXECUTION_MARKET, but IgnoreMarketExecutionMode = true. Switch to false if trades aren't executing.
2024.03.29 16:32:38.142    Position Sizer (NZDUSD-,M30)    Order filling mode: Immediate or Cancel.
2024.03.29 16:32:38.142    Message    Order: Buy
2024.03.29 16:32:38.142    Message    Size: 0.01
2024.03.29 16:32:38.142    Message    Account balance: 179.74 USD
2024.03.29 16:32:38.142    Message    Risk: 1.81 USD
2024.03.29 16:32:38.142    Message    Margin: 0.60 USD
2024.03.29 16:32:38.142    Message    Stop price: 0.61094
2024.03.29 16:32:38.142    Message    Entry: 0.59714
2024.03.29 16:32:38.142    Message    Stop-loss: 0.59533
2024.03.29 16:32:38.142    Message    Take-profit: 0.60872
2024.03.29 16:32:38.142    Message
2024.03.29 16:32:39.398    Position Sizer (NZDUSD-,M30)    CTrade::OrderSend: market buy 0.01 NZDUSD- sl: 0.59533 tp: 0.60872 [auto trading disabled by client]
2024.03.29 16:32:39.398    Position Sizer (NZDUSD-,M30)    Error sending order: auto trading disabled by client.
四、圖像的規範
插入圖像以供分析。
示例:
View attachment 27890
將頭寸調整器附加到圖表時啟用演算法交易。
ps-mt5-enable-live-trading.png
 

Enivid

Administrator
Staff member
Nov 30, 2008
19,201
1,499
144
Odesa
www.earnforex.com

第二個問題​

無法準確顯示賬戶餘額。
圖像:
View attachment 27892

MetaTrader 5顯示的賬戶餘額是165.89,而Position Sizer顯示的賬戶餘額是179.74。兩者顯示的賬戶餘額不一致,因此Position Sizer計算的風險值與實際不符。
當面板上的帳戶餘額與您的實際帳戶餘額不同,並且您在面板上的帳戶餘額欄位旁邊看到星號符號(*) 時,這表示您透過輸入參數(AdditionalFundsCustomBalance)設定了額外資金或自訂餘額)。
 

蔡彥君

Newbie
Mar 18, 2024
20
0
2
當面板上的帳戶餘額與您的實際帳戶餘額不同,並且您在面板上的帳戶餘額欄位旁邊看到星號符號(*) 時,這表示您透過輸入參數(AdditionalFundsCustomBalance)設定了額外資金或自訂餘額)。
1711793273165.png

我沒有修改過兩個參數,他們均顯示「0.0」。我想到了我在這篇文章中(Position Sizer)讀到:輸入數字0然後用鼠標單擊空白處就會調整餘額。我嘗試了這個方法,結果有效。
 

Enivid

Administrator
Staff member
Nov 30, 2008
19,201
1,499
144
Odesa
www.earnforex.com
我沒有修改過兩個參數,他們均顯示「0.0」。我想到了我在這篇文章中(Position Sizer)讀到:輸入數字0然後用鼠標單擊空白處就會調整餘額。我嘗試了這個方法,結果有效。
如果您沒有修改這些參數,則您可以直接在帳戶餘額欄位中修改餘額。 實際上你可以在那裡設定任何你想要的東西。
 

蔡彥君

Newbie
Mar 18, 2024
20
0
2

第三個問題​

Position Sizer遇到故障,表現爲無法點擊面板。
日志:
MQL5:
2024.06.07 12:19:33.618    Position Sizer (NZDUSD-,M1)    264 leaked strings left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    624 undeleted objects left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    1 object of type CPositionSizeCalculator left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    17 objects of type CArrayObj left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    5 objects of type CPanel left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    5 objects of type CChartObjectRectLabel left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    78 objects of type CEdit left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    78 objects of type CChartObjectEdit left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    21 objects of type CBmpButton left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    21 objects of type CChartObjectBmpLabel left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    1 object of type CWndClient left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    1 object of type CScrollV left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    1 object of type CScrollH left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    1 object of type CChart left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    32 objects of type CButton left
2024.06.07 12:19:33.621    Position Sizer (NZDUSD-,M1)    32 objects of type CChartObjectButton left
2024.06.07 12:19:33.621    Position Sizer (NZDUSD-,M1)    13 objects of type CCheckBox left
2024.06.07 12:19:33.621    Position Sizer (NZDUSD-,M1)    78 objects of type CLabel left
2024.06.07 12:19:33.621    Position Sizer (NZDUSD-,M1)    78 objects of type CChartObjectLabel left
2024.06.07 12:19:33.621    Position Sizer (NZDUSD-,M1)    5 objects of type CPanelList left
2024.06.07 12:19:33.621    Position Sizer (NZDUSD-,M1)    156 objects of type CStringForList left
2024.06.07 12:19:33.621    Position Sizer (NZDUSD-,M1)    91264 bytes of leaked memory
 

Enivid

Administrator
Staff member
Nov 30, 2008
19,201
1,499
144
Odesa
www.earnforex.com

第三個問題​

Position Sizer遇到故障,表現爲無法點擊面板。
日志:
MQL5:
2024.06.07 12:19:33.618    Position Sizer (NZDUSD-,M1)    264 leaked strings left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    624 undeleted objects left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    1 object of type CPositionSizeCalculator left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    17 objects of type CArrayObj left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    5 objects of type CPanel left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    5 objects of type CChartObjectRectLabel left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    78 objects of type CEdit left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    78 objects of type CChartObjectEdit left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    21 objects of type CBmpButton left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    21 objects of type CChartObjectBmpLabel left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    1 object of type CWndClient left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    1 object of type CScrollV left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    1 object of type CScrollH left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    1 object of type CChart left
2024.06.07 12:19:33.620    Position Sizer (NZDUSD-,M1)    32 objects of type CButton left
2024.06.07 12:19:33.621    Position Sizer (NZDUSD-,M1)    32 objects of type CChartObjectButton left
2024.06.07 12:19:33.621    Position Sizer (NZDUSD-,M1)    13 objects of type CCheckBox left
2024.06.07 12:19:33.621    Position Sizer (NZDUSD-,M1)    78 objects of type CLabel left
2024.06.07 12:19:33.621    Position Sizer (NZDUSD-,M1)    78 objects of type CChartObjectLabel left
2024.06.07 12:19:33.621    Position Sizer (NZDUSD-,M1)    5 objects of type CPanelList left
2024.06.07 12:19:33.621    Position Sizer (NZDUSD-,M1)    156 objects of type CStringForList left
2024.06.07 12:19:33.621    Position Sizer (NZDUSD-,M1)    91264 bytes of leaked memory
我需要看看日誌中的內容。
 

蔡彥君

Newbie
Mar 18, 2024
20
0
2
我需要看看日誌中的內容。
上述日志是MetaTrader 5中「專家」選項卡的日志,「日志」選項卡的日志中沒有與Position Sizer相關的日志。下面是「日志」選項卡中的日志。
MQL5:
2024.06.07 11:47:14.833    Indicators    custom indicator Aroon_Up_Down (NZDUSD-,M15) removed
2024.06.07 11:47:14.834    Indicators    custom indicator 3rdGenMA (NZDUSD-,M15) removed
2024.06.07 11:47:16.435    Indicators    custom indicator 3rdGenMA (NZDUSD-,M15) loaded succesfully
2024.06.07 11:47:16.435    Indicators    custom indicator Aroon_Up_Down (NZDUSD-,M15) loaded succesfully
2024.06.07 11:47:16.493    Indicators    custom indicator Aroon_Up_Down (NZDUSD-,M30) removed
2024.06.07 11:47:16.493    Indicators    custom indicator 3rdGenMA (NZDUSD-,M30) removed
2024.06.07 11:48:50.700    Network    '3566012': scanning network for access points
2024.06.07 11:49:06.204    Network    '3566012': scanning network finished
2024.06.07 11:57:56.199    Indicators    custom indicator Aroon_Up_Down (NZDUSD-,M15) removed
2024.06.07 11:57:56.199    Indicators    custom indicator 3rdGenMA (NZDUSD-,M15) removed
2024.06.07 12:03:41.716    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M15) loaded succesfully
2024.06.07 12:03:56.096    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M1) loaded succesfully
2024.06.07 12:03:56.126    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M15) removed
2024.06.07 12:04:02.613    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M5) loaded succesfully
2024.06.07 12:04:02.629    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M1) removed
2024.06.07 12:04:22.460    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M15) loaded succesfully
2024.06.07 12:04:22.528    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M5) removed
2024.06.07 12:04:25.013    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M30) loaded succesfully
2024.06.07 12:04:25.031    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M15) removed
2024.06.07 12:04:26.595    Indicators    custom indicator Basing Candlesticks (NZDUSD-,H1) loaded succesfully
2024.06.07 12:04:26.611    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M30) removed
2024.06.07 12:04:38.278    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M30) loaded succesfully
2024.06.07 12:04:38.297    Indicators    custom indicator Basing Candlesticks (NZDUSD-,H1) removed
2024.06.07 12:04:47.745    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M15) loaded succesfully
2024.06.07 12:04:47.799    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M30) removed
2024.06.07 12:15:57.508    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M1) loaded succesfully
2024.06.07 12:15:57.618    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M15) removed
2024.06.07 12:16:28.751    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M5) loaded succesfully
2024.06.07 12:16:28.766    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M1) removed
2024.06.07 12:16:34.348    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M1) loaded succesfully
2024.06.07 12:16:34.368    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M5) removed
2024.06.07 12:16:36.794    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M5) loaded succesfully
2024.06.07 12:16:36.814    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M1) removed
2024.06.07 12:16:44.840    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M15) loaded succesfully
2024.06.07 12:16:44.897    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M5) removed
2024.06.07 12:16:51.043    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,H4) loaded succesfully
2024.06.07 12:16:51.101    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15) removed
2024.06.07 12:16:53.171    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,H1) loaded succesfully
2024.06.07 12:16:53.234    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,H4) removed
2024.06.07 12:16:58.041    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,H4) loaded succesfully
2024.06.07 12:16:58.054    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,H1) removed
2024.06.07 12:17:02.633    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,H1) loaded succesfully
2024.06.07 12:17:02.694    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,H4) removed
2024.06.07 12:17:07.113    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M30) loaded succesfully
2024.06.07 12:17:07.173    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,H1) removed
2024.06.07 12:17:08.875    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15) loaded succesfully
2024.06.07 12:17:08.938    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M30) removed
2024.06.07 12:17:13.227    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M5) loaded succesfully
2024.06.07 12:17:13.289    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15) removed
2024.06.07 12:17:15.029    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M1) loaded succesfully
2024.06.07 12:17:15.090    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M5) removed
2024.06.07 12:17:18.365    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M5) loaded succesfully
2024.06.07 12:17:18.378    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M1) removed
2024.06.07 12:17:22.140    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15) loaded succesfully
2024.06.07 12:17:22.154    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M5) removed
2024.06.07 12:17:33.641    Trades    '3566012': bulk closing of all positions started
2024.06.07 12:17:33.648    Trades    '3566012': market sell 0.01 NZDUSD-, close #19728967 buy 0.01 NZDUSD- 0.61941
2024.06.07 12:17:33.648    Trades    '3566012': market sell 0.01 NZDUSD-, close #19728978 buy 0.01 NZDUSD- 0.61925
2024.06.07 12:17:33.649    Trades    '3566012': market sell 0.01 NZDUSD-, close #19729014 buy 0.01 NZDUSD- 0.61908
2024.06.07 12:17:33.931    Trades    '3566012': accepted market sell 0.01 NZDUSD-, close #19728967 buy 0.01 NZDUSD- 0.61941
2024.06.07 12:17:33.932    Trades    '3566012': deal #9482615 sell 0.01 NZDUSD- at 0.62005 done (based on order #19729177)
2024.06.07 12:17:33.941    Trades    '3566012': order #19729177 sell 0.01 / 0.01 NZDUSD- at 0.62005 done in 298.458 ms
2024.06.07 12:17:33.942    Trades    '3566012': accepted market sell 0.01 NZDUSD-, close #19728978 buy 0.01 NZDUSD- 0.61925
2024.06.07 12:17:33.942    Trades    '3566012': deal #9482616 sell 0.01 NZDUSD- at 0.62005 done (based on order #19729178)
2024.06.07 12:17:33.943    Trades    '3566012': order #19729178 sell 0.01 / 0.01 NZDUSD- at 0.62005 done in 295.009 ms
2024.06.07 12:17:33.944    Trades    '3566012': accepted market sell 0.01 NZDUSD-, close #19729014 buy 0.01 NZDUSD- 0.61908
2024.06.07 12:17:33.944    Trades    '3566012': deal #9482617 sell 0.01 NZDUSD- at 0.62005 done (based on order #19729179)
2024.06.07 12:17:33.944    Trades    '3566012': order #19729179 sell 0.01 / 0.01 NZDUSD- at 0.62005 done in 295.879 ms
2024.06.07 12:17:35.932    Trades    '3566012': cancel order #19729054 buy limit 0.01 NZDUSD- at 0.61900 tp: 0.62146
2024.06.07 12:17:36.209    Trades    '3566012': accepted cancel order #19729054 buy limit 0.01 NZDUSD- at 0.61900 tp: 0.62146
2024.06.07 12:17:36.209    Trades    '3566012': cancel #19729054 buy limit 0.01 NZDUSD- at 0.61900 done in 278.046 ms
2024.06.07 12:18:02.304    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M1) loaded succesfully
2024.06.07 12:18:02.362    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15) removed
2024.06.07 12:18:17.882    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M5) loaded succesfully
2024.06.07 12:18:17.894    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M1) removed
2024.06.07 12:18:21.669    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15) loaded succesfully
2024.06.07 12:18:21.683    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M5) removed
2024.06.07 12:18:24.057    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M30) loaded succesfully
2024.06.07 12:18:24.071    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15) removed
2024.06.07 12:18:25.701    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,H1) loaded succesfully
2024.06.07 12:18:25.715    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M30) removed
2024.06.07 12:18:27.295    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,H4) loaded succesfully
2024.06.07 12:18:27.308    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,H1) removed
2024.06.07 12:18:33.366    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,Daily) loaded succesfully
2024.06.07 12:18:33.431    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,H4) removed
2024.06.07 12:18:39.485    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M1) loaded succesfully
2024.06.07 12:18:39.542    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,Daily) removed
2024.06.07 12:19:08.973    Trades    '3566012': market sell 0.01 NZDUSD-
2024.06.07 12:19:09.249    Trades    '3566012': accepted market sell 0.01 NZDUSD-
2024.06.07 12:19:09.249    Trades    '3566012': deal #9482622 sell 0.01 NZDUSD- at 0.62014 done (based on order #19729182)
2024.06.07 12:19:09.250    Trades    '3566012': order #19729182 sell 0.01 / 0.01 NZDUSD- at 0.62014 done in 277.964 ms
2024.06.07 12:19:33.590    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M5) loaded succesfully
2024.06.07 12:19:33.601    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M1) removed
2024.06.07 12:19:33.635    Experts    expert Position Sizer (NZDUSD-,M1) removed
2024.06.07 12:19:35.458    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15) loaded succesfully
2024.06.07 12:19:35.472    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M5) removed
2024.06.07 12:24:17.255    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M1) loaded succesfully
2024.06.07 12:24:17.318    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15) removed
2024.06.07 12:24:21.135    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M5) loaded succesfully
2024.06.07 12:24:21.147    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M1) removed
2024.06.07 12:24:22.639    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15) loaded succesfully
2024.06.07 12:24:22.653    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M5) removed
2024.06.07 12:24:24.436    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M5) loaded succesfully
2024.06.07 12:24:24.497    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15) removed
2024.06.07 12:24:25.506    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15) loaded succesfully
2024.06.07 12:24:25.519    Indicators    custom indicator MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M5) removed
2024.06.07 12:27:34.877    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M5) loaded succesfully
2024.06.07 12:27:34.898    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M15) removed
2024.06.07 12:27:36.259    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M1) loaded succesfully
2024.06.07 12:27:36.292    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M5) removed
2024.06.07 12:27:41.395    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M5) loaded succesfully
2024.06.07 12:27:41.410    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M1) removed
2024.06.07 12:27:43.833    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M15) loaded succesfully
2024.06.07 12:27:43.848    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M5) removed
2024.06.07 12:27:52.059    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M30) loaded succesfully
2024.06.07 12:27:52.075    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M15) removed
2024.06.07 12:27:53.858    Indicators    custom indicator Basing Candlesticks (NZDUSD-,H1) loaded succesfully
2024.06.07 12:27:53.872    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M30) removed
2024.06.07 12:28:00.091    Indicators    custom indicator Basing Candlesticks (NZDUSD-,H4) loaded succesfully
2024.06.07 12:28:00.105    Indicators    custom indicator Basing Candlesticks (NZDUSD-,H1) removed
2024.06.07 12:28:02.511    Indicators    custom indicator Basing Candlesticks (NZDUSD-,M15) loaded succesfully
2024.06.07 12:28:02.560    Indicators    custom indicator Basing Candlesticks (NZDUSD-,H4) removed
 
Last edited:

蔡彥君

Newbie
Mar 18, 2024
20
0
2
MetaTrader 5中「專家」選項卡的日志。
MQL5:
GQ    0    05:51:12.609    Position Sizer (NZDUSD-,M15)    Trying to load settings from file.
KI    0    05:51:12.616    Position Sizer (NZDUSD-,M15)    No settings file to load.
FO    0    06:03:28.327    Position Sizer (NZDUSD-,M15)    Alert: Algo Trading disabled! Please enable Algo Trading.
GS    2    06:12:38.428    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3109 ms. rewrite the indicator, please
FS    2    07:36:27.685    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3078 ms. rewrite the indicator, please
OP    2    08:04:45.245    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3125 ms. rewrite the indicator, please
KQ    2    09:00:53.092    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3062 ms. rewrite the indicator, please
JN    2    09:19:18.663    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3110 ms. rewrite the indicator, please
IN    2    09:50:26.441    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3078 ms. rewrite the indicator, please
GS    0    10:03:44.094    3rdGenMA (NZDUSD-,M15)    Lambda = 4.4; Alpha = 4.469387755102041
QI    0    10:04:02.745    3rdGenMA (NZDUSD-,M15)    Lambda = 4.4; Alpha = 4.469387755102041
GG    0    10:04:11.531    3rdGenMA (NZDUSD-,M1)    Lambda = 4.4; Alpha = 4.469387755102041
KQ    0    10:04:22.728    3rdGenMA (NZDUSD-,M5)    Lambda = 4.4; Alpha = 4.469387755102041
EH    0    10:04:32.818    3rdGenMA (NZDUSD-,M15)    Lambda = 4.4; Alpha = 4.469387755102041
DF    0    10:04:36.148    3rdGenMA (NZDUSD-,M30)    Lambda = 4.4; Alpha = 4.469387755102041
HO    0    10:04:38.324    3rdGenMA (NZDUSD-,M5)    Lambda = 4.4; Alpha = 4.469387755102041
PJ    0    10:05:13.042    3rdGenMA (NZDUSD-,M15)    Lambda = 4.4; Alpha = 4.469387755102041
RQ    0    10:14:40.328    3rdGenMA (NZDUSD-,M30)    Lambda = 4.4; Alpha = 4.469387755102041
QL    0    10:16:39.456    3rdGenMA (NZDUSD-,H1)    Lambda = 4.4; Alpha = 4.469387755102041
EF    0    10:16:54.847    3rdGenMA (NZDUSD-,M1)    Lambda = 4.4; Alpha = 4.469387755102041
OP    0    10:16:57.808    3rdGenMA (NZDUSD-,M5)    Lambda = 4.4; Alpha = 4.469387755102041
RI    0    10:17:04.627    3rdGenMA (NZDUSD-,M15)    Lambda = 4.4; Alpha = 4.469387755102041
HD    0    10:17:21.423    3rdGenMA (NZDUSD-,M30)    Lambda = 4.4; Alpha = 4.469387755102041
OR    0    10:17:30.429    3rdGenMA (NZDUSD-,M15)    Lambda = 4.4; Alpha = 4.469387755102041
LD    2    10:46:09.373    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3110 ms. rewrite the indicator, please
OE    2    11:05:30.729    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3187 ms. rewrite the indicator, please
MR    2    11:10:40.760    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3156 ms. rewrite the indicator, please
GR    2    11:16:27.612    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3157 ms. rewrite the indicator, please
CO    0    11:39:25.919    3rdGenMA (NZDUSD-,M30)    Lambda = 4.4; Alpha = 4.469387755102041
RF    0    11:39:28.347    3rdGenMA (NZDUSD-,H1)    Lambda = 4.4; Alpha = 4.469387755102041
IP    0    11:39:34.322    3rdGenMA (NZDUSD-,M1)    Lambda = 4.4; Alpha = 4.469387755102041
CM    0    11:39:52.780    3rdGenMA (NZDUSD-,M5)    Lambda = 4.4; Alpha = 4.469387755102041
RD    0    11:39:56.676    3rdGenMA (NZDUSD-,M15)    Lambda = 4.4; Alpha = 4.469387755102041
PQ    0    11:39:57.577    3rdGenMA (NZDUSD-,H4)    Lambda = 4.4; Alpha = 4.469387755102041
HK    0    11:40:00.093    3rdGenMA (NZDUSD-,H1)    Lambda = 4.4; Alpha = 4.469387755102041
OF    0    11:40:03.775    3rdGenMA (NZDUSD-,M30)    Lambda = 4.4; Alpha = 4.469387755102041
FL    0    11:40:05.609    3rdGenMA (NZDUSD-,M15)    Lambda = 4.4; Alpha = 4.469387755102041
CH    0    11:45:50.365    3rdGenMA (NZDUSD-,M1)    Lambda = 4.4; Alpha = 4.469387755102041
LR    0    11:46:50.484    3rdGenMA (NZDUSD-,M5)    Lambda = 4.4; Alpha = 4.469387755102041
FO    0    11:47:08.386    3rdGenMA (NZDUSD-,M15)    Lambda = 4.4; Alpha = 4.469387755102041
EE    0    11:47:14.846    3rdGenMA (NZDUSD-,M30)    Lambda = 4.4; Alpha = 4.469387755102041
OS    0    11:47:16.467    3rdGenMA (NZDUSD-,M15)    Lambda = 4.4; Alpha = 4.469387755102041
CR    2    11:55:08.425    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3140 ms. rewrite the indicator, please
FR    2    12:11:00.556    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3015 ms. rewrite the indicator, please
JN    1    12:19:33.618    Position Sizer (NZDUSD-,M1)    264 leaked strings left
MK    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    624 undeleted objects left
KL    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    1 object of type CPositionSizeCalculator left
KG    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    17 objects of type CArrayObj left
PF    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    5 objects of type CPanel left
QP    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    5 objects of type CChartObjectRectLabel left
RD    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    78 objects of type CEdit left
KE    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    78 objects of type CChartObjectEdit left
KL    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    21 objects of type CBmpButton left
PJ    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    21 objects of type CChartObjectBmpLabel left
CJ    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    1 object of type CWndClient left
RQ    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    1 object of type CScrollV left
PG    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    1 object of type CScrollH left
CO    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    1 object of type CChart left
DR    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    32 objects of type CButton left
JD    1    12:19:33.621    Position Sizer (NZDUSD-,M1)    32 objects of type CChartObjectButton left
GM    1    12:19:33.621    Position Sizer (NZDUSD-,M1)    13 objects of type CCheckBox left
MJ    1    12:19:33.621    Position Sizer (NZDUSD-,M1)    78 objects of type CLabel left
JK    1    12:19:33.621    Position Sizer (NZDUSD-,M1)    78 objects of type CChartObjectLabel left
GQ    1    12:19:33.621    Position Sizer (NZDUSD-,M1)    5 objects of type CPanelList left
PH    1    12:19:33.621    Position Sizer (NZDUSD-,M1)    156 objects of type CStringForList left
DD    1    12:19:33.621    Position Sizer (NZDUSD-,M1)    91264 bytes of leaked memory
NS    0    16:20:03.837    Position Sizer (NZDUSD-,M15)    Trying to load settings from file.
KF    0    16:20:03.841    Position Sizer (NZDUSD-,M15)    No settings file to load.
 

Enivid

Administrator
Staff member
Nov 30, 2008
19,201
1,499
144
Odesa
www.earnforex.com
MetaTrader 5中「專家」選項卡的日志。
MQL5:
GQ    0    05:51:12.609    Position Sizer (NZDUSD-,M15)    Trying to load settings from file.
KI    0    05:51:12.616    Position Sizer (NZDUSD-,M15)    No settings file to load.
FO    0    06:03:28.327    Position Sizer (NZDUSD-,M15)    Alert: Algo Trading disabled! Please enable Algo Trading.
GS    2    06:12:38.428    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3109 ms. rewrite the indicator, please
FS    2    07:36:27.685    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3078 ms. rewrite the indicator, please
OP    2    08:04:45.245    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3125 ms. rewrite the indicator, please
KQ    2    09:00:53.092    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3062 ms. rewrite the indicator, please
JN    2    09:19:18.663    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3110 ms. rewrite the indicator, please
IN    2    09:50:26.441    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3078 ms. rewrite the indicator, please
GS    0    10:03:44.094    3rdGenMA (NZDUSD-,M15)    Lambda = 4.4; Alpha = 4.469387755102041
QI    0    10:04:02.745    3rdGenMA (NZDUSD-,M15)    Lambda = 4.4; Alpha = 4.469387755102041
GG    0    10:04:11.531    3rdGenMA (NZDUSD-,M1)    Lambda = 4.4; Alpha = 4.469387755102041
KQ    0    10:04:22.728    3rdGenMA (NZDUSD-,M5)    Lambda = 4.4; Alpha = 4.469387755102041
EH    0    10:04:32.818    3rdGenMA (NZDUSD-,M15)    Lambda = 4.4; Alpha = 4.469387755102041
DF    0    10:04:36.148    3rdGenMA (NZDUSD-,M30)    Lambda = 4.4; Alpha = 4.469387755102041
HO    0    10:04:38.324    3rdGenMA (NZDUSD-,M5)    Lambda = 4.4; Alpha = 4.469387755102041
PJ    0    10:05:13.042    3rdGenMA (NZDUSD-,M15)    Lambda = 4.4; Alpha = 4.469387755102041
RQ    0    10:14:40.328    3rdGenMA (NZDUSD-,M30)    Lambda = 4.4; Alpha = 4.469387755102041
QL    0    10:16:39.456    3rdGenMA (NZDUSD-,H1)    Lambda = 4.4; Alpha = 4.469387755102041
EF    0    10:16:54.847    3rdGenMA (NZDUSD-,M1)    Lambda = 4.4; Alpha = 4.469387755102041
OP    0    10:16:57.808    3rdGenMA (NZDUSD-,M5)    Lambda = 4.4; Alpha = 4.469387755102041
RI    0    10:17:04.627    3rdGenMA (NZDUSD-,M15)    Lambda = 4.4; Alpha = 4.469387755102041
HD    0    10:17:21.423    3rdGenMA (NZDUSD-,M30)    Lambda = 4.4; Alpha = 4.469387755102041
OR    0    10:17:30.429    3rdGenMA (NZDUSD-,M15)    Lambda = 4.4; Alpha = 4.469387755102041
LD    2    10:46:09.373    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3110 ms. rewrite the indicator, please
OE    2    11:05:30.729    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3187 ms. rewrite the indicator, please
MR    2    11:10:40.760    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3156 ms. rewrite the indicator, please
GR    2    11:16:27.612    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3157 ms. rewrite the indicator, please
CO    0    11:39:25.919    3rdGenMA (NZDUSD-,M30)    Lambda = 4.4; Alpha = 4.469387755102041
RF    0    11:39:28.347    3rdGenMA (NZDUSD-,H1)    Lambda = 4.4; Alpha = 4.469387755102041
IP    0    11:39:34.322    3rdGenMA (NZDUSD-,M1)    Lambda = 4.4; Alpha = 4.469387755102041
CM    0    11:39:52.780    3rdGenMA (NZDUSD-,M5)    Lambda = 4.4; Alpha = 4.469387755102041
RD    0    11:39:56.676    3rdGenMA (NZDUSD-,M15)    Lambda = 4.4; Alpha = 4.469387755102041
PQ    0    11:39:57.577    3rdGenMA (NZDUSD-,H4)    Lambda = 4.4; Alpha = 4.469387755102041
HK    0    11:40:00.093    3rdGenMA (NZDUSD-,H1)    Lambda = 4.4; Alpha = 4.469387755102041
OF    0    11:40:03.775    3rdGenMA (NZDUSD-,M30)    Lambda = 4.4; Alpha = 4.469387755102041
FL    0    11:40:05.609    3rdGenMA (NZDUSD-,M15)    Lambda = 4.4; Alpha = 4.469387755102041
CH    0    11:45:50.365    3rdGenMA (NZDUSD-,M1)    Lambda = 4.4; Alpha = 4.469387755102041
LR    0    11:46:50.484    3rdGenMA (NZDUSD-,M5)    Lambda = 4.4; Alpha = 4.469387755102041
FO    0    11:47:08.386    3rdGenMA (NZDUSD-,M15)    Lambda = 4.4; Alpha = 4.469387755102041
EE    0    11:47:14.846    3rdGenMA (NZDUSD-,M30)    Lambda = 4.4; Alpha = 4.469387755102041
OS    0    11:47:16.467    3rdGenMA (NZDUSD-,M15)    Lambda = 4.4; Alpha = 4.469387755102041
CR    2    11:55:08.425    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3140 ms. rewrite the indicator, please
FR    2    12:11:00.556    MQLTA MT5 Candlestick Timer With Alert (NZDUSD-,M15)    indicator is too slow, 3015 ms. rewrite the indicator, please
JN    1    12:19:33.618    Position Sizer (NZDUSD-,M1)    264 leaked strings left
MK    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    624 undeleted objects left
KL    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    1 object of type CPositionSizeCalculator left
KG    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    17 objects of type CArrayObj left
PF    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    5 objects of type CPanel left
QP    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    5 objects of type CChartObjectRectLabel left
RD    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    78 objects of type CEdit left
KE    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    78 objects of type CChartObjectEdit left
KL    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    21 objects of type CBmpButton left
PJ    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    21 objects of type CChartObjectBmpLabel left
CJ    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    1 object of type CWndClient left
RQ    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    1 object of type CScrollV left
PG    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    1 object of type CScrollH left
CO    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    1 object of type CChart left
DR    1    12:19:33.620    Position Sizer (NZDUSD-,M1)    32 objects of type CButton left
JD    1    12:19:33.621    Position Sizer (NZDUSD-,M1)    32 objects of type CChartObjectButton left
GM    1    12:19:33.621    Position Sizer (NZDUSD-,M1)    13 objects of type CCheckBox left
MJ    1    12:19:33.621    Position Sizer (NZDUSD-,M1)    78 objects of type CLabel left
JK    1    12:19:33.621    Position Sizer (NZDUSD-,M1)    78 objects of type CChartObjectLabel left
GQ    1    12:19:33.621    Position Sizer (NZDUSD-,M1)    5 objects of type CPanelList left
PH    1    12:19:33.621    Position Sizer (NZDUSD-,M1)    156 objects of type CStringForList left
DD    1    12:19:33.621    Position Sizer (NZDUSD-,M1)    91264 bytes of leaked memory
NS    0    16:20:03.837    Position Sizer (NZDUSD-,M15)    Trying to load settings from file.
KF    0    16:20:03.841    Position Sizer (NZDUSD-,M15)    No settings file to load.
嗯……這很奇怪。沒有發生明顯的錯誤。如果您設法複製它,請告訴我。