Luis
Luis
Friends 1
Luis
Added topic Call a destructor from the constructor?
Is that possible? Im talking about the same object. Greetings
Luis
Added topic Not Allowing MT4 to execute Buy or Sell Codes
Hello there Im developing an EA, that needes to be able to trade x position for every side as maximun. To make it easier lets say X is = 1. Meaning Only one buy market or sell market order can be activated at the same time. Not more than one for
Luis
Added topic Bug found?
I have been 3 hours with this... trying to find an error on my code, but it seems is not the logic, anyone can explain it?      int i= 0 ;        int j= 1 ;      while (i< 300 )
Luis
Added topic Access default Moving Average of Oscillator
Can I access the values of this default indicator like I can do for iMa? Or I should need to download the indicator that you have on the mql4 database and work with that? Thank you Greetings BeLikewater
Luis
Added topic How to differientate if a position has been closed by an user manually or by the EA logic?
How to differientate if a position has been closed by an user manually or by the EA logic? Is this possible? Greetings BeLikewater
Luis
Added topic Very strange behaviour
Dear MQL4 users. Im "in shock" I cant understand the behaviour of my EA when backtesting , maybe you could help me a little bit. I look at indicators in different timeframes, here is what I use: bool Long_Ready()    {
Luis
Added topic Detect a invalid object point in object pointer array
Dear mql4.com users: I want to know when an array position of a object pointer arrays han no pointer in int. MyObject *Objects[ 3 ] Imagine we have 4 objects inside this array And the we delete Objects[2], and made a loop trying to find the position
Luis
Added topic Help coding EMA for Volume
Dear users: Im trying to code an indicator that shows the MA and EMA of the Volume bars. I have managed to successfully code the SMA but with the EMA, Im getting some issues and I cannot advance. I have detected some stacks overflow also. Anyway
Luis
Added topic Last template used on a chart?
Can we know the last template name that was charged in a chart? Open chart -> Apply template -> XXX time passed (maybe close and open terminal) -> Request template name?? BeLikewater
Luis
Added topic My script is failing when the .CSV that I use with FileOpen is used by windows at the same
Whenever the file.csv Im using in script is being used by windows the system "freeze". What should I do? //+------------------------------------------------------------------+
Luis
Added topic Exucute a Script without windon open?
Is this even possible? Im planning something like this: void OnStart()   { //---    ChartOpen("EURUSD-Pro", 15);   } //+------------------------------------------------------------------+ But if there are no charts open I have
Luis
Added topic This code is getting me crazy!
Why would this code: //+------------------------------------ ------------------------------+ //| Crear_subdirectorio.mq4 | //| Copyright 2014, MetaQuotes Software Corp. | //| / | //+------------------------------------ ------------------------------+
Luis
Added topic Bit Lost about how to create a Simple Indicator
Where is the best information on how to program indicators for build 600+ as a beginner. I have used this:  https://book.mql4.com/ and https://docs.mql4.com/mql4changes But seems that I still dont get it. Is there anything for dummies out there
12