You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Dear xnko ,don't engage in self-deception. And don't waste your time. Notice at the end of the test section you have no growth. And it is explained by the fact that this is the section. where there is a history of minutes. Upload the minutes to the whole testing section and the tester will show the deposit drain.
Yes, the Expert Advisor has some peculiarity: if the lot is fixed it stomps on the spot, but if the lot can be increased then the profits will be bigger. I can't explain why yet
Yes, the EA has some peculiarity: if the lot is fixed it stomps on the spot, but if the lot can be increased, then the profits will be higher. I can't explain it yet.
It has nothing to do with the lot. The tester will not show the correct result if the minute history is not uploaded.
xnko Can you share the code for "virtual trailing" ?
As for "going nuts", the euphoria will pass... Try to test your system on a demo account... 1-2 weeks... I used to do this a lot... find a system... it seems to work... that's it... the euphoria sets in... I'm on my island somewhere with a bunch of hotties... and in the end... the system fails... the euphoria wears off... and I'm back at square one and it all starts all over again... from scratch... and after a few of these "euphoric grails", i've become more relaxed about another "miracle system"...
xnko Can you share the code for "virtual trailing" ?
As for "going nuts", the euphoria will pass... Try to test your system on a demo account... 1-2 weeks... I used to do this a lot... find a system... it seems to work... that's it... the euphoria sets in... I'm on my island somewhere with a bunch of hotties... and in the end... the system fails... the euphoria wears off... and I'm back at square one and it all starts again... from scratch... and after a few such "euphoric grails", i've become more relaxed about another "miracle system"...
I agree with you, but I like the feeling :)
Now I'm going to post the virtual trailing technique
bool SignalBuy()
{
StopLoss = Open[0];
return (...);
}
void CalculateStopForBuy()
{
if(...)
{
StopLoss = ...;
}
}
bool SignalCloseBuy()
{
return ( ... &&
Bid <= StopLoss /* Virtual Trailing */);
}
void start()
{
...
if(SignalBuy)
{
buy
}
else if(SignalCloseBuy())
{
CloseOrder();
}
else if(OrderOpened)
{
CalculateStopForBuy();
if(needed)
OrderModify();
}
}
Listen, xnko, you're boring me with your positivity :)
You have gone crazy yourself, but you are infecting people.
Come on, tell me the idea, or EA compiled for the demo at least three days and put it out, because I broke my brain already, how you do so.
If you don't want to do it publicly, write to kontrik(at)mail.ru or 111506211 in the inbox
Gosh, on GPBJPY H1 in last 3 months turned 100 into 300,000,000 !!! Love the adviser for the Yen :). And pay attention to the last plot, no plumage, one increase
This is explained by the fact that the minutes in the last plot have not yet pumped up. Connect to the internet while testing the ticks and run the test a few times. And you will see that the EA will start to fail on the last segment.