jdcabezas
jdcabezas
Friends 1
jdcabezas
Registered at MQL5.community
jdcabezas
Added topic I need a programmer to colaborate with me to finish and to improve a good strategy that is codified already, but have some problems in real account.
Hi, I am testing my strategy and I have good results in my test, but when I test my code in real, I have problem that I can't solve. I would like to share my code and ideas with you, and I would like to know if you will help me to solve the little
jdcabezas
Added topic how to know the price of the penultimate active order?
Hi, I need to know the price of the penultimate order active. The code below is the code to know the price or the last order active, but I need to know the price of the previous order. How can I know it? double retorno_precio_apertura_ult( int NMagb
jdcabezas
Added topic I want to select an order and modify their volume.
Hi, I have one EA working and I'm trying to modify one order, the case is as follows : I want to select an order and modify their volume . For example if I have a working order BUY sent to volume 1 and I want to select it and close half of its volume
jdcabezas
Added topic range bars.
Hi, I am doing an Expert working with range bars , but I want to include the code range bars inside my EA, because I don't want to have to install it separately . Is this possible ? Thanks
jdcabezas
Added topic know the profit of two overlapping contrary orders on the same underlying, for example eurusd.
Hello , I want to know the profit of my current order , but I can not to know the profit when I have two contrary orders open on the same underlying . For example to find the profit of a buy order in the eurusd use the function: int
jdcabezas
Added topic How to know the price of the last active order?
hello , try to know the price of the last active order . For example if I have three buy orders active, only know the price of the first buy order entered , not the last , the function I use is: double retorno_precio_apertura(int NMagb) { double
jdcabezas
Added topic I need a function to add orders when pass a number of ticks determined by my.
I need a function to accumulate orders, for example if I have a purchase order, and the market is going up, and up 20 pips above my active order, I have to enter another order. If again after 20 pips above this last another order, another order
jdcabezas
Added topic I need to know the price of the orders I have in the market to decide what to do with them if they are winners.
I need to know the price of the orders I have in the market to decide what to do with them if they are winners. I need the function to know the price they have when I have to get another order to decide whether or not you can help me
jdcabezas
Added topic problem with order send.
Hi, I have a little problem when I send my order in the EA. This order not works properly in all kinds of markets, the order however works fine on the EUR/USD. I need to change any part of the order to work properly in other markets than the EUR/USD
jdcabezas
Added topic I need help about how to test automatic system with candles range in the strategy tester.
Hi, I am doing an automatic system and I need to test it. I can do it in 1, 5, 30, etc minutes candles, but I can´t to test it in range candles, because the metatrader is not able to do in this kind of candles. Do you know if is possible to insert
jdcabezas
Added topic questions about one infinite loop.
Hi, please I need some help. I.m writing a code that has to take orders to buy or sell based on the price of the last candle is above or below the upper or lower IMA . I have a big problem with my code, because this send to the market hundreds of buy
jdcabezas
Added topic How can I see the the latest tick of the current bar and the previous bar?
Hi, I want to see the tick that close the bar and the previous bar. I need this information to compare the prize of the tick that close the current bar and compare this prize with the prize of the one EMA, if the prize of this tick is above of the