how to fetch order's comment value

Oct 13, 2015 at 06:24
954 視聴
3 Replies
Jul 20, 2012からメンバー   1 投稿
Oct 13, 2015 at 06:24
can anyone please let me know how to fetch the comment value for every order? Order's lot, open price, stoploss etc. can be easily taken via API, but how to fetch order's comment value? many thanks!
Sep 05, 2013からメンバー   49 投稿
Oct 14, 2015 at 08:30
if you are using MT4 , look up " OrderComment " in the MQL4 Reference in the MetaQuotes Language Editor ?
“Everybody should have a dream. What if that dream comes true?” – Jack Ma
Oct 21, 2015からメンバー   1 投稿
Oct 22, 2015 at 06:22
Something like:

for(i=OrdersTotal()-1; i>=0; i--)
{
if(OrderSelect(i,SELECT_BY_POS,MODE_TRADES))
if(OrderMagicNumber()==magic) //"magic" is the magic number you have set in code
{
Print(OrderProfit());
Print(OrderStopLoss());
Print(OrderComment());
}
}
Apr 10, 2015からメンバー   17 投稿
Nov 18, 2015 at 07:42
if someone work with the API to calls of value with the closed or running trade than those helps of enough further to moves of the good chance to build of her own personal fintech company.
the decision to work with the order modify on improving the comment value work of the similar as those with the magicnumbers of integer to gives of notice with the returns of work with the system as administrator to gained with the representativeness of initials as analyzing use with the terchnical performance.
those helps as different exit strategy works on executing order with the distinct on customs with the running chart profiles with the market.

サインイン / 登録 to comment
You must be connected to Myfxbook in order to leave a comment
*商用利用やスパムは容認されていないので、アカウントが停止される可能性があります。
ヒント:画像/YouTubeのURLを投稿すると自動的に埋め込まれます!
ヒント:この討論に参加しているユーザー名をオートコンプリートするには、@記号を入力します。