In addition to - "Evaluate the results of the expert (2140 trades, not a single loss)" - another "no-loss system..." - page 4
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
1 The OpenBy function opens a Sell order and OpenSell opens a Buy order.
2 The void Orders_no_3() function has a line if ((o_sell==2)&&((Bid-b_price)>=(3*Orders_Space*Point))){OpenBuyOrder();return;}
should be if ((o_sell==2)&&((Bid-s_price)>=(3*Orders_Space*Point))){OpenBuyOrder();return;}
Haven't looked at the rest yet.
If anyone else is interested in StockKay Ronnen, be aware that there are errors there. I have found two:
1 The OpenBy function opens a Sell order and OpenSell opens a Buy order.
2 The void Orders_no_3() function has a line if ((o_sell==2)&&((Bid-b_price)>=(3*Orders_Space*Point))){OpenBuyOrder();return;}
should be if ((o_sell==2)&&((Bid-s_price)>=(3*Orders_Space*Point))){OpenBuyOrder();return;}
Didn't look at the rest yet.
So what's up with the advanced StockKey?
So I added some algorithm, which detects a trend or not, and if so, it closes all positions (no matter + or -) ...
Of course "explain" the computer how to determine the trend at an early stage (not when half of dipo already plummeted), it was not easy ...
But I think in the 70 percent it correctly determines ...
The overall result is even too high... It means something is wrong...
I'm still looking for an error, and I'm testing it on the demo... So far, it's consistently in the black...
Here are the test results... It's breathtaking to see the numbers... but don't fall for the tester's trickery.!!!! :-))))
If you're interested, we can try it together.
One more thing: it would be better to test it on the M1.
So what's up with the improved StockKey?
So I added some algorithm, which detects a trend or not, and if so, it closes all positions (no matter + or -) ...
Of course "explain" the computer how to determine the trend at an early stage (not when half of dipo already plummeted), it was not easy ...
But I think in the 70 percent it correctly determines ...
The overall result is even too high... It means something is wrong...
I'm still looking for an error, and I'm testing it on the demo... So far, it's consistently in the black...
Here are the test results... it's breathtaking with these numbers. ...but don't fall for the tester's trickery !!!! :-))))
Is the approach universal for all (or most) currency pairs?
Skif! What's the idea in general!?
test result on M1...
RON
And there is an opinion on the open and close technology.
All in all, there is a lot to talk about.
And there are questions. I don't really understand your idea yet.
But the results are impressive. 4p per trade is very good. I still need to run a quick method, though.
That's how you can refine StockKey... with 2 weeks of testing on the real already yielded a profiit of over 43000 ;)