거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
스크립트

Print Closed Position - MetaTrader 5용 스크립트

조회수:
6833
평가:
(18)
게시됨:
2020.12.05 22:05
업데이트됨:
2021.10.25 17:20
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The script prints info about a closed position by its position ticket or identifier, on a retail hedging account.

It supports only retail hedging accounts (Forex).




    Following info are printed to the 'Experts' log:

    • Position Open Time
    • Position Symbol
    • Position Ticket: this is the position ID
    • Position Type
    • Position Volume
    • Position Open Price
    • Position S/L, updated to the last stoploss price for the position
    • Position T/P, updated to the last takeprofit price for the position
    • Position Close Time
    • Position Close Price
    • Position Commission
    • Position Swap
    • Position Profit
    • Position Magic Number
    • Position Open Reason, this includes reason of opening the position (client, mobile, web, expert)
    • Position Close Reason, this includes reason of closing the position (client, mobile, web, expert, sl, tp, so, ...)
    • Position Open Comment, this includes comment of the deal in for position
    • Position Close Comment, this includes comments of all the deals out for position
    • Position Deal In Ticket, this includes ticket of the deal in for position
    • Position Deal Out Ticket(s), this includes tickets of all the deals out for position


    Deviation Rate BIAS MT5 Deviation Rate BIAS MT5

    Stock trading indicators. BIAS.

    AverageRangeLines_v1.6 AverageRangeLines_v1.6

    ADR,AWR,AMR,Draws Average Range Lines

    template method - behavioral design pattern template method - behavioral design pattern

    define the skeleton of an algorithm in an operation, deferring some steps to subclasses. template method lets subclasses redefine certain steps of an algorithm without changing the algorithm's structure

    visitor - behavioral design pattern visitor - behavioral design pattern

    represent an operation to be performed on the elements of an object structure. visitor lets you define a new operation without changing the classes of the elements on which it operates