zubr
zubr
Friends

Add friends via their profile or user search and you will be able to see if they are online

zubr
Added topic Automatic stop loss and trailling stop when placing order
Hi,   I was wondering if it is possible to configure MT 5 such that when I place an order automatically - a stop loss of X points and - a trailling stop of Y points  is set.   Up to know I have to do it automatically. I checked also
zubr
Added topic Indicating spreads
Hi,  is it possible to indicate the spread (or ASK and BID price) in the Chart window?  Or is there an indicator that shows me the spread development over a certain time period?  Best, Chris 
zubr
Added topic Open charts for open positions
Hi, is there a function in MT5 or a script that opens for all my open positions (displayed in the Trade window) a Chart (using the default template)?   Thank you.   Best, Chrs 
zubr
Added topic Specifications of a symbol
Hi,   for a symbol from the market watch list (which I retrieve by "SymbolName") I would like to print two different types of information: 1) the symbol's full name (for example not "EURAUD" but "Euro vs Australian Dolle" as can be found in the
zubr
Added topic Iterate through sets
Hi,   I have defined different sets in my market watch window (right click and then "Sets"). How can I iterate through these sets (and its elements) in my EA? Is there a function like "get first set", "get successor set of set X" ...?  
zubr
Added topic Idenfity reason for "out of memory"
Hi,   my EA seems to have a memory leak since after a while it crashes with "out of memory".  How can I figure out which statement in my EA consumes memory and does not release it afterwards?   In my EM I have a function which is
zubr
Added topic Market watch list limited to 100 elements
Hi,  in my MT5 the Market Watch List seems to be limited to 100 elements. After "Show All" I can see approx. 400 elements but only for the first 100 assets the ASK/BID price is computed.   How can I extend the market watch list to more than
zubr
Added topic Comment already opened orders
Hi,  in the Trade window of MT5 I see on the right-hand side of my open positions the column "Comments".   Is it possible to add some free-text comments to already opened positions? As far as I see this is only possible if you place a new
zubr
Added topic Historical data
Hi, two questions on history data:    1) I would like to get all available history data and  highest bar prices for the selected symbol . For this I want to use the functions CopyRates and CopyHigh. However, as I don't know how many
zubr
Added topic Arrays with high and low prices
Hi,  for a symbol of the market watch list (symbol name is known) I  need to get the arrays high[] and low[] that you typically get from the OnCalcualte() function:   int OnCalculate (const int rates_total, // size of input time series
zubr
Added topic Modify stop loss when market is closed
Hi,   is there any option to modify stop loss levels when the market is closed? Via "Modify and Delete" this does not work.   Thanks. Best, Chris 
zubr
Added topic Implementing a screener
Hi, I was looking for a tool that acts like a screener: analysing different assets and generating entry signals when pre-defined conditions are met. For this purpose I modified the script for the donchian indicator and whenever some conditions are
zubr
Added topic Color profit cells
Hi,   is it possible to color the cells of the profit column in the "Trade" window, e.g. green for positive values and red for negative?   Best, Chris 
zubr
Added topic Remove news in chart windows
Hi,  in my chart window I see in the bottom right corner multiple boxes that represent current dates like " Consumer Price Index " or "Bank of Japan Kuroda Speech".  How can I disable these boxes? Best, Chris 
zubr
Added topic Programming a window with two buttons
Hi,   I am looking for a function in a script that opens a window with some information (that I pass as a string) and has to buttons to select "OK" and "Cancel". If "Cancle" is chosen, I would like to exit the script.    Thank you
zubr
Added topic Script to get value of indicator ATR
Hi,   I try to program  a simple script.  My question: How do I get the value of the ATR (average true range) indicator in a script? I've found the function "iATR" (https://www.mql5.com/en/docs/indicators/iatr) but it does not return
zubr
Added topic Merge of several chart windows
Hi,   I would like to generate a quick view for different currencies where I can see for each currency the chart windows in different periodicies. For example a "main" windows with the candle bars for GBP/USD Daily and in two further small
zubr
Added topic Alarm on indicators
Hello,  I would like to set an alarm to an indicator that is directly shon in the chart windows (i.e. together with the chart like the moving average indicator).   How can I do this? When I click into the chart window and then
zubr
Added topic Translating pips to money
Hi, can someone explain to me how I translate pips into real "money" when trading with MetaTrader 5. Example: - I have bougt 1.00 unit (volume) of EUR/CHF for  1.23158 -.I have sould this 1.00 unit of EUR/CHF for 1.23132 - The resulting profit
zubr
Added topic Classical Turtle Trading indicator for MT5
Hi,   I am looking for an indicator that represents the classical Turtle trading rules, e.g. the indiactor shows entry and exit signals for long and short orders. So far I have only found such an indicator for MT4
12