Fernando Jose Velasco Borea
Fernando Jose Velasco Borea
  • Information
6+ years
experience
3
products
41
demo versions
0
jobs
0
signals
0
subscribers
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
Fernando Jose Velasco Borea
Added topic Can I get the profit or loss from the TP and SL with a Function?[Code Help]
Hello guys! I noticed today that if I put the mouse over the SL or TP of an order it shows the amount of loss or profit that would be made if achieved on a box, is there any function to return that value on MQL4? Image of the box is below: Thanks a
Fernando Jose Velasco Borea
Added topic VPS Migration [Help]
I developed an EA to manage the SL of my manual orders, I have had no problems since today, everything seems to work just fine but yesterday I traded on a pair that I haven't opened any positions using the EA that earned a quick 40 pips, I woke up
Fernando Jose Velasco Borea
Added topic EA Locking to prevent illegal distribution
Hello! I'm working on several projects and for some of those I require to be restricted without having to buy/rent a server to make kind of a every 6 hours check for license numbers or something like that. I came up with a fairly simple idea, and I
Fernando Jose Velasco Borea
Added topic TP/SL Hit notification [Code help]
Hello all! I'd like to add to some EA's a notification function that, well, notifies when a TP or SL has been hit. I made a kind of BETA version of the actual code but I'm facing some troubles that I'm not sure how to overcome:    for ( int
Fernando Jose Velasco Borea
Added topic Trailing Stop [Code Help]
Hello, I'm working on some EA's that uses Trailing Stop Loss , I came around with this code: void Trailing_SL() {    for ( int i = 0 ; i < OrdersTotal (); i++) //Iterar con todas las ordenes     {
Fernando Jose Velasco Borea
Added topic Money Management [Code Help!]
Hello all!  I'm working on a EA that uses Money Management, I found this code very useful: //+--------------------------------------+ //|Manejo de
Fernando Jose Velasco Borea
Added topic I need help finding a coding walk-around for a problem.
Hello all!  I'm working on a project and I have a question, the system I'm working on uses Tenkan-Sen crossover with price, the problem I'm facing is the following: I want the system to take a trade every time the conditions are met (Bar opens
Fernando Jose Velasco Borea
Added topic Broker digit conversion function
Hello all, my question is if this function is stated correctly? int Pips() {                  double Pips = Point ;       
Fernando Jose Velasco Borea
Added topic Question about coding
Hello everyone! I've two questions: 1) Removing comments from source code would increase the performance of the EA in terms of back-testing speeds? 2) Could some one share a good course (free or paid) to learn MQL5 programming ? Thanks! Best Regards
Fernando Jose Velasco Borea
Added topic Profitable EA for Free Project!!!!!!!(EA Source code attached)
Hey guys, I'm making this idea around old XMT Scalper system, as the developer has been inactive since early 2017 I'd like to continue from the base they left. I saw ASSAR EA based on the exact same code, they claim that it has some variations but
Fernando Jose Velasco Borea
Added topic Using extern variables to set MA method into an EA
Hello, I'm trying to make the trader able to set MA type on an EA, I tried this coding: enum MA_Method {    Simple = 0 ,    Exponential = 1 ,    Smoothed = 2 ,    LinearWeighted = 3 }; input MA_Method Mode =
Fernando Jose Velasco Borea
Added topic Functions on MQL4
Hello, I'm learning a few programming languages, including MQL4, and I came up with a question that I didn't managed to find the answer on reference guides. When you define a new function , lets say a simple one: Double Product_3Numbers ( double x
123