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

 
BeerGod:

Try this, it might work.

https://www.mql5.com/ru/code/10446

Thanks, I'll give it a try.
 
Roman.:
Including!!! :-) + So 3,14singing and 'competent' meowing (squawking) emphasises that she's all right on the inside too... :-)
Eh... So forex and a pocketful of money won't win her heart! Too bad, too bad ... :))))))))
 
MaxZ:
Eh... So forex and a pocketful of money won't win her heart!!! Too bad, too bad... :))))))))
I guess (pensive)... :-)
 

a question?

in the Strategy Tester I calculated a lot for 100 quid the original lot turned out 0.01. i put 3000r on the ruble demo account and the order turned out 0.06.

the tester gives such a lot at a deposit of 3000 cu.

i need to do it in such a way that for 3000 Dollars an initial lot 0.01 will be opened! ?

 
all calculated mm came out =0.025 almost 8 times less than at dollar =2
 


I picked up a little bit of pairs. the settings are the same for all, traf is individual! i have a 10 000 cents tip in my teeth!

If the standard parameters in the EA are 30-70 then change them to 65-35 and the EA enters the market more accurately!

if it is below puts up if it is above puts down if he makes a mistake, then the position is averaged and outputs in the Boo! i have not become greedy with take profit, i have given only three and i will see what happens next! :)

 

Dear Countrymen, there is a good turkey, from a foreign branch, the turkey does not overdraw, gives good signals...

https://www.mql5.com/en/code/10530

How to use its signals in an EA ?

I tried it with iCustom, trades do not always coincide, I use two indicator buffers and compare it with null

double Up = NormalizeDouble (iCustom(NULL, 0, "#!MACDonchart",6,0),4); //  sell
double Dn = NormalizeDouble (iCustom(NULL, 0, "#!MACDonchart",5,0),4); //  buy
 
if (Up !=0)  double NewBuy = 1; else NewBuy = 0; // условие BUY
if (Dn !=0)  double NewSell = 1; else NewSell = 0; // условие SELL
Any advice?
 

But even as it is now a positive result, please ask for advice and comments.

This is from early 2012 EUR-USD H1

 
BeerGod:

Dear Countrymen, there is a good turkey, from a foreign branch, the turkey does not overdraw, gives good signals...

https://www.mql5.com/en/code/10530

How to use its signals in an EA ?

I tried it with iCustom, trades do not always coincide, I use two indicator buffers and compare it with null

What good is it? A normal iOSMA() with default parameters is better. Fewer false signals.