Jose Luis Lominchar / Profile
- Information
6+ years
experience
|
1
products
|
55
demo versions
|
8
jobs
|
0
signals
|
0
subscribers
|
Spain
Friends
6
Requests
Outgoing
Jose Luis Lominchar
Left feedback to customer for job Asesor Experto (Robot) para Promedio del Día
Cliente agradecido y amable. Un gusto trabajar con personas así.
Jose Luis Lominchar
Added topic Data to backtests
I am very confused about the relation of the data downloaded within the History Center and the data used by the BackTester. I am trying to BackTest a symbol, lets say EURJPY in M1 period. But it logs the next message: TestGenerator: no history
Jose Luis Lominchar
Left feedback to customer for job CREAR EA CON INDICADOR CUSTOM
Cliente con las ideas muy claras, y que además las sabe transmitir. Todo OK!
Jose Luis Lominchar
Left feedback to customer for job Modificar mi EA colocar una compra despues de 10 o 12 ventas y viceversa de la misma estrategia
Buen cliente. Contento de programar su EA.
Jose Luis Lominchar
Added topic cast or convert from a string to an ENUM
Is there a way to cast or convert from a string to an ENUM. This is a simplification of the problem: enum ENUM_OPS { BUY = 1 , SELL = 2 }; string sVal = "BUY" ; ENUM_OPS eVal; //eVal = (ENUM_OPS)sVal; //Doesnt works //eVal =
Jose Luis Lominchar
Published product
Simple indicator designed to send alerts to email and/or mobile (push notifications) if the RSI exceeds the overbought/oversold limits configured. Explore a series of timeframes and preset FOREX symbols , take note on those crosses where limits are exceeded, and send grouped notifications with the following customizable look: RSI Alert Notification Oversoldl! EURUSD PERIOD_M15 14.71 Overbought! EURTRY PERIOD_MN1 84.71 Overbought! USDTRY PERIOD_MN1 82.09 Works for the following periods : M15
Jose Luis Lominchar
Added topic Calculating PIPS of a profit
Imagine I start trading with 10.000 usd, and after several weeks I have 10.250 in my account balance . And somebody ask me how many PIPS I have win in this period. Is there a formula to calculate it in base of that 250 usd of profit (in MQL4)
Jose Luis Lominchar
Added topic Is there a way to compile MQL4 and/or MQL5 files within command line?
Is there a way to compile MQL4 and/or MQL5 files within command line
Jose Luis Lominchar
Added topic MQL4/MQL5 online compiler
Does anyone know the existence of an online compiler that allows compiling programs in MQl4 and/or MQL5 via web? Thank you
Jose Luis Lominchar
Added topic Some functions returning zero
Is it true that functions like iRSI returns 0 (zero) if you haven’t yet open that symbol in the graph window or downloaded its historical data? In the next simplified code theRsi returns 0 for some symbol/timeframe combinations. Is there a way
Jose Luis Lominchar
Added topic How to calculate if we are under 4 or 5 digit broker
Is there a better ‘formula’ in MQL4 to know if the EA is executing on a 4 digit broker or in a 5 digit broker? int digits = ( int ) MarketInfo ( "EURUSD" , MODE_DIGITS ); //digits is expected to be 5 in 5 digits brokers, and 4 in 4 digits
Jose Luis Lominchar
Added topic OnTimer Run just once a day, at 10 every morning
I want to develop an EA in mql4 that open just one operation at a day (at 10:15 pm). For this kind of systems, perhaps OnTick event handler is unnecessary. Does the next code do what I want? //Run just once a day, at 10 every morning int OnInit () {
Jose Luis Lominchar
Added topic PIPS to win/lose each time 1€, assuming 0,01 lots
Could somebody help me to automatize following MQL5 calculations? I want to know for each symbol, PIPS to win/lose each time JUST 1€ , assuming 0,01 lots in each position. Looking at the image, I have found and approximation of 13 PIPS, but I
Jose Luis Lominchar
Added topic how can you calculate the difference in ticks between 2 prices
Hi, in MQL5, how can you calculate the difference in ticks between 2 prices? Both for crosses of 5 and 3 decimals. For example: 1,17028 -> 1,17046 84,040 -> 84,067 Thank you
: