- Search Energy EXCH
- 456 Results (10 Threads, 446 Replies)
- Beertje replied Mar 23, 2019
I dont see any reason, that can produce repaint signal. I have run it in the strategy tester with lenght 1 and everything is ok. Run in the tester and you will see.
Is it possible to make this not repaint even at lower settings?
- Beertje replied Mar 15, 2019
The optimisation is a important point. If you optimise 8-10 parameters at the same time , I am not shure your EA will make big profit, and you will not see the strong and weak point of your strategy. I make always partly optimisation. for example: ...
Advantages of trading automation
- Beertje replied Mar 15, 2019
Most of the manual trading systems are not able to trade with EA. In the decison is your brain always there. I tried to code a lot of manual systems, and are not really effective. for example how do you program it? -I dont exit now, the price have ...
Advantages of trading automation
- Beertje replied Mar 15, 2019
Simple attach the file in new post(Upload From Device).
25 years trading and would like to know how to share an indicator
- Beertje replied Jan 16, 2019
You will find many grid systems, only need to google. Working not whith your rules, but you will see, that you are on wrong way. It can be 10 times looser, or more... I programmed a lot of it, after time this agressive martingale rule is always ...
Looking for This EA Please help
- Beertje replied Jan 2, 2019
Some idea to your project: Why open 2 position , why not wait until price goes example from 1.29 to 1.195 and then entry in this direction. you can already earn 1*spread. if the price dont touch any another level in 24h and position is not in ...
Hedging Round Numbers with 1:~RR
- Beertje replied Jan 1, 2019
I am experimenting now with exactly the same rules.
But I try to add various strenght indicators, to see which pair is in move, and trade only one side. It is in testing fase, so I can not give result.Hedging Round Numbers with 1:~RR
- Beertje replied Dec 30, 2018
No. Is it possible to build a perfect house without an engineering degree?
Any way to create professional EA without any coding knowledge
- Beertje replied Dec 28, 2018
The value of opening lot is not depend on leverage. The leverage (and margin requirement) influence the possible biggest open lot. 0.1 lot have the same value on each account, whit different leverage. url
maybe a stupid question about lots and leverage
- Beertje replied Dec 26, 2018
wrong threat! But, the buffer return a price level, to convert it to boolean: if(iCustom (Symbol(),TimeFrame,"Donchian Channels - Generalized version",Channel_Period,1,0,0,700,0,1) >=iCustom (Symbol(),TimeFrame,"Donchian Channels - Generalized ...
Boolean help, getting wrong outcome
- Beertje replied Dec 19, 2018
share the indicator, and it is possible to include in a simple EA. Or if you dont wannt to share you can PM me.
I will code your EAs and Indicators for no charge
- Beertje replied Dec 19, 2018
Let the indicator run in the tester visual mode(indicator), and if the arrows are the same like when you attachit ti the chart, then it is possible to call it from an EA.
I will code your EAs and Indicators for no charge
- Beertje replied Dec 19, 2018
Hi, I need some help. I wannt to syncronise more MT4. As I know, to share data between more terminal is, only possible when I share file in the common directory. I dont want to do in this way, bacause the data need to share on each tick. Can ...
I will code your EAs and Indicators for no charge
- Beertje replied Dec 18, 2018
Yes you can change it. The Type of the subrutine define what your return value can be. for example: bool OS(){ if(OrderSend(......)==true) return(true); return(false);}//where return value is boolean int CalculateValue(int x){ x=(x+y)*z; ...
I will code your EAs and Indicators for no charge
- Beertje replied Dec 17, 2018
Modify order is bool, the return value can be false or true (0 or 1). An order select shoud be checked, example: if(OrderSelect(i,SELECT_BY_POS,MODE_TRADES))
I will code your EAs and Indicators for no charge
- Beertje replied Dec 14, 2018
What is the request, these are daily boxes, I am shure you find som on the forum. Example form MQL5: url
Looking for breakout indicator
- Beertje replied Dec 14, 2018
So you was active in Summer earlier, what a family...

Rick Sanchez lab...