Posts by princefred
|
Attached are the indicators and ex4 of the ea
Thanks
|
|
1 am trying to get a better backtest modelling quality for this ea . can someone help me run a reliable atleast 7 years backtest of this Good ea on eurusd 1hr
|
|
i want to be able to access my vps from my mobile phone -nokia 5330. please can any body tell me how to do this.
Thanks.
|
|
how about doble lots increments after 4 consecutive losses and linear increament for consecutive losses. surely thats a good semi martingale system, not for massive profit but just to fight the losses better.
|
|
[quote]allanneagle posted:
If anybody is after an MT4 Indicator or EA, I am available as a coder. Some of my previous work is published on my site <a href="http://theguruonline.biz">theguruonline.biz</a>
[/quote]
please write me a code to implement the folowing Money management in my ea
1) Open 2 trades at 3 % stop loss of account total ( i.e 1.5% for each)
2) Partial take profit of 50 % of total trade lots at ( atr % adjustable)
extern double Percentage_ATR_TP = 50 ;
extern double Percentage_ATR_TL = 50;
extern double Percentage_ATR_SL =......
|

Share