Fernando Jose Velasco Borea
Fernando Jose Velasco Borea
  • Information
8+ years
experience
3
products
43
demo versions
0
jobs
0
signals
0
subscribers
Fernando Jose Velasco Borea
Added topic Issue with indicator, plotting when loaded but not when a new bar is generated.
Hello! I have an issue with my indicator and I'm almost sure it's due to the way I am performing the look back. My problem is basically that when the indicator is loaded, it plots on the chart without issues, but when new bars forms, it doesn't
Fernando Jose Velasco Borea
Added topic Array out of range error
Hello!  I have the following indicator: int OnCalculate ( const int rates_total,                  const int prev_calculated
Fernando Jose Velasco Borea
Added topic Issue with History Center
Hello! I'm trying to download data for several pairs, but quite often I got the download interrupted and I have to click again several times on the download button for it to resume and eventually finish, I tried it on other MT4 instance and it didn't
Fernando Jose Velasco Borea
Added topic How to read object width size?
Hello all!  I want to set an info panel on my EA, and I want it to have a rectangle as a background with text over it. Now, everything seems to be OK, but when a line of text gets larger, and my code tries to read the size, the ObjectGet()
Fernando Jose Velasco Borea
Added topic How to answer politely to the "I give you my strategy for free, you code it for free"?
Hey all! How to answer politely to the "I give you my strategy for free, you code it for free"? I just want to hear some opinions about coding EAs and well, I do understand why a straight no is the answer to a proposal like that from a "client". You
Fernando Jose Velasco Borea
Added topic Quick question on partial close
Hello, I'm developing an EA that needs partial order closing. In the past I've just split the initial order volume into 2 separate orders, but now I'm trying to actually close a part of the trade calculating the amount of lots to be closed. My main
Fernando Jose Velasco Borea Published product

This EA facilitates sending multiple orders simultaneously. It also facilitates a function designed to be executed in a specific hour, ideal to facilitate its operation during the night, allowing to schedule positions while we are not next to the graph. The system can send direct orders at the market price or pending orders, speeding up the execution of operations with multiple Take Profit as well as controlling the Slippage of each order. The parameters of the system are: •

Fernando Jose Velasco Borea
Added topic 2 Different indicators in the same window [Code Help]
Hello all! I'm trying to make a custom indicator that's able to plot RSI and OBV on the same window so I don't have to load those indicators again and again but I'm having trouble to normalize the value of OBV to fit the range of RSI or ignoring the
Fernando Jose Velasco Borea
Added topic MQL5 VPS [Help]
Hello,  I just purchased a subscription but by accident I left the checkbox to auto renewal marked. How can I disable it
Fernando Jose Velasco Borea
Added topic EX4 security issue?
Hey all!  I was messing around on a site with some free stuff what a friend sent me, and I found a PointZero indicator for free that drew my attention and I noticed something that gave me a surprise, the "cracked" indicator showed a comment on
Fernando Jose Velasco Borea
Added topic Rounding but not approximation [Code help]
Hello all:) I've been working on several systems and I want to implement a function that would require a rounding process but not approximation, so far I've been using normalize double but I can't reach my goal with this function. Any ideas? Example
Fernando Jose Velasco Borea Published product

If you want to test the functionality of this tool, you can do it trough this DEMO version, that is restricted to work only on EURUSD and USDJPY currency pairs. Full version is available here: https://www.mql5.com/en/market/product/29243/ This EA was originally coded as a back up tool for my personal trades as all of us (Or at least the ones who have left an order open and went to sleep) have experienced the frustration that involves waking up, check the trades and see that in some of them the

Fernando Jose Velasco Borea Published product

If you want to test the functionality of this tool, you can do it trough a DEMO version, that is restricted to work only on EURUSD and USDJPY currency pairs. To obtain it, please visit the following link: https://www.mql5.com/en/market/product/29594 This EA was originally coded as a back up tool for my personal trades as all of us (Or at least the ones who have left an order open and went to sleep) have experienced the frustration that involves waking up, check the trades and see that in some

Fernando Jose Velasco Borea
Added topic Message on default parameters with int or double values[Code help]
I'm developing some tools that requires by default to have a 0 value so the trader can customize them but I'd like to know if there's a way to set on a double value a default message like "Input here the TP value" or something like that