- Search Energy EXCH
-
keydcuk replied Apr 22, 2016Hmmmm... that doesn't solve my problem as the constant I am needing to make available in the EA is one of a multiplier. Example: If Profit (Equity-Balance) is > than Balance *1.01 then close all trades and terminate EA. Thanks, Daniel
Free EA - Piggy n The Middle
-
keydcuk replied Apr 22, 2016HELLO CODERS!
Can someone tell me what kind of int (bool, double, etc...) is it when I need to make a constant value as a multiplier? Example: *1.01 It is not a double so I am a bit stumped. I think I am nearly there with the equity function ...Free EA - Piggy n The Middle
-
keydcuk replied Apr 22, 2016I suspect that you have your settings at TRUE, TRUE which in this mode it will not work as intended. TRUE, TRUE settings do not work and would not use it. This experimental version is to change BUY/SELL more to buy up only and sell down only when ...
Free EA - Piggy n The Middle
-
keydcuk replied Apr 21, 2016Hi Timmy, I have not dismissed your comments, I have actually noted them carefully. I just didn't get around trying to implement what you have said. I hope you are not offended. I have just been distracted from where I have been focusing at the ...
Free EA - Piggy n The Middle
-
keydcuk replied Apr 21, 2016NOT AS EASY AS I THOUGHT! MY SOFTWARE IS NOT PICKING UP THE INDICATOR. I programmed it right but the EA is not recognizing in backtest or forward test. I did program it to buy on white and sell on red and only on close of the candle but this seems a ...
Free EA - Piggy n The Middle
-
keydcuk replied Apr 21, 2016The problem that you have when you enter only buys and only sells is that you enter what is more of a "linear grid" trading system. I am reluctant to comment any more on this as I did say from the beginning that I might learn something I never ...
Free EA - Piggy n The Middle
-
keydcuk replied Apr 21, 2016This is an interesting thought. I might give this a go with my EA and see how it performs. Thanks, Daniel
Accumulative Profits Grid System
-
keydcuk replied Apr 21, 2016Mr Remon, I noticed that sometimes the EA is taking losses. Example, it opened one sell position and then when it moved up to the next grid level up, it closed at a loss of one grid step. Is this normal? Is it because of the no hedge setting? Many ...
Accumulative Profits Grid System
-
keydcuk replied Apr 21, 2016HELLO THREAD FOLLOWERS!
I just wanted to throw something out here for your testing and comments. Basically I have been trying to eliminate DD from the results I have got from running 3+ years backtest of 2013-Present. After various and numerous ...Free EA - Piggy n The Middle
-
keydcuk replied Apr 21, 2016This is an interesting comment as v4-1 is exactly the same as v4 except I added the triple trade hours filter, that is all

Free EA - Piggy n The Middle
-
keydcuk replied Apr 21, 2016What is it that is not working in v4-1? Can you also please post your settings? Thanks, Daniel
Free EA - Piggy n The Middle
-
keydcuk replied Apr 21, 2016Initially I was looking at the same but I am still playing with the settings. I don't think that the set file to put all flags to false will work. Also, I have incorporated some of method 1 into method 2 by using the shared profit box at 50. Still ...
Accumulative Profits Grid System
-
keydcuk replied Apr 21, 2016LET ME JUST TAKE A MOMENT TO ANNOUNCE THAT REMON'S EA IS NOW IN POST 1. Without Mr Remon and his strategy ideas, I would not have come to the point of building the EA that I have built. I invite anybody follower or not of his thread to visit and try ...
Free EA - Piggy n The Middle
-
keydcuk replied Apr 21, 2016He's likely not even a thread follower. He just saw the title of the thread and thought he was going to open his mouth. THANKS FOR ALL YOUR EFFORT!

Accumulative Profits Grid System
-
keydcuk replied Apr 21, 2016NO, it does not matter what timeframe you use as there are no indicators in the EA and makes no calculation that are TF dependant. Daniel
Free EA - Piggy n The Middle
-
keydcuk replied Apr 21, 2016Please be aware that that year 2015 was an easy year for backtest. I have tested many times this year. Different results occur on longer periods. This is why I no longer serious test anything less than between 2013-present and even then I am looking ...
Free EA - Piggy n The Middle
-
keydcuk replied Apr 20, 2016YES, I was hoping that both settings at true would become a bit of an experimentation more but this is not the case. The settings at TRUE, TRUE do not work with version 4a. To be fair, the adjustments for this can be done in any which way as you ...
Free EA - Piggy n The Middle
-
keydcuk replied Apr 20, 2016It won't help a great deal but it will help some.... right click your chart and go to the objects list / click inside and press ctrl-A together when you have selected all and your lines are blue, click delete. Deleting your objects on the chart will ...
Free EA - Piggy n The Middle
-
keydcuk replied Apr 20, 2016It takes groups the buys or the sells in separate groups and then takes profit at whatever TP your settings are at. When there are multiple positions, it calculates the net profit/loss and converts it into pips in order to match the TP setting that ...
Free EA - Piggy n The Middle
-
keydcuk replied Apr 20, 2016Default settings are the default settings for the GBPJPY. For the EURUSD you can try your own round numbers settings. 0.0001 = 1 pip 0.0010 = 10 pips 0.0100 = 100 pips With the JPY pairs 0.01 = 1 pip 0.10 = 10 pips 1.00 = 100 pips With the default ...
Free EA - Piggy n The Middle