거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
COrdersManager class - MetaTrader 4용 라이브러리
- 조회수:
- 6839
- 평가:
- 게시됨:
- 2015.08.25 16:01
- 업데이트됨:
- 2016.11.22 07:32
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
It is a simple but good class for orders management. I know there should have been management of magic numbers and so on, this is just a taste.
Usage:
COrdersManager Orders; Orders.DeleteAll(); // Close and delete all orders (open and pending) Orders.CloseOpen() // Close all open orders Orders.CloseSell() // Close all SELL orders Orders.CloseBuy() // Close all BUY orders Orders.DeletePending() // Delete all pending orders Orders.CheckOpenOrders() // Returns amount of open orders Orders.CheckOpenBuyOrders() // Returns amount of buy orders open Orders.CheckOpenSellOrders() // Returns amount of sell orders open
MySQL library for MQL4 with proper memory management
Library provides functions for management of MetaTrader 4 to MySQL database connections. Fixed memory allocation and release problems of the original library.
Flag and Pennant patternsThis indicator shows Flag and Pennant patterns.
Histogram Blanket
This new representation helps to see charts in a new different way.
ATR 3 LWMAThis indicator shows 3 periods ATR LWMA.