General - page 551

I am writing a text using the OBJ_TEXT. But when I zoom in, the text get overlap and zoom out then the text moves out. Please suggest me what can do to reduce and increase the size of the text that I have placed using the OBJ_TEXT
Is there a way to make the DOM in MT5 a static DOM ladder that shows the bid / ask price moving up and down the ladder? Right now the DOM stays centered around the bid / ask price. I would like to be able to scroll up and down to change the price to enter orders at different prices than those
[...] my signal, but can not connect with mql5 plz check for me because Service Desk does not answer tks
its a suggestion , just like open positions where you can set sl/tp with points. i suggest make pending orders to also have this functionality. cheers
I have purchased suport vector machine learning tool and activated it, but when I compile the indicator shows error, see the picture please.The download doesn't apear in the library folder , why? I have paid, and it says you have downloaded and activated the product
Hello, i have a code that use in MT4 which can alert the order send error. But how can i change to MT5? Please help, Thanks int OrderErrorReport ( int OrderID) { if (OrderID < 0 ) { Alert ( "Order rejected, please check error code: " + GetLastError ()); } else {
Hello MT4/5 Gurus I am wondering if someone would shed some light on the session_index parameter , Allows receiving time of beginning and end of the specified quoting sessions for a specified symbol and day of week. bool SymbolInfoSessionQuote( string name, // symbol
So let's say the current account is 10.000 I risk 1% per trade so that is 100 . So I place a buy trade that has a 8 pip stop loss and my take profit is 16 pips away from entry..so that is a 1r risk to 2r reward..so when I place the trade I risk to lose 100 or to make 200 . So if price goes down and
I have draw an object using OBJ_TEXT. I have tried using the ObjectGetInteger(0, "name", OBJPROP_XSIZE); so that I will get the length of the text that is set using the OBJ_TEXT. But I get 0 in return. I have read the documentation related to the OBJPROP_XSIZE, and OBJ_TEXT is not mentioned in the
Hello friends, I am new member and not sure if this topic has been discussed before. I recently studying some other people's coding, and went across this part: void f0_0() { if ( iClose ( Symbol (), PERIOD_H1 , 0 ) > iClose ( Symbol (), PERIOD_H1 , 2 )) { if ( iClose ( Symbol (), PERIOD_H1
[Deleted]
So How I can attach a image without a buttom for do this? The step four still with 20%, i've already did all steps (needs only the attached image)
I'm a beginner in MT5, How can I achieve the following effect, in each band high and low point display value
Hey, I would like to create the headband with a blue as background. (as the picture). Thank you
I purchased <...> this evening but the link which was transferred to the terminal seems to link to FREE version. IT DOES NOT DO 'SELL' TRADES NOR DOES IT TRADE ANY OTHER PAIR THAN EUR/USD. Please advise otherwise I may have to reverse payment
Trying to prevent excess arrays; anyone have an easy way to have for example string Array[0]="_126" be able to be subtracted straight from an integer value? Like typecasting or something? Array[0]="_126"; I want to subtract Bars-Array[0] without needing to worry about the _ so we can effectively
Hello MT5 fellows, I would like to know if there´s any possibility to manipulate DOM Ladder (MT5) by script. I didn´t find a way looking in documentation and previous topics. Thaks you all in advance
hi dear guys. I've got an script that made me candles just on for example 20 pips and it did not close util 20 pips move from open for example, but unfortunately I lot it. if any body does have it please notify me here
Hello, I was trying some behaviors and I got results that has no sense. I created an EA for MT4 that opens 2 market trades to run it on tester, one buy and one sell with the lower spread allowed by the tester 2 points. The 65 points TP and the 65 points SL for buy are based on the Ask price and
When testing EA I can't change inputs data
The code for the EA that a developer wrote for me is compatible with only one indicator. As a result the product does not pass the verification. Is it possible to sell this type of product on the market? The indicator is free and specified in the description. Thanks in advance. Alex
I bought an EA which I had installed on an account running on a VPS. After I received a message that the EA has been updated, I went to check the Downloads on the MT4 client that is running my EA on the VPS. For that EA under the Downloads, it was showing "Product is purchased but not downloaded
Hello, I am getting messages everytime for a update of a demo versions I downloaded, but dont use. Any idea how to turn that off? BR
Hello, I'm after some advice please, I recently rented an EA after doing extensive back testing on a demo version. When I have installed the rented EA on the publicized settings and MT broker, the EA is not working at all and is non responsive. I have also tried the EA on different MT5 platforms and
hello,anyone who can help with ADR converted to 3xADR..the help will be highly appreciated
I have customers that I know are messaging me but the messages are not loading. What can be the reason for this and how to fix it? It stopped before, and next day worked again, stopped again, etc
  Trading Signals  (17   1 2)
A few questions about Trading Signals: 1] Will I be able to change the SL or TP of a provider's signals on my MT4 terminal? *I do not want to switch them off entirely as per the MT4 platform "option". 2] How do I set a 2% risk for each trade signal I receive? 3] What does it mean if a signal
Is there a way to do this: I have an arrow indicator that is triggered by a simple cross of two different EMA, fast and slow. So every time they cross a signal will show, an arrow up for buy or down for sell. A successful buy trade for me would be if the close of fifth candle after the signal
Hi, I was wondering if anyone could help. I have code for a daily pivot level indicator, it works fine but I have a uk broker the pivots are drawn from 00:00 GMT and I would like them to be drawn from 22:00 GMT, does anyone know how best I do this? I assume I just change the defined start time but I
Hey guys is there a way to define a high and a low. I cant seem to find it . I know you can find the high and low for a single candle . but can you find the high and low for a wave (more than one candle bars together) but not a specific amount just a swing basically
Hi, I'm trying to put this order and I keep getting [invalid stops] error. To my understanding the order I'm putting is valid. The exact parameters to the call were these: CTrade::OrderSend: instant buy 1.00 EURUSD at 1.12179 sl: 1.12071 tp: 1.12471 [invalid stops] However, a very similar call from