[Archive] Learn how to make money villagers! - page 147

 
Mathemat: How can you replace the word "fuck" in context?

- "damn it", "motherfucker", "f***ing hell": yes, it does.

- "and": never underlined (in the context of the sentence)

- "However": not stressed in this case.

The word "cunt" has an ineffable, elusive charm and an unforgettable charm, so it cannot be replaced by anything, let alone "damn it", "fuck her", "fuck you". It does sound a bit rude. And the word "fuck" is mysterious and even romantic.......))))
 
lasso:

Jump off the train going into the abyss in time, it is the last hope for the Martingale trader.
Try to disprove it at least in the tester...

There is nothing to disprove it in the tester. For such systems the moment of start is also important, even if after optimisation working parameters will be found, they will not be enough, it is necessary to check stability of parameters at different minutes of start....

It is easier to find the operating parameters for a simple Expert Advisor on MA.

PS, martin system is for casino not for forex, there are differences.

But as they say trader has to go through martin, lock, and averaging alternately.

But the Spartan decided to go through all at once :)

 
Mathemat:
That's fucked up. To the Annals!

I just have my own experiments with lokas.
 
vladds:

This is the first time I've heard of it being possible in the tester, but it's necessary! I may have missed it somewhere, I apologize in advance

Here, who is interested. Author - geth. You can insert it into Expert Advisor, I checked it - it works.


double OpenClose( double Lots )
{
  int Ticket;
  
  Ticket = OrderSend(Symbol(), OP_BUY, Lots, Ask, 0, 0, 0, "Withdrawal");
  OrderClose(Ticket, Lots, Bid, 0);
  
  return (Lots);
}

void Withdrawal( double Amount )
{
  double Lots, LotStep, MinLot;
  
  Lots = Amount / ( MarketInfo(Symbol(), MODE_SPREAD) * MarketInfo(Symbol(), MODE_TICKVALUE));
  
  MinLot = MarketInfo(Symbol(), MODE_MINLOT);
  LotStep = MathMin(MarketInfo(Symbol(), MODE_MAXLOT), AccountFreeMargin() / MarketInfo(Symbol(), MODE_MARGINREQUIRED));
  
  if (LotStep < MinLot)
    return;
  
  while (Lots >= LotStep + MinLot)
  {
    Lots -= OpenClose(LotStep);
    LotStep = MathMin(MarketInfo(Symbol(), MODE_MAXLOT), AccountFreeMargin() / MarketInfo(Symbol(), MODE_MARGINREQUIRED));
  }
  
  if (LotStep < MinLot)
    return;
    
  if (Lots > LotStep)
    Lots -= OpenClose(MinLot);
    
  if (Lots >= MinLot)
    OpenClose(Lots);
  
  return;
}

 
I didn't intend to change it. I just tried to insert expressions that I don't doubt punctuation - to understand how to punctuate this... uh... interjection.
 
Here http://www.fx4u.ru/topic/14845-ilan-10/page__st__640 is the lan with the locomotive - you can tinker with it, fine-tune it.
 
khorosh:

Here, whoever is interested. Written by geth. You can insert it into an EA, I've tested it - it works.


Thank you.
What do you think about the quality of this function?
Does it really allow to separate cream from growing deposit into a separate bin? Let it be a tester, but still...
 
lasso:

Thank you.
What can you say for yourself about the quality of this functionality?
Does it really allow you to separate the cream from the rising deposit into a separate bin? Even if they are tester ones, but still...
I'm finalising the finalisation of Ilan's non plum in the tester for the last 2 years. Then I will plug withdrawal simulator and post test results.
 
I hope the profits there are not like at Sberbank))
 
Mercur:
I hope the profits there are not like at Sberbank))
It depends on the level of risk. If it was like Sber, I wouldn't lift a finger to waste my time on this exp.
Reason: