- Search Energy EXCH
-
keydcuk replied Sep 16, 2016Not necessarily. Some people use the no trade block. Personally, I use the check trade count block before a buy or a sell block and make it that the count is <1. If you send me the mq4 file, I can have a look and see where I THINK you may have gone ...
Fxdreema Community
-
keydcuk replied Sep 16, 2016I think what you are saying is correct. If this is a secondary condition of buy trade, then you can run the second condition in parallel to your buy block, not in series. As for expiration, the buy and sell block have an option for expiration. It ...
Fxdreema Community
-
keydcuk replied Sep 16, 2016When using a trailing stop, the block needs to be put at the top level of your buy and sell columns. Then I would create a constant so that you can use just the one input to set a trailing stop. Do not use it anywhere else other than as top as the ...
Fxdreema Community
-
keydcuk replied Sep 16, 2016A word of advice... Don't be tempted to do much forex at all during working hours. Long story being short, I almost lost my house and a marriage due to forex and during this time, I spent way too much time looking at forex on my work's computer and ...
Fxdreema Community
-
keydcuk replied Sep 15, 2016This is all possible using the formula block and variables and then condition and buy. Please look at the screenshots below and note that part 4 is simply used to multiply Part 3 by x2. Also, when I tried to do this in the web version, it seemed ...
Fxdreema Community
-
keydcuk replied Sep 14, 2016At the moment, I am using a method involving RSI. Binary has not been out there very long and I think the forex community has a harder time embracing it. What I am exploring at the moment is martingale. For as much as I am against it in forex, I ...
Free EA - Piggy n The Middle
-
keydcuk replied Sep 13, 2016It won't take a position at 0 lots. It will always take the minimum it can get if you set it to 0 lots. Somewhere in the thread there is a version that does what you describe as it only buys up an sells down. Daniel
Free EA - Piggy n The Middle
-
keydcuk replied Sep 13, 2016I have looked at binary because I believe there is less risk in the trading environment. No matter how many pips you go positive or negative, it is still the same payout. Although a good stop loss and take profit can be used in forex, I just like ...
Free EA - Piggy n The Middle
-
keydcuk replied Sep 13, 2016I have tweaked one of my EAs to add this option of no trades nearby which may do what you are looking for. Let us know how this pans out. Daniel
Free EA - Piggy n The Middle
-
keydcuk replied Sep 13, 2016Heh, I know there is a way to get around it but this to me it is complicated. I wish I knew properly how to do what you are saying as there would have been many EA attempts with some ex4 indicators I would have liked to play with. Daniel
Fxdreema Community
-
keydcuk replied Sep 13, 2016What exactly do you mean by it needs proper optimization? Daniel
Free EA - Piggy n The Middle
-
keydcuk replied Sep 13, 2016Have you tried possibly adding heavier positions to the trend move like 0.02 lots in the trend and only 0.01 lot in the hedge of the grid step? When I tested this in backtest, it was mixed results in large grids. The profit factor was going up much ...
Free EA - Piggy n The Middle
-
keydcuk replied Sep 12, 2016Sorry, this is not something I can easily do if at all. The way the EA works is that if it reaches a new grid step then it can reopen a new position at the same level during retracement. I wish I could help more. Sorry again! Daniel
Free EA - Piggy n The Middle
-
keydcuk replied Sep 12, 2016Hello, Sorry for the bit of late reply. I am not going much of FF anymore as I have turned my attention to Binary Options at the moment. As for your question, the trades close at the TP level. If it is trending and TP is 10 pips, it will close each ...
Free EA - Piggy n The Middle
-
keydcuk replied Aug 18, 2016Even in demo, I have observed that trades take losses when a group of trades close in large numbers. It is not unique to a live environment. Although I am not sure why this happens, I can only think it to be of 2 reasons. 1. In large numbers the ...
Free EA - Piggy n The Middle
-
keydcuk replied Aug 16, 2016I gave up on my 15min backtest at some point and put it on the 5min and tried to test an individual strategy rather than the whole thing. Method 1 for 1,1,1, Stochs was at about 38%. My forward test on the 15 Min yields so far about 48%. I'm not ...
Armageddon reloaded v.2
-
keydcuk replied Aug 12, 2016It works on any TF but according to the rules, you will need to change the timeframe expiry to match Ipsula's strategy rules. It is defaulted for a 4H TF that the expiry is set to 240 minutes. If you are using a H3 timeframe then you will need to ...
Armageddon reloaded v.2
-
keydcuk replied Aug 12, 2016Hello! Here is my contribution to this. The EA attached is based on both patterns, method 1 being the checkmark method and method 2 being the divergence method. I have programmed it so you have input option flags (true, false) for each method and ...
Armageddon reloaded v.2