Ha-yun
Ha-yun
Ha-yun
Added topic Create Custom Installation of MetaTrader 5
Hello, I would like to know how to create a custom installation of MetaTrader 5. Similar to how brokers do, where they change it soon, the default server already works, and besides, if possible, that you can add Expert Advisors and custom Indicators
Ha-yun
Added topic RSI with Heiken Ashi plotted
I managed to plot the Heiken Ash indicator on the RSI window. The thing is, the Heiken output buffers point to the asset price, not the price(location) on the RSI. How is it possible for the indicator to be located on the RSI (see the picture), but
Ha-yun
Added topic What's the best method of splitting a string - Performance
Hello, Example string: abc;def;ghi Imagine a function that runs 1000 times , what would be the most efficient way to split this string and get its values, given that this would be done on every iteration
Ha-yun
Added topic Named Pipes - Strange (very strange) bug/error!!
Hey! I've been using Named Pipes to exchange information between endpoints. I think it's the best way, but I could be wrong. The thing is, I think there's always one mistake or another, it's like walking on eggshells. Let's get to the problem at
Ha-yun
Added topic How Copy the buffers of an indicator that is shifted forward
I would like to copy the buffers of an indicator that is shifted forward, how to do it? Indicator: IChimoku Buffer: Senkou A and B
Ha-yun
Added topic Order Of Events When Recompile - Strange
Hello, I have the following situation: My EA creates a handler of any indicator, in the OnInit() function. In the OnDeInit() function of my EA I call the functions: a clear for the memory data and another removal for the indicator: void
Ha-yun
Added topic [Solved] CHART_BRING_TO_TOP - How run Quickly - How Change Other Graph Fast
Hello, I read the documentation about CHART_BRING_TO_TOP , and there it says the following: The function is asynchronous, that is, it does not wait for the command to be successfully queued for the specified chart to execute, instead it returns
Ha-yun
Added topic Object BMPFILE do not respect creation order
I noticed that BMP objects are loaded after objects such as text, rectangles, etc. How to include, a background object (.bmp) and an object in the front. I understand that, you add objects, they overlap the creation order. But note that, although I
Ha-yun
Added topic Plot Expert Without Window Appearing
Hello, would it be possible to plot a robot on the graph without the parameter window appearing? I mean, it will be plotted directly, straight for execution. I noticed that the function ChartApplyTemplate () applies a model to a chart, where the
Ha-yun
Added topic About Error 4756 - ERR_TRADE_SEND_FAILED
In Documents, the error refers to " ERR_TRADE_SEND_FAILED " That is: " Sending negotiation request failed " Nothing too objective or clear .. This error can appear in places where? Failure to communicate with the broker's corruption server? What
Ha-yun
Added topic Strategy Tester Built in
Would it be possible, via MQL5 code, to run a test as in the strategy tester ? I mean, I'm looking for a way to incorporate the strategy tester, through some function or implementation of the language itself, does it exist? That is, obtaining the
Ha-yun
Added topic How to Send Orders Asynchronously With MQL4?
There is no way to get to the point. I need to send orders asynchronously, I mean, I can't wait for a reply to be sent, to send another one, because I have more than one order to send at the same time (for two different pairs). How to send orders
Ha-yun
Registered at MQL5.community