Edit Your Comment
Question on "get-history" API method...
Oct 05, 2011からメンバー
3 投稿
Oct 18, 2011 at 01:22
Oct 05, 2011からメンバー
3 投稿
Will it also return specific withdrawals? In the example in the API docs, it only shows a closed trade:
<response error='false' message=''>
<history>
<transaction>
<openDate>03/01/2010 14:13</openDate>
<closeDate>03/01/2010 15:26</closeDate>
<symbol>GBPUSD</symbol>
<action>Buy Limit</action>
<sizing>
<type>lots</type>
<value>0.04</value>
</sizing>
<openPrice>1.48310</openPrice>
<closePrice>1.49340</closePrice>
<tp>1.48810</tp>
<sl>0.00000</sl>
<pips>0.0</pips>
<profit>0.00</profit>
<comment>Best trade ever</comment>
<interest>12.1</interest>
<commission>0</commission>
</transaction>
</history>
</response>
If a withdrawal *would* be returned from this function, what tags would it be wrapped in?
<response error='false' message=''>
<history>
<transaction>
<openDate>03/01/2010 14:13</openDate>
<closeDate>03/01/2010 15:26</closeDate>
<symbol>GBPUSD</symbol>
<action>Buy Limit</action>
<sizing>
<type>lots</type>
<value>0.04</value>
</sizing>
<openPrice>1.48310</openPrice>
<closePrice>1.49340</closePrice>
<tp>1.48810</tp>
<sl>0.00000</sl>
<pips>0.0</pips>
<profit>0.00</profit>
<comment>Best trade ever</comment>
<interest>12.1</interest>
<commission>0</commission>
</transaction>
</history>
</response>
If a withdrawal *would* be returned from this function, what tags would it be wrapped in?
Oct 05, 2011からメンバー
3 投稿
Oct 18, 2011 at 15:25
Oct 05, 2011からメンバー
3 投稿
Would the action be 'Withdrawal'?
I'm referring to actually withdrawing money from the account, not a losing trade (which I've noticed MT also calls a withdrawal for whatever reason).
With that in mind, what tag would the $ amount withdrawn from the account be wrapped in?
Thank you for your insight!
I'm referring to actually withdrawing money from the account, not a losing trade (which I've noticed MT also calls a withdrawal for whatever reason).
With that in mind, what tag would the $ amount withdrawn from the account be wrapped in?
Thank you for your insight!
Oct 19, 2011 at 07:47
Jul 31, 2009からメンバー
1449 投稿
Yes, it would be a withdrawal. The types are marked the same as in your Metatrader platform. The 'withdrawal' definition may change from broker to broker.
All the other tags are the same - the 'profit' tag would represent the amount of the withdrawal.
All the other tags are the same - the 'profit' tag would represent the amount of the withdrawal.
Oct 05, 2011からメンバー
3 投稿
*商用利用やスパムは容認されていないので、アカウントが停止される可能性があります。
ヒント:画像/YouTubeのURLを投稿すると自動的に埋め込まれます!
ヒント:この討論に参加しているユーザー名をオートコンプリートするには、@記号を入力します。