Attachments forums

List of attachments posted on this forum.


All files on forums: 137520

Re: Something interesting please post here (Metatrader)

Jedidiah, Tue Jun 07, 2022 3:06 pm

00-DispTrade_v102
取り引き履歴を表示するindicator。

00-DispTrade_v102
An indicator that displays transaction history.

取引履歴と獲得pipsをチャート上に表示する事ができます。

+決済には笑顔、-決済渋り顔のニコチャンマークが出ます。
取引履歴を表示させるには手動で取引履歴を入力する必要があります。

チャートに表示させる方法は2種類。
①インジケーターのパラメーター内で設定(最大10個)
パラメーター内に入力例があるので参照。

② CSV形式(カンマ区切り)ファイルに履歴を記載
デフォルトでは「trade.txt」を参照しているのでこの名前のファイルを作り、experts→filesに作ったファイルを設置しそこに履歴を入力する。

テキストに入力する順番は

Symbol, entry-date, entry-price, exit-date, exit-price

となります。
entry-priceの入力はLongならそのまま入力、Shortなら-(マイナス)をつける。
各項目の終わりには半角カンマ、日付と時間の間には半角スペース(空欄)を入れて下さい。
正しく記入しているのに入力後に反映されない場合、表示中の罫線分析ツールのウィンドウを開き、00-DispTrade_v102をダブルクリックして設定画面を一回開いてから全て閉じると表示されます。

入力例
EURUSD, 2008/12/22 21:17,-1.39678, 2008/12/22 21:20,1.39697
EURUSD, 2008/12/22 21:38,-1.39818, 2008/12/22 21:41,1.39982

[00-SuccessTrade]と併用すると売買の復習になるかなと思います。

You can display the transaction history and earned pips on the chart.

+ Smile for payment, -Nikochan mark with a reluctant face will appear.
To display the transaction history, you need to manually enter the transaction history.


There are two ways to display it on the chart.
(1) Set in the indicator parameters (up to 10)
See the input example in the parameter.

(2) Describe the history in a CSV format (separated by commas) file
By default, it refers to "trade.txt", so create a file with this name, place the created file in experts → files, and enter the history there.

The order of typing in the text is

Symbol, entry-date, entry-price, exit-date, exit-price

It will be.
For entry-price, enter it as it is for Long, and add- (minus) for Short.
Please put a half-width comma at the end of each item and a half-width space (blank) between the date and time.
If it is entered correctly but it is not reflected after inputting, open the window of the displayed ruled line analysis tool, double-click 00-DispTrade_v102 to open the setting screen once, and then close all.

Input example
EURUSD, 2008/12/22 21: 17,-1.39678, 2008/12/22 21: 20,1.39697
EURUSD, 2008/12/22 21: 38, -1.39818, 2008/12/22 21: 41,1.39982

I think that it will be a review of buying and selling when used in combination with [00-Success Trade].
All files in topic