Camilo Mora
Camilo Mora
Friends

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

Camilo Mora
Added topic 12 month VPS offer does not show in MQL5?
Does anyone knows why, in the web-page of MQL5 there is an offer of renting VPS for 12 months, but in MQL5 VPS that offer does not appear? The largest available is 6 month
Camilo Mora
Added topic how to calculate breakeven price of open positions accounting for swaps
Would anyone know how to incorporate into a breakeven price calculation the swaps of the given positions? I am working on the function below, which calculate the BE price of positions of a given pair in a given direction, but I have not figure out a
Camilo Mora
Added topic What is the best suggestion for multicurrency EAs: OnTick, OnTimer, onChartevent?
While working with multi-currency EAs, most commonly one has a unique EA that is applied over to multiple currencies. In theory, there is an infinite loop, running the same operations over data from multiple currency pairs. While studying how to do
Camilo Mora
Added topic VPS.. "indicator is too slow, rewrite the indicator"... how to reduce Max bars in chart below 1000?
I have a multi-currency EA that works very well in my local computer.  However, when moving it to the MQL5 VPS, I get a warning saying  " indicator is too slow, rewrite the indicator, please". Looking on the web over solutions to this
Camilo Mora
Added topic Help getting highest value from a calculated indicator
Hi, I am trying to convert an indicator from MQL4 to MQL5. I am struggling with the last part of it, which collects the highest and lowest prior values. This indicator is suppose to add and subtract the ATR to the high and low of each bar, and from a
Camilo Mora
Added topic MQL5 version of Chande Kroll Stop?
Does anyone has a MQL5 version of the Chande Kroll Stop indicator willing to share? I found the MQL4 version of it, but before start translating, wanted to ask if maybe someone already has it and is willing to share/post it
Camilo Mora
Added topic Percent change crosshair indicator for Strategy tester
Unfortunately, in the strategy tester of MQL5, the crosshair does not display the price change, as the crosshair does in the main chart. This is critical to quantify changes in prices while debuging codes. As such, I am exploring the option of
Camilo Mora
Added topic How to CopyBuffer from an MTF indicator?
Say I have an indicator that generates values of higher time frame in lower time frame charts (A so-call MTF indicator). If I were to copy the values of that MTF for say creating a custom indicator at a lower TF. How do I copy the data from the MTF
Camilo Mora
Added topic How to fill empty cell in buffer with prior value
I found a Pivot indicator, that identifies the highest candle among a set or before and after candles. It only marks the position of the pivot candle. This is the same idea of the fractal indicator , with the difference that the pivot indicator is
Camilo Mora
Added topic Trading as an acedemic endevour
Is there such a thing as a bachelor, master's or Ph.D. in trading or a related field? What is the name of such a career?. are there good universities teaching this? or is such a massive enterprise of humanity purely an empirical/DYI one
Camilo Mora
Added topic Can an market EA be a scam?
I recently noted an EA with some amazing performance even in my own backstesting of it (a 98% accuracy, a 49 profit factor).  The user interface is pretty simple and very few parameters one can modify other than the number of entries and how big
Camilo Mora
Left feedback to developer for job Make an indicator MTF
Camilo Mora
Added topic MTF iFractals Support Resistance Indicator help
I found this very nice indicator for MQL4 that takes the iFractals indicator to different time frames. I found an excellent version for MQL5 HERE , which unfortunately does not include the option for different timeframes. This appears to be a basic
Camilo Mora
Added topic How to display percent change in crosshair in the strategy tester vizualization?
Hi everyone, MQL5 has a very useful function to me that shows the percent change when using the crosshair tool. I have a couple questions and wonder if anyone can give me some directions: 1. It is possible to change the digits displayed? Currently is
Camilo Mora
Added topic Why indicator dissapear when changing timeframe of the indicator?
I am currently using an indicator I found in the codebase. When it loads in the chart it displays fine (Left figure), but when I change the TimeFrame, the indicator disappear (middle figure); when I add any other indicator ,the original indicator
Camilo Mora
Added topic What is the relationship between PLOT_SHIFT, CopyBuffer and indicator handle
I am working on an EA that for the last candle uses, say the value 5 candles ago. To visualize this, I use PLOT_SHIFT with a value of 5, so I can see the value 5 candles ago in the latest candle. Graphically looks fine. The problem I am having is
Camilo Mora
Added topic how to use ChartIndicatorDelete when changing parameters of EA
I have an EA that uses an indicator. I would like to see the indicator when running the EA. However, each time I change a parameter in the EA, the indicator is doubled in the chart. In the example below the Ibands has 3 lines, when I load the EA for
Camilo Mora
Added topic How to delete orphan graphs from Strategy Tester Visualization (STV)?
I have been testing numerous indicators, and for some reason two indicators got stuck in the chart of the STV. Now each time I open the STV, the lines of that old indicator still display. IS there a way to remove them?. Why would indicators get stuck
Camilo Mora
Added topic How to color code the direction of an indicator from a higher time frame
I am trying to code an indicator (lets say a MA for simplicity) that is calculated in higher time frame data to be displayed in a lower TF chart. For this code, I have recycle several codes available in the code base, but I am falling short to find a
Camilo Mora
Added topic How to calculate lot size based on a given USD amount
I am MQL5 beginner, and wonder if I can get an expert feedback on something. I found several codes that calculate lot size based on risk amount, etc. I want to create a simpler function to calculate the lot size in any given currency pair, given a
12