butterfly5
butterfly5
Friends

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

butterfly5
Added topic Doubt with fix indicator
Hi all, i am learning mql4 and for this i think that i must code and understand the logic. Well, i am trying to code the searching of previous high from actual+1 bar. int start()   {    int   i;    int
butterfly5
Added topic Relation with previous value of Buffer
Hi all, I'm learning to program mql4. I want to ask a simple question because I'm trying to learn the behavior of buffers in one indicator. If for example, I want to add / subtract the value of the buffer prior Bar an amount according to a certain
butterfly5
Added topic Help with read data from excel file in real time
Hi all, and thank you very much for keeping this awesome website. I am learning about exchange data between some platforms and now i am with excel. I am trying to download data of metatrader in real time (this step is succesfull) I am trying to plot
butterfly5
Registered at MQL5.community
butterfly5
Added topic Help with the next code to export data
Hi all,  I have doubts whether this code is correct.   The code is to export data in real time. I had still not successful because I think that the code is not correct. But still I could not fix. Can anyone explain why the code is not
butterfly5
Added topic Help with export data
Hi all, The following code allows me to download data from EURUSD, of timeframe M30, regardless of the timeframe in which it is attached. The data is exported in real time, ie, each new bar is exported at the time that appears in mt4. How I have to
butterfly5
Added topic Problem with read data from txt file
Hi all, i was studying the article of interaction between matlab and metatrader via csv file. I create the code in matlab, and matlab create a new txt file with results (In this case, moving average of period 5). When i try to plot this moving