- Search Forex Factory
- 71 Results (2 Threads, 69 Replies)
- yermommy replied Apr 28, 2017
Thank you for the clarification, I apologize if I came off as aggressive/doubtful, forexfactory has a lot of members who are just here to gamble.
- yermommy replied Apr 28, 2017
Can you provide some information about your qualifications? Data-mining approaches generally do not work well in live environments due to their inherent look-back bias. Perhaps you can share some more backtests of your current algorithm? I see you ...
- yermommy replied Apr 5, 2017
Well, we have other version in English so I'm sure it won't be that hard to move the translations over yourself
- yermommy replied Apr 5, 2017
Not yet translated, but I pulled them from the Russian forum. Just use google translate and register for an account so you can download them from the source.
- yermommy replied Mar 26, 2017
I don't believe I can post the link, but download strategy quant's "Quant Analyzer" and it will allow you to combine up to 4 strategy tester reports on the free version and see correlations between drawdown and account balance.
- yermommy replied Mar 23, 2017
I figured out how to make it FIFO compliant. Replace the entire CloseNormal() method with this code. Like I thought before, it essentially begins counting through the open orders by starting at the bottom rather than the top. void CloseNormal() { ...
- yermommy replied Mar 23, 2017
Thanks guys, I'll post here if I get it to work. I believe it has something to do with changing the closure from counting down from the list of trades to counting up instead. I'll post the code tweaks if I get it soon.
- yermommy replied Mar 22, 2017
Has anybody else tried to trade this on a US FIFO compliant broker? It seems that when only one trade is opened, it will close perfectly, but when more than one trade is open, it runs into FIFO errors and tries to close at a price of 0. I've dug ...
- yermommy replied Mar 2, 2017
Thank you, I will try to implement this method.
- How to set FileOpen to date of first order?
I'm currently attempting to make this code name my file after the date of the first opened order. I ...
- yermommy replied Dec 7, 2016
Hi Genry, I removed the download from my post so other members are not confused by it. I will instead provide a brief explanation of how to add the "don't trade on sunday" paramter. Thanks for the continued updates, I look forward to hearing more ...
- yermommy replied Dec 6, 2016
Does anybody else notice that the "break even" parameter does not function? Also, I added some code to turn off Sunday trades and will create a write up in a few days. Edit: it appears the label and inputs were added but a method was never created :\
- yermommy replied Oct 9, 2016
Genry, can you please explain how the trailing stop functions? There seems to be a lot of comments in the code that display invalid characters which stops me from being able to understand their purpose, even after reading through the code. I can use ...
- yermommy replied Oct 6, 2016
I'm happy to support people in this community, but you really shouldn't be using EA's if you don't even understand how the magic number works. And to answer your question: yes, you need a different magic number for each instance of an EA.
- yermommy replied Sep 29, 2016
I'm trying to get some good results, but with the majority of the labels in Russian or broken translation, its very difficult to understand most of the functionality.
- yermommy replied Sep 16, 2016
I've been following this thread for a while. To better understand how to optimize the new additions to this EA, I used Microsoft Word's translation ability and took the "Description Settings(rus) 13-7-21.xlsx " and made it into English. I'm sure the ...
- yermommy replied Jul 26, 2016
Here's a backtest from April 6th 2015 to April 11th 2015. Default settings are on, except that the equity stopout is disabled. Anything you would have done differently here, besides the stopout? This trend was too strong and there was never a large ...
- yermommy replied Jul 20, 2016
Any chance you can improve backtesting speed? Disabling the infobox doesn't improve speeds at all. Thanks for all your hard work on the development!
- yermommy replied Jul 18, 2016
Is it possible to backtest using .01 lots as the start instead of .25? I'm trying to only backtest one currency pair but it defaults to .25 even if starting lots is .01. I know that it would be .01 lots if it was on a live/demo chart, but can it be ...
- yermommy replied Jul 15, 2016
Version 4.5 does not produce any profit in backtests. Has anyone figured out what settings have changed from 4.3 to 4.5? I've tinkered with everything and can't get it to trade profitably anymore.