- Search Metals Mine
-
Sangui replied Jan 6, 2021I don't know what's happening, some problem with the attachments, can you see them?
I need backtest for this EA
-
Sangui replied Jan 6, 2021In mt4 for 1 minute TF the MQ can't go over 25% GBPUSD 01.01.2020 to 18.12.2020 image report image
I need backtest for this EA
-
Sangui replied Jan 5, 2021With a modeling quality of 38% of course that's not real, even the 90% MQ I'm giving you are not trustable enough. You do good in putting it on demo or cent account.
I need backtest for this EA
-
Sangui replied Dec 31, 2020M1 $10 H1 $100 image image There still are some errors 130 here and there that can be messing with your system, and the Print() that's slowing the testing wasn't removed. I can help you getting rid of the errors and maybe give you some ideas to ...
I need backtest for this EA
-
Sangui replied Dec 28, 2020GBPUSD H1 2020.01.01 to 2020.12.18 image Stopped because of stopout Same happened for 2017
I need backtest for this EA
-
Sangui replied Dec 27, 2020I don't get any trades, only errors 130 and also you forgot to delete a Print() somewhere that is printing 0 every tick and making the test very timely image
I need backtest for this EA
-
Sangui replied Dec 25, 2020Bank $10.000 (Sorry, forgot to change it to $1000) GBP/USD M1 2020.01.01 to 2020.12.18 Default settings image image GBP/USD M5 2020.01.01 to 2020.12.18 Default settings image image GBP/USD H1 2020.01.01 to 2020.12.18 Default settings ...
I need backtest for this EA
-
Sangui replied Mar 31, 2020Are you using a keyboard and computer to post in here or are you handwritting letters and sending them by mail to FF so they can upload your posts? If there weren't for robots it would be so easy to trade, but trading is not a human war anymore, ...
Simple Monday-Tuesday System (attached calculator)
-
Sangui replied Mar 27, 2020Ohh no, I don't plan to do this manually, I have almost everything coded.
Simple Monday-Tuesday System (attached calculator)
-
Sangui replied Mar 26, 2020Yeah, I know it was bad luck and it's just variance but well...It will help to make the system better. I'm thinking in having 3 orders, 1 with a very tight TP and when is hit move the others to BE, if the second TP is hit then move the 3rd SL to 1st ...
Simple Monday-Tuesday System (attached calculator)
-
Sangui replied Mar 26, 2020
I kept checking the thread almost every day to see how it was going and finally decided to start trading it this week...what a bad desition lol. It was painfull to watch the stoplosses being hit on wednesday morning after going to sleep with ...Simple Monday-Tuesday System (attached calculator)
-
Sangui replied Mar 26, 2020Hi Transmat, I had coded this in an old version of an EA for other system, I don't remember full testing it though but you may if you want to. double CalculateStakeByEquity(int stakePercent ) { double oneLotMargin = MarketInfo(Symbol(), ...
Simple Monday-Tuesday System (attached calculator)
-
Sangui replied Mar 17, 2020A very complete EA PaulDV, thanks so much for it. I will test it and let you know how it went. Good luck this week everyone!
Simple Monday-Tuesday System (attached calculator)
-
Sangui replied Mar 4, 2020Hi Mohsen-b, I didn't continue developing the EA and didn't test what you say but with a quick look at the code I can see that I am checking for symbol in the IfOneSideOpenedCancelTheOther() function: if(OrderMagicNumber() == MagicNumber && ...
Simple Monday-Tuesday System (attached calculator)
-
Sangui replied Feb 27, 2020Hi PaulDV, I apreciate your findings and suggestions. I also followed you on "Currency Grail Scalping System", you contributed a lot to that thread, I need to check again how that system is performing. About what you say here....it can be coded you ...
Simple Monday-Tuesday System (attached calculator)
-
Sangui replied Feb 13, 2020That's pretty nice man, let's see how it goes in 1 week or so
Daily Breakout with TP & SL Fibonacci Ranges
-
Sangui replied Feb 11, 2020Hi there, I did code this system and delivered to northwind by DM cause it had no replys so he is free to share it if he wants. northwind, I would like to know your findings if you want to share, was it useful?
Daily Breakout with TP & SL Fibonacci Ranges
-
Sangui replied Feb 8, 2020Hi northwind, What you are requesting is a different system, you only need to read the name of the system to realize that. You can start a new thread for this and I might be able to help you in some days when I finish what I am working on now or ...
Simple Monday-Tuesday System (attached calculator)
-
Sangui replied Feb 1, 2020Being a system that doesn't need to be run on every tick I added a timer parameter in seconds for the code to be executed, most useful for improving backtesting performance. Defaulted to 5 minutes. v1.4 attached I agree BeaterTrader, I ran a ...
Simple Monday-Tuesday System (attached calculator)