Narek Kamalyan
Narek Kamalyan
  • Information
2 years
experience
1
products
59
demo versions
0
jobs
0
signals
0
subscribers
Narek Kamalyan
Added topic How to resource fonts
I am using custom font in my panel and want to resource it so it will be shown properly in any terminal.  Tried to resource it as we do for images but it seems not work.  Any idea
Narek Kamalyan
Added topic Any function to rotate image along axis?
Whats wrong with this function? //+------------------------------------------------------------------+
Narek Kamalyan
Added topic Take profit can be set within spread and be negative?
I was experimenting with MT5 and found strange thing I am selling an asset  Set the stop loss above the Ask price.  Set the take profit above the Bid price and below Ask price (within spread).  This means the order will be closed by TP
Narek Kamalyan
Narek Kamalyan
-
New version of the Advanced Trader Dashboard is available for MT5. Changes in version 2.82
- Panel will show progress in percent while loading data
- Added new button which turns on and off panel sounds
- Added new button which loads all recent bars for all symbols in the Market Watch
- Fixed minor interface bugs
- Some changes in the panel design
- Modified panel behavior to be on top of other objects
Narek Kamalyan
Added topic How to compile two versions of the program at the same time
I need to make the program to   automatically compile two versions, for example with different default input parameters. Or lets say I have funcion1 and function2. I would like to create two versions of the EA while compiling, first of which
Narek Kamalyan
Added topic Posting external link in product description
Hello guys When posting new product in the Market is it allowed to post external links in the product description, for example pdf file or external web page with manual . 
Narek Kamalyan
Added topic ArrayResize need any control to avoid array out of range
Hello guys During hundreds of test run recently I faced array out of range in a function immedaitely after calling ArrayResize.  So the quesion is, is it necessary to put a control to avoid this.  Example if ( ArrayResize (Array,size, 1000
Narek Kamalyan
Added topic FILE_ANSI vs FILE_UNICODE
Hello guys I am working with read/write bin files and would like to know advantages and disadvantages of using  FILE_ANSI   vs FILE_UNICODE .  MQL5 documentation doesnt provide any detailed documentation except one/two byte symbol
Narek Kamalyan Published product

Powerful and beautiful trading panel helps you in scheduling or placing multiple trades based on your presets in a single click. It is designed to execute orders immediately or schedule trades in advance to be executed at certain time using multiple filters to avoid non favorable market conditions (wide spread, reduced leverage etc.). Additional functionality developed to sycnhronize two instances of the expert over the internet (Master - Slave Mode), which means trader can open the panel in

Narek Kamalyan
Added topic How to load candle data for all Market Watch symbols
Hello guys I need to implement such feature for my panel. I will create a button, which will load candle data for all Market Watch symbols. So when I change the symbol, the chart will be ready.  So there are several options with similar logic
Narek Kamalyan
Added topic Order closed by non existing price
Symbol USDZAR, Sell position. At 2021.05.25 21:16:38 EA closed the position when price was 13.80100, however position was closed at 13.93489. Any explanation
Narek Kamalyan
Added topic ResourceCreate() function can replace #resource
Hi guys If I call ResourceCreate() function inside another function, it will include bmp file into ex5? It can be used instead of  #resource  command?  Anyone can share an example how to use  ResourceCreate(). Thanks
Narek Kamalyan
Left feedback to developer for job Need to create two functions to write structure dynamic array with strings into bin file and another funtion to read
Narek Kamalyan
Added topic Is it possible to include any Help file into compiled file, i.e. pdf, txt, html etc
Hello Guys I need to include some basic instructions into the EA, which will open by button click. I would just add the link to MQL5 website where the manual is located, but in this case the user must allow WebRequest in terminal settings. So I am
Narek Kamalyan
Added topic TRADE_ACTION_SLTP when TP or SL is 0
Trying to modify the order, need to modify only SL, position doesnt have TP. Using this structure but getting error 0. Whats wrong. 
Narek Kamalyan
Left feedback to developer for job Create dynamic table
Narek Kamalyan
Added topic Any event generated when trade server disconnected
Hi guys Is there any event generated when terminal loses the connection with trade server
Narek Kamalyan
Added topic OrderSend vs OrderSendAsynch
OrderSendAsynch has any disadvantage compared to OrderSend? Why it is not used by default
Narek Kamalyan
Added topic Different Trailing distance for each position
Hello guys I need help. I want to program EA which will open each order with specific Trailing distance. The quesion is, where to store this information. For example I can store it in "comment" and OnTick receive Trailing distance for each position
Narek Kamalyan
Added topic How to see the last balance change
Hello guys I want to check the last balance value when it was deposited or withdrawed. How can I get this data from History
12