- Search Metals Mine
- richboy1972 replied May 26, 2009
HOT FIX! version 0.5.1.... — Hi found I little bug.... here the last version. Thanks.
"vForce" the revolution
- richboy1972 replied May 25, 2009
You are the only one that has this problem, so i think it could depend by the brokers. Have you yet tried others EA? Someone else with this problem?
"vForce" the revolution
- richboy1972 replied May 25, 2009
Version 0.5 released. — In this few day since release 0.2 I review the code for some optimization and correct a silly bug that cause the EA don't follow correctly the TP1,2,3. Now it is all ok. This release is the result of big efforts and I ...
"vForce" the revolution
- richboy1972 replied May 25, 2009
I'm sorry but this shoudn't happen.... which broker do you use?
"vForce" the revolution
- richboy1972 replied May 24, 2009
Our EA is winning in 2009 backtest! — Hi all, finally we get Profit even backtesting the EA from 01 Jan 2009 to 22 May 2009. I try different options, but I get positive results when I switch from 15M to 1H timeframe and put TP1 at 10Pips. I ...
"vForce" the revolution
- richboy1972 replied May 23, 2009
I consider this EA still under development, so I'm testing it only on Demo. But someone here is yet using it LIVE with good results. Good pips!
"vForce" the revolution
- richboy1972 replied May 23, 2009
The MagicNumber is an extern parameter so that you can customize it as you want. Good pips!
"vForce" the revolution
- richboy1972 replied May 22, 2009
Yes, but you have to use different MagicNumber.
"vForce" the revolution
- richboy1972 replied May 22, 2009
The percentage to close are calculated with this code: internalQuoteToCloseAtTP1 = QuoteToCloseAtTP1; if(QuoteToCloseAtTP1<100){ internalQuoteToCloseAtTP2 = (100/(100-QuoteToCloseAtTP1)) * QuoteToCloseAtTP2; }else{ internalQuoteToCloseAtTP2 = 0; } ...
"vForce" the revolution
- richboy1972 replied May 21, 2009
Sure? Now it only displays a red warning message, but the EA is operating.
"vForce" the revolution
- richboy1972 replied May 21, 2009
I'm having good results in backtests for the year 2008. For the last month, as you said, not too good. So I'm studing a good filter to apply for avoid fake signals. When ready I'll post here... Thanks
"vForce" the revolution
- richboy1972 replied May 21, 2009
RichBoy1972vForce EA version 0.2.0 — Hi all, I just released the new version of the EA with some features added. Now you can set the minimum and maximum lot size. Moreover you can use a fixedlotsize, if you prefer (someone ask for both the ...
"vForce" the revolution
- richboy1972 replied May 21, 2009
I'm going to fix now.. — You're right, SOOOORRY! I'm going to fix the bug now. Just 10/15 min and I'll release the 0.2 version with also minLotSize, maxLotSize, fixedLotSize. Thanks for your patience.
"vForce" the revolution
- richboy1972 replied May 20, 2009
The EA is supposed to calculate the lotsize as the minimum from the calculated size and the allowed mi size. So it shouldn't fault, I have to investigate.... thanks for the feedback. However the next release has the parameter that allow to fix the ...
"vForce" the revolution
- richboy1972 replied May 20, 2009
I'm going to test... thanks for your feedback.
"vForce" the revolution
- richboy1972 replied May 20, 2009
If you set TP1=TP2=TP3= 0 then you are using the Take profit set by ProfitLossRatio. Vice versa If you prefer using the 3 TPs set the PLRatio to a high value (i.e. 5) so that TP1, TP2 and TP3 will be triggered before the order TP. In my backttest ...
"vForce" the revolution
- richboy1972 replied May 19, 2009
I'll put this option in the next release because some one else ask for that. Sure with this you aren't doing a good MM ....
"vForce" the revolution