cyberglassed
cyberglassed
cyberglassed
Added topic Why StopLoss and TakeProfit oftenly have big integer values?
Hello folks I have the following sample code taken from internet... input int StopLoss = 1000 ; input int TakeProfit = 1000 ; ... double positionOpenPrice = PositionGetDouble ( POSITION_PRICE_OPEN ); if (StopLoss > 0 )
cyberglassed
Added topic Why when I'm going to place an order I have to specify the price?
Hello folks, I would like to know why when I'm going to place an order I have to specify the price? I have noticed that I have to specify the price for the two ways I know I can place an order: " CTrade .PositionOpen(...)" and "OrderSend(request
cyberglassed
Added topic Ticks simulation for weekends...
Hello folks, I would like to know if is there some way to simulate ticks to test indicators and expert advisors on weekends?, do I have to create a custom event or something like that? thanks in advance, Cyberglassed
cyberglassed
Added topic Is it possible to plot lines on MT5 chart from outside MT5?, for example from C#?...
Hello folks, I would like to know if is it possible to plot lines or whatever on MT5 chart from outside MT5?, for example from C#?. I would like to make use of the chart of MT5 because you can scroll it left and right and that's very good. Also you
cyberglassed
Added topic Question about kernel32.dll and MT5...
Hello, reading this article: https://www.mql5.com/en/articles/115 on how to use named pipes , I noticed that on the file attached at the end of the article: cnamedpipes.mqh direct link: http://p.mql5.com/data/2/115/cnamedpipes.mqh there is an import
cyberglassed
Added topic Get Y-Coord value of an indicator given it's handle and X-Coord (time)...
Hello, I would like to know how can I get the Y-Coord value of an indicator given it's handle and X-Coord (time)... thanks in advance, Cyberglassed
cyberglassed
Added topic Add and indicator from a script...
Hello folks, I would like to know how do I add an indicator from a script. I wanna that when I run a script some indicators be added to the chart. thanks in advance, Cyberglassed
cyberglassed
Registered at MQL5.community
123