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

 
BeerGod:
Elisavetka, bad results in the tester can ruin a lot of ideas, everyone knows the tester is Achtung !!!
Yes you are right the best way to test on demo or micro real, mt4 tester is no good.
[Deleted]  
Elisabeth, It's in my Test, and why ? there are so many components sensitive to kotirvkam, 4 and 5 signs and then differently, not in different directions of course, but the input is different, in general the test is impossible. I love you, for your optimism!
 
BeerGod:
Elisabeth, It's in my Test, and why ? there are so many components sensitive to kotirvkam, 4 and 5 signs and then differently, not in different directions of course, but the input is different, in general the test is impossible. I love you, for your optimism!

)) thank you)
[Deleted]  
Ukrain Belarus forever
 
jelizavettka:

Why not? You don't have him as a pipsizer.... What timeframe does it work on?
Apparently it's a pipsizer, targets less than 10p.
 
BeerGod good afternoon, can you post here an EA this for testing, I think many will be grateful to you.
 
BeerGod:

Those who understand will understand ... details here

turkey first from the top http://www.invest74.ru/trade_systems2.php

there was a discussion, but it's gone here https://www.forex-tsd.com/manual-trading-systems/19463-1-minutes-incredible-scalper-system.html

What's the connection between the second link and the first with the third?
[Deleted]  
alexsandr11:
HelloBeerGod, maybe you can share your Expert Advisor for testing, I think many people will be grateful to you.

I am not going to do it, because I will get a lot of requests for revisions, and I have done it for myself in my spare time, but there are no secrets, everything is stupidly simple...

{

// double TpUp = NormalizeDouble (iCustom(NULL, 0, "NRTR_Rosh_v2eAlert_mtf",3,0),Digits); //  TP_Buy
// double TpDn = NormalizeDouble (iCustom(NULL, 0, "NRTR_Rosh_v2eAlert_mtf",4,0),Digits); //  TP_Buy

double Up = NormalizeDouble (iCustom(NULL, 0, "ZigAndZag(1)",5,0),Digits); //  Buy
double Dn = NormalizeDouble (iCustom(NULL, 0, "ZigAndZag(1)",6,0),Digits); //  Sell
double Closse = NormalizeDouble (iCustom(NULL, 0, "ZigAndZag(1)",4,0),Digits); //  Close

double TimeBar = (TimeCurrent()-Time[0])/60; // время в минутах с открытия свечи

if ((TimeBar >= TimeBarOpen) && (Up != 0))  double NewBuy = 1; else NewBuy = 0; // условие BUY
if ((TimeBar >= TimeBarOpen) && (Dn != 0))  double NewSell = 1; else NewSell = 0; // условие SELL


RefreshRates ();
}
[Deleted]  
These are signals to open, closing is at your discretion, it's working fine for now and we'll see...
[Deleted]  
The system works, everyone can understand it differently ...