Forum

Using Network Functions (Socket) to subscribe a PUB/SUB service

Hello Guys, I had success using the new Network Function Socket to connect in a WebSocket service. See that I receive a ping message every 3 seconds. My question is: How I can send a new message to subscribe a channel, the message is: I tried SocketSend but the WebSocket server not receive the

Allow websocket URL starting with ws:// or wss://

Hello, Is not possible add a new url that start with ws:// or wss:// to use in SocketConnect

Logarithmic Scale - MT5

Hi Guys, Latest changes in MT5 are very good because permit new approach to many old problems. Anybody have a good solution to implement logarithmic scale? Thanks Andre Lima

Get Angle in CChartObjectTrendByAngle

Hi Guys, Metatrader 5 Version: 5.00 Build 1940 02 nov 2018 I Created a trend line by angle like it: #include <ChartObjects\ChartObjectsLines.mqh> CChartObjectTrendByAngle trend; trend.Create( 0 , "HowGetAngle" , 0 ,time1, price1, time2, price2)); When I try get a angle: double trend_angle =