New trends in technical analysis. - page 14

 
barli:


Catch for the year :)

Are minutes no longer valid if you need a year in advance? ;)

......

And if it's not too much trouble, same test, only the lot increment step is not 180pp, but e.g. 145 and 215pp.

Let's see the robustness of the results... ;)

 
lasso:

Where was it shown?

Ah, yes. Again on the picture...... I hope the iso is fresh? Not from the Avalanche branch?



No, working with a single order with a constant lot.
 
barli:


Catch for the year :)

Well done! It's bad enough that the maximum drawdown is several times bigger than the initial deposit. Did you check it on the real account?
 
int SUM(double price)
{
   string P=DoubleToStr(price,Digits);
   int S=0;
   for(int i=0; i<StringLen(P); i++) S+=StrToInteger(StringSubstr(P,i,1));
   return(S);
}

int POWER(int shift)
{
   return(SUM(Open[shift])+SUM(High[shift])+SUM(Low[shift])+SUM(Close[shift]));
}
Very interesting topic )))) Still digging, but the potential is inspiring )))
 
khorosh:
No, working with one order with a constant lot.

Where does it show?

Do you want me to cut a picture with a fixed lot from a picture with a variable lot? (not a martingale, and there will be no flips on the chart!)

 
artikul:
Very interesting topic )))) Still digging, but the potential is inspiring )))
Digging is late, it's cultivation time ))))
 
khorosh:
Well done! It is only bad that the maximum drawdown is several times more than the initial deposit. Have you tested it on real account?

In the middle of a demo test.

 
lasso:

Are minutes no longer valid if you need a year in advance? ;)

......

And if you don't mind, the same test, only the lot increment is not 180pp, but e.g. 145 and 215pp.

Let's see the stability of the results... ;)


Too long...

It took 14 hours to optimise... I don't want to run it again yet.

 
barli:

Too long...

It took 14 hours to optimize... I don't want to run it again yet.

You don't need to optimize anything.

Simply, change value in external parameter from 180 to 145.

That's it.... Two minutes....

 
lasso:

By the way, how do you explain this?


And what did you see there, you unbelieving Thomas. Did you see something green? It's related to the opening price work... It's not in tick mode.