[ARCHIVE!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Can't go anywhere without you - 4. - page 401

 
Converts the dates ?
 
Vinin:

What do you mean?

I mean that they used to tell me within 24 hours, but now I can't get through. There used to be a dialogue and now there's silence.

There!

 
Application.DisplayAlerts = False
OpFn = fName + ".txt"
ActiveWorkbook.SaveAs Filename:= _
        OpFn _
        , FileFormat:=xlCSV, CreateBackup:=False // FileFormat:=Text попробуй такой вариант формата
ActiveWorkbook.Save
ActiveWindow.Close
Application.DisplayAlerts = True

Make a blank macro :

menu\developer\macros\record

stop recording

macros/macro panel/change

put this code in it, fName == file name when saving.

Save macro should be a hotkey, save document. first you open the book with the macro, then (on top of it) open your file, do what you need, and then press the hotkey, it saves the active (your document at the moment).

 
FAQ:
Is it converting dates?
Yes. Yes.
 
Zhunko:
Yeah. Yeah.


It's got this nasty habit.

Are you digging into reports or tick reports ? what is the task ?

try digging into the date format, through the main menu, see the localisation.

Although in the case of 10 will not help, I can't stand it - it does everything in its own way. The best for this is 97 office - fully manageable, 2003 is not bad either, and the new ones will do what they want.

 
FAQ:


He has this nasty habit

Are you digging into reports or tick reports ? what is the task ?

try digging into the date format, through the main menu, see the localisation.

Although in the case of 10 will not help, I can't stand it - it does everything in its own way. For this the best is 97 office - fully manageable, 2003 is not bad either, and the new ones will do what they want.

These are tests of the time conversion function. 11000 variants with benchmarks.

Edited by hand in UltraEditor in 30 minutes. I only had to add 200 cells. I was spending more time on the settings and experiments in EXCEL. It's been almost twenty-four hours already.

 
Well then yes, I thought it was a systematic data processing task. then there is no point, but I would advise learning the WBA, it has often helped me out. a couple of lines of code and you're done :)
 
Please advise if it is possible to assign a name (SetIndexLabel) to a DRAW_ARROW style drawing in an indicator ?
 
Can you please tell me if the indicators H-L, H-O, H-C, O-C, O-L are available, preferably with lines of their mean values? Google sent me a link which I don't quite understand: http://www.metatrader4.com/ru/forum/8261/. I think they would be useful for assigning optimum TA and SL.