Scripts: sHistoryExport - handy script to export the historical data in the МТ4 format - page 2

 
tester_el_pro:

The whole depth of the story is a bit of a myth.

What does my script have to do with it?

This issue has been hotly discussed many times, but neither the script nor the terminal have anything to do with it. All claims - to the broker.

 
All in all - not bad: user-friendly interface, everything you need is there. But the script is very cumbersome: a lot of unnecessary code, and even for such a simple functionality to pull 2 libraries.
 
alexmost113:
All in all - not bad: user-friendly interface, everything you need is there. But the script is very cumbersome: a lot of unnecessary code, and even for such a simple functionality to pull 2 libraries.
I haven't found a more compact (or any) solution in your portfolio.
 

komposter hint how to make it so that when saving D1 the current day is written too?

 
Silent:

komposter hint how to make it so that when saving D1 it writes the current day too?

Replace > with >= in this loop:

for ( int i = copy_count-1; i > 0; i -- )
{

Then the 0th bar will be written as well.

 
komposter:

Replace > with >= in this cycle:

Then the 0th bar will be recorded as well.

Great, thanks.

I remember the cycle, I don't remember what to change... almost broke :-)

 
hi ...

hi...

help me, please.

what's the problem?
[Deleted]  

You say that the script also checks quotes. What is the check? Does it look for holes?

I downloaded the whole history of m1 from the demo server of Metaquotes and then compared the number of bars on my working timeframe m15 - 97 pieces are missing (

The script works well, but ... Will I have to manually search and "glue"?

 
VladMih:

You say that the script also checks quotes. What does it check? Is it looking for holes?

I downloaded the entire m1 history from the Metaquotes demo server and then compared the number of bars on my working timeframe m15 - 97 pieces are missing (

The script works well, but ... Will I have to manually search and "glue"?

Not all bars are available on M1. And there is nowhere to pump them up.
[Deleted]  
Andrey Khatimlianskii:
Not all bars are on M1. And there's nowhere to pump them up.

What do you mean, there's no normal history in nature??? Well, it's come to this...

In principle, I would be satisfied with m5 as well, since the working timeframe is m15+, but nobody "officially" keeps m5, right?

By the way, you didn't answer about checking. Maybe you can tell me how to at least detect ALL the holes in order to orientate whether it is possible to do something with them (e.g., even manually patch small ones). I once encountered a check script with inbuilt "patching" by several algorithms. I don't see anything like that now. How do they test now? Why does no one care about holes? Somehow robo-owners get out of it...?