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

Account History Export - MetaTrader 5용 스크립트

조회수:
3007
평가:
(32)
게시됨:
2022.04.09 17:09
업데이트됨:
2022.06.29 11:50
\MQL5\Include\
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Exports the transaction history of the current trading account.

The file is saved in the terminal folder MQL5/Files or in common folder for terminals Common/Files.

The file name is generated automatically or set manually via script parameters.

The history file can be used to simulate the same sequence of transactions on another trading server using the Simple History Receiver Expert Advisor or its open source version.

Parameters:

  • Name for file: Set name for file or leave it blank for auto-generating filename.
  • Separators: Set separators for data parts in CSV-file (comma ',' or semicolon ';') and sign for decimal point (dot '.' or comma ',')
  • Save file to Common Folder: If True, file will be saved into Common/Files folder
    MA plus MA plus

    Standard MA + Hull MA + DEMA + TEMA

    Two MA Other TimeFrame Correct Intersection Two MA Other TimeFrame Correct Intersection

    Very simplified code: intersection of two custom indicators 'MA Other TimeFrame Correct'. There is no Stop Loss, Take Profit or Trailing.

    Expert History Export Expert History Export

    Adds the ability to automatically export the transaction history after running the Expert in the strategy Tester.

    Extending the Rectangle Extending the Rectangle

    An indicator to monitor the appearance (or change) of a rectangle whose name starts with ...