Who wants a strategy? Lots and for free) - page 51

 
Miroslav_Popov >> :

There's the same complaint when you press the "New Version" button, the software generates an endless opening of browser tabs... :(

 
zfs >> :

There's the same complaint when you press the "New Version" button, the software generates an endless opening of browser tabs... :(

?? I have not changed it for 2 years. No problems. Which broker for the omulch?

 
SergNF писал(а) >>

Summary - I always set the number of bars to the maximum (so as not to freeze generation), and set the intervals of optimization/checking with dates.

And again, I was in a hurry.

TF=H4

Bars on file from 2008-01-02 08:00 to 2009-03-17 20:00

MaxNumberBars=50000

data older = 01.09.2008

data newer = 01.01.2009

Journal by Bars bars 1 to 517

Generation hangs.

'

I.e. by experience (and before you wrote) that number of bars between data older and data newer should be >= 1000 (1003 bars and generation goes correctly)

'

The purpose of my last 'flub' was just the problem of visualization of generation/optimization/check/testing intervals.

 
Miroslav_Popov >> :

?? I haven't changed it in two years. No problems. >> which broker for the omulch?

Mozilla Firefox 3.0.7

 
zfs >> :

Mozilla Firefox 3.0.7

! I cannot explain. I've got 4 computers and I test the program on all of them. Please check the links from the help menu. They uses the same function.

When did this happen? Please check the attached file. This is FSB 2.8.0.0 portable. It will see the update and will show the "New Version" button.

 
Miroslav_Popov >> :

! I cannot explain. I've got 4 computers and I test the program on all of them. Please check the links from the help menu. They uses the same function.

When did this happen? Please check the attached file. This is FSB 2.8.0.0 portable. It will see the update and will show the "New Version" button.

It worked all right. >> No problem.

 
SergNF >> :

Generator repaired. Replace your exe with this.


The generator sets sometimes Indicator Period + Shift > Bar Count;

Files:
 
   i=Bars- MomPeriod-1;
   if( counted_bars>= MomPeriod) i=Bars- counted_bars-1;
   while( i>=0)
     {
      wprice_i=(High[i]+Low[i]+2*Close[i])/4;
      wprice_mom=(High[i+MomPeriod]+Low[i+MomPeriod]+2*Close[i+MomPeriod])/4;
      TempBuffer[i]=wprice_i-wprice_mom;
      //MomBuffer[i]=Close[i]*100/Close[i+MomPeriod];
      i--;
     }
   i=Bars- MomPeriod-1;  
   if( counted_bars>= MomPeriod) i=Bars- counted_bars-1;
   while( i>=0)
     {
      MomBuffer[ i]=iMAOnArray( TempBuffer,Bars, MomPeriod,0, MomTypeMA, i);
      i--;
     }
    i=Bars- MomPeriod-1;  
    if( counted_bars>= MomPeriod) i=Bars- counted_bars-1; 
      while( i>=0)
     {
      SignalBuffer[ i]=iMAOnArray( MomBuffer,Bars, SignalMA,0, Type_MA_Signal, i);
      i--;
     }
   i=Bars- MomPeriod-1;  
   if( counted_bars>= MomPeriod) i=Bars- counted_bars-1;  
   while( i>=0)
     {
      OsmaBuffer[ i]= MomBuffer[ i]- SignalBuffer[ i];
      i--;
     }
 
Momentum MA Oscillator - struggled to find a mismatch error. Everything seems to be the same except the indicator value. If necessary, I'll post the header.
 

How to set limitations in "Data Horizon" window of Forex Strategy Builder




Set the Maximum number of data bars. This is the leading rule.

2. set start date ("Remove data older than:" parameter). 4.

Set end date ("Remove data newer than:" parameter).

4. If the testing bar number appears lower than 300, rule 2 or 3 can be ignored.

Reason: