I just updated the expiration date for this release (July, 05 2009). The new fiture only allowing EA to disable hedge ability, following American regulation. Also fixing a bug in MQL4 (Thanks to Max). You dont have to change the ck_speed indicator.
About security, make sure you scan the Activex file, and please remember it will never prompt you to enter anything and will not make connection to any address. This expert will work without any activation.
Wednesday, May 27, 2009
Risk Warning
Please note that Trading in the Foreign Exchange market might carry potential rewards, but also potential risks. You must be aware of the risks and are willing to accept them in order to trade in the foreign exchange market. Don't trade with money you can't afford to lose.
22 komentar:
If you have the unlimited one, then just use the new MQL4. There is no change in dll, except expiration.
Regards
Thanks. Could you explain a little bit more about the new feature? I don't quite understand.
Just to accommodate NFA regulation. Right now we can set AllowHedge to False, so the expert will not take opposite direction before closing opposite trade.
Eurocross is not trading on 5 digit broker (Pronetfx). No error messages in the journal. Any suggestions?
Thanks
Ray
Can you make backtest first?
I did backtesting. Had OrderSend Error 131. Changed in the mq4 code GetLots to GetLots*10.
Now backtesting works, but trading does not.
Ok, I will test it.
I can't make demo account via terminal. why?
Hi,Ray
I can make backtest even without changing anything in the function. I use D03. Only pronetfx time is +1 GMT. Right now i run it on 5 minutes chart to see if it can make trades.
Yeah, the did not make any trade where it should be. But i will find out the way.
The "Monday" setting seems to be useless... TWFX starts on Saturday at 23.00 the week :-)
--- Max
Woops... I meant on Sunday at 23.00
--- Max
Hi , VSEURGBP folder is empty
Volatily, I also use D03. Without changing the code I only have OrderSend Error 131 in backtesting. When forward testing it does not make any trades on Pronetfx (5 digits), however at the same time it does on Tadawulfx (4 digits).
Ray
Hi, Ray
I have run it for several hour and it didn't take any trade. Fortunately I can make backtest. But error 131 is volume trade error. And I have used fixed lot, but it still does not make any trade.
Hi, Ray
I found the problem. The expert can make trade only if it send an order without stoploss (0). So you must change stoploss parameter on ordersend function with 0.
OK, I will separate OrderSend and OrderModify in the code and forward test tonight.
Ray
I did it too, but some time get error to modify with 60 pips sl.
hi, I installed your ea, but you had in the last version VS_ EUROCROSS D_02.EX4 and this time it isn`t. There is a VS_ EUROCROSS D_01.mq4, in what folder do i copy this file?
Thank you very much¡¡¡
Just use the latest package please. Mq4 and ex4 should be in expert directory.
Error 131 means invalid trade volume. Pronetfx trade sizes are multiples of 0.1 ( mini lots ). If the EA is trying to put in micro lots, the platform will not allow the trade to be executed. Try setting the lot sizing as fixed on the EA to teh nearest 0.1 lot.
For ECN platforms like Pronetfx, all market orders have to be live before stop loss and profit target values can be added. This is due to the type of execution they use: Market execution and not instant execution. Dealing desk brokers will allow SL & TP to be entered same time ( but 5 or 10 pips away from price )as market order but not ECN brokers. I noticed with Pronetfx you can set SL & TP to the nearest 0.1 pip so that means your trade has to be live before you can set SL or TP
Post a Comment