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

TCP socket - MetaTrader 4용 라이브러리

조회수:
19633
평가:
(8)
게시됨:
2010.07.05 14:06
업데이트됨:
2014.04.21 14:54
\MQL4\Include\
socket.mqh (4.1 KB) 조회
WinSock.mqh (12.28 KB) 조회
wsockserv.mq4 (0.89 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Description:

I'm using this code for a script i have so i deleted the protocol mqh library, but it should still work. I made ryaz's winsock server example into some utility functions.

Report any bugs or improvements back please! Hope you find tcp sockets as simple as they should be = open connection, accept connection, receive connection, close connection.

Thanks :)

note that you can change the receive buffer size, the max amount of characters that we can receive, in the sockets.mqh file. Currently it is at 200 characters.

BB_Support_Up BB_Support_Up

Bollinger Bands on the current TimeFrame and from next three "Up"

MA_monika_SAR MA_monika_SAR

2 indicators(MA_Support and Para_B) in 1. TimeFrame from M1 to H4.

Channels Channels

This indicator calculates the high / low channel that price action has been moving in, for a given currency pair and a given (parameter) number of candles. This indicator, on the one hand, is interesting because it allows you to see the "road" that price

ChannelBalance ChannelBalance

This indicator is based upon the Channels indicator. It calculates, percentagewise, whether price action is towards the top or bottom of the channel.