Jose Luis Lominchar
Jose Luis Lominchar
5 (8)
  • Information
5+ years
experience
2
products
27
demo versions
8
jobs
0
signals
0
subscribers
Spain
Jose Luis Lominchar
Left feedback to customer for job AE
Jose Luis Lominchar
Added topic Complete or not complete different results of N backtest with genetic algorithm
As I understand it, the launch of the backtests with a genetic algorithm is cached. Does a result of a 'launch A' may appear in a result of a 'launch B'? Being 'A' and 'B' 2 launches with a genetic algorithm with identical characteristics: symbol
Jose Luis Lominchar
Added topic Same backtest different results
Does anyone know why if I run exactly the same backtest twice (with the optimizer) the results, the order in which the passes are made ... and so on, are different? LAUNCH-A: LAUNCH-B
Jose Luis Lominchar
Added topic Wrong date in OBJ_VLINE but correct place
Does somebody know why, when I paint an OBJ_VLINE , whether I use Time [0] or if I use TimeCurrent () , although the line is painted in the right place, the date it shows is not.?? In this backtest I have done about the year 2018, it shows the year
Jose Luis Lominchar
Added topic Diference in days/hours/... between OrderCloseTime and OrderOpenTime
Hi, could somebody tell me how to print the diference in days/hours/... between OrderCloseTime() and OrderOpenTime()? Thanks
Jose Luis Lominchar
Added topic Getting actual content of comment()
I want to ask you if it is possible to get the actual text written as a result of a call to comment() method. Thnaks
Jose Luis Lominchar
Added topic Is it right that indicators can only work at ‘bar’ level, not at ‘tick’ level?
Hi, Is it right that indicators can only work at ‘bar’ level, not at ‘tick’ level? thanks
Jose Luis Lominchar
Added topic Custom period PERIOD_Y1
Hi, I want to ask you how I can use a custom period that is not present in ENUM_TIMEFRAMES , for example PERIOD_Y1 (= 1 Year), in calls to indicators like MACD :   iMACD ( NULL , PERIOD_Y1, 12 , 26 , 9 , PRICE_CLOSE , MODE_MAIN, 1 );
Jose Luis Lominchar
Added topic mql4 placing objects
Hi, could somebody give me advice on proper Object positioning? I create a column of labels and buttons. In some MT4 terminals the appearance is right, but in others, the buttons get painted on top of the labels
Jose Luis Lominchar
Added topic Loading indicators referencing other timeframes
Hi, I want to ask you, if it is possible, inside an EA to load an indicator from another timeframe, different of the current timeframe . Let’s say I load my EA in EURUSD PERIOD_M15 . And I want to see the MACD indicator (12, 26, 9); but not about
Jose Luis Lominchar
Added topic React to a button clicked inside another chart
Hi, I want to ask you if it is possible to react to a button clicked from a chart that is opened from the main chart which the EA is executed on. I load the EA in the main chart. In this main chart, under some circumstances another chart is opened
Jose Luis Lominchar
Left feedback to customer for job Necesito robot basado martingala
Jose Luis Lominchar
Left feedback to customer for job EA SNOWBALL8 con parametro de stoploss y takeprofit
Jose Luis Lominchar
Added topic Connect to another account inside a EA
I think it is not possible to develop en EA that connects to another account different from the actual running one, but I want to be sure of this.. thanks
Jose Luis Lominchar
Left feedback to customer for job Modificar un par de características de un Robot Forex que tengo en formato MQL4.
Jose Luis Lominchar
Added topic How to repositionate a button after chart resizing
I want to ask you the proper way to get a object (in example a Button) repositionate after changing the size of the chart . Thanks
Jose Luis Lominchar
Added topic Close/Delete all open/pending orders immediately
I want to ask you if it is possible to close all open orders and to delete all pending orders within a unique call to a method. Without the need to iterate over Orders MODE_TRADES. Thanks
Jose Luis Lominchar
Added topic SetTradingOff
IT is possible tu turn off automated trading programatically
Jose Luis Lominchar
Left feedback to customer for job Programación de Ea basado en 3 indicadores.
Jose Luis Lominchar
Added topic Widget to show N forex crosses at a time
Hi,   I needed to mount a 'widget' to run from the web browser , to show me the graphics of N Forex crosses (in my case 28), in a certain period (in my case M15).   I have managed it by composing through N html IFrames a widget that offers
12