- Search Metals Mine
-
Sangui replied Jan 30, 2020The changes to TP were introduced by transmat to match OPs request, so I don't know really which one is right. OP will have to clarify. Please read posts #61 and #64
Simple Monday-Tuesday System (attached calculator)
-
Sangui replied Jan 30, 2020Thanks mtbb, I'm learning everyday. Thanks Degolep, yes the bug won't reproduce in backtesting but it will on forward on Thu and Fri since I introduced the change for those days. Here is the fix, please test it.
Simple Monday-Tuesday System (attached calculator)
-
Sangui replied Jan 30, 2020Nice testing guys. Degolep, if you want to use it for XAUUSD you will need to replace the 5s for 2s in the NormalizeDouble funtion calls: double buyPrice = NormalizeDouble(high + range * entryRangePercentage / 100, 2); double sellPrice = ...
Simple Monday-Tuesday System (attached calculator)
-
Sangui replied Jan 29, 2020Hi, Beren. Yes, I could, but wouldn't that change the system? I can make it and send it to you by pm if you really need it.
Simple Monday-Tuesday System (attached calculator)
-
Sangui replied Jan 29, 2020Hi everyone, sorry I've been busy today and couldn't follow. Thanks for the contribution transmat!! Tonight I will make backtest on some pairs since 2010 and see if it has potencial.
Simple Monday-Tuesday System (attached calculator)
-
Sangui replied Jan 28, 2020Yes, it can, I'm doing it and not getting good results, at least with the actual parameters. At the moment I'm running an optimization that will take a couple of hours. What message are you getting? Can you provide a screenshot?
Simple Monday-Tuesday System (attached calculator)
-
Sangui replied Jan 28, 2020Changes: -Option to keep the opposite pending order open when one side opens -Trade can now be initialized on Wed, Thu and Fri -Settable time to delete pending orders on Fri -Fixed some bugs and improved code reading Notes: Server time for ...
Simple Monday-Tuesday System (attached calculator)
-
Sangui replied Jan 28, 20201. Done 2. Done 3-4. I guess it's possible but it will take me a little more time because they act on different timeframes so I think the only way is by editing, substracting and modifying the indicator's code. If someone else knows how to do it ...
Simple Monday-Tuesday System (attached calculator)
-
Sangui replied Jan 28, 2020Hi 4ecstasy, thank you for sharing the system! I will see what I can do tonigh but for a quick answer: 1. Will add 2. At the moment the EA puts orders only on Wednesday but yes, I can extend it to Friday, if you backtest though they will always be ...
Simple Monday-Tuesday System (attached calculator)
-
Sangui replied Jan 28, 2020Thank you diamonddbw, you are right, I will take that into account for next version if the system proves to be profitable, I didn't have time to backtest it yet.
Simple Monday-Tuesday System (attached calculator)
-
Sangui replied Jan 28, 2020Ohh well, the practice never hurts right? Thanks mate, if you have ways to improve it please send me a pm, I'm intrested in seeing how an advanced coder would do it. I'm not sure I'm able to respond yet though as a junior member, but I will when I ...
Simple Monday-Tuesday System (attached calculator)
-
Sangui replied Jan 28, 2020Ok, here it is. A very basic version just to see if I understood all the rules correctly because english is not my primary language and I'm still new in this (less than 1 year in forex) What the EA is doing: -When Tuesday ends and the daily bar ...
Simple Monday-Tuesday System (attached calculator)
-
Sangui replied Jan 27, 2020Hi there! I like the simplicity of the system, I'm not an expert coder but will try to make an EA tonight when I get home(GMT-3). One thing I know I will struggle with is ignoring weeks with festivity days but will make the simple rules first and we ...
Simple Monday-Tuesday System (attached calculator)