[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 333

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
We can help :) As someone once helped us, we will help you :).
Kim has a wonderful function that adds data to the end of the text document. With it in hand, all you have to do is keep track of those very annn minutes. Once they've passed, take our changed parameter, stick it into Kim's function and you get an updated text document. (Except I VERY much wish you would have understood HOW this function works). Here it is:
How to use it?
I have attached my indicator to this post. The only thing it does is write the price of each new tick into a text document. Have a look at the code - it's simple. I think that having a simple working indicator in your hands, you'll figure it out faster than if I tried to describe it in words.
Hi all, could you please advise a newbie, using one indicator buffer, I can draw such a thing on a chart:
I want to make a horizontal chart layout with one indicator buffer, but I don't understand how it works.
We can help you :) As someone helped us back in the day, we can help you too :).
Kim has a great feature that adds data to the end of a text document. With it in hand, all you have to do is keep track of the very end of the minutes. Once they've passed, take our changed parameter, stick it into Kim's function and you've got an updated text document. (Except I VERY much wish you would have understood HOW this function works). Here it is:
How to use it?
I have attached my indicator to this post. The only thing it does is write the price of each new tick into a text document. Have a look at the code - it's simple. I think that having a simple working indicator in your hands, you will understand it faster than if I tried to describe it in words.
Thank you, Vladimir, it worked :) I have copied the code line by line in 15 minutes, no problems appeared, I have replaced DoubleToStr(Bid,Digits) value with my DoubleToStr(Profit_Loss,Digits) value without any problems :)
I decided to track the same minutes using the new bar function:
Thus, the information in the file is written either every minute, 5 minutes, 15, 30, hour, 4 or a day, depending on the timeframe, on which the auxiliary EA was attached :)
Thanks so much again! :) Helpful :)
Good afternoon!
Please advise how to organize the space in MetaEditor correctly.
I want to have indicators not just in a big list, but for each TS in a separate folder.
I tried the following: Computer - P.F- MetaTrader 4-experts - indicators and create a folder there, but apparently this is not correct,
Because data of this folder is not displayed in Navigator and is not available for work through the terminal.
Thank you. Regards, Olga
Probably the easiest thing to do is to rename the indicators so that each group starts with a different symbol/digit/letter/set of them.
But the unnecessary ones should be stored in a separate folder - they will not be visible, and it will be easy to get them when you need them (no matter how big or small).
The list will shrink and be ordered (alphabetically).
We can help you :) As someone helped us in the past, we can help you :).
Kim has a great feature that adds data to the end of a text document. With it in hand, all you have to do is keep track of the very end of the minutes. Once they've passed, take our changed parameter, stick it in Kim's function and you've got an updated text document. (Except I VERY much wish you would have understood HOW this function works). Here it is:
How to use it?
I have attached my indicator to this post. The only thing it does is write the price of each new tick into a text document. Have a look at the code - it's simple. I think that having a simple working indicator in your hands, you will figure it out faster than if I tried to describe it in words.
One more question: I decided to do csv instead of txt format and replaced the filename line with:
Now it saves my parameter value to my excel document like this:
Can you tell me how I can divide the values into rows, so that in column A1 I enter the date value, in column B2 the time and in C2 the value of my parameter?
P.S. don't pay any attention to the values, because I checked it on the tester, now the market is closed... :(
google: excel separator site:mql4.com
Thanks, got it :)