| stevehopwoodforex.com https://www.stevehopwoodforex.com/phpBB3/ Print view |
|
| MultiBob, a multi symbol NB10.2(a) autotrader https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=827 |
Page 27 of 53 |
| Author: | phil_trade [ Tue Oct 02, 2012 6:56 am ] |
| Post subject: | Re: MultiBob, a multi symbol NB10.2(a) autotrader |
Hi Paul MultiBob is filling the expert log with same message 2012.10.02 08:48:30 MultiBob v1.0.1 EURUSD,H1: CHFJPY: PIVOT LONG SELL, 83.299, 83.0467 there is no trade CHFJPY Philippe |
|
| Author: | phil_trade [ Tue Oct 02, 2012 7:16 am ] |
| Post subject: | Re: MultiBob, a multi symbol NB10.2(a) autotrader |
Hi Paul I the code, I only see for 10.2a a check if price was not 15 minutes ago below/above WP. Do you consider to add a check for price not to far away from DP or am I missigni a parameter ? Philippe |
|
| Author: | lucklogic [ Tue Oct 02, 2012 9:03 am ] |
| Post subject: | Re: MultiBob, a multi symbol NB10.2(a) autotrader |
Thank you |
|
| Author: | Baluda [ Tue Oct 02, 2012 9:22 am ] |
| Post subject: | Re: MultiBob, a multi symbol NB10.2(a) autotrader |
Gary, What trade caused this? Please check your experts tab. A SILVER/XAGUSD trade can get quickly to big. Current lot size on my FXOPEN demo would be 0.71, which is too much for the available margin. MultiBob already adjusts the lot size for SILVER/XAGUSD with a 0.2 factor. My guess is this factor is too small. Paul |
|
| Author: | aworex [ Tue Oct 02, 2012 9:50 am ] |
| Post subject: | Re: MultiBob, a multi symbol NB10.2(a) autotrader |
Hi Paul, firstly would want to commend you for all your brilliance and hard work with this EA I have been testing since last week and have been very impressed with the results so far. However, I have a question with the ATR stop loss, the EA has a static 200 pip SL and an ATR(5) stop loss based on daily candles. As I am more comfortable trading 24omin candles than daily candles am I right to amend the ATR timeframe to use 240min instead of the 1440 ? to trade the 10.2a strategy. Regards Femi |
|
| Author: | lucklogic [ Tue Oct 02, 2012 12:44 pm ] |
| Post subject: | Is this not incorrect |
Code: Select all If using the useCorrFilter, the EA is assessing if a prospective order is highly correlated to an existing order BUT if the result is true (that it is highly correlated, so is likely to move in exactly the same direction) THE TRADE is being allowed rather than refused The result of the argument - if ( isCorrelated( symbolNames[symbolIndex] ) ) return (true); should return (false) because we do not in affect want to repeat the trade twice |
|
| Author: | dietcoke [ Tue Oct 02, 2012 12:55 pm ] |
| Post subject: | Re: Is this not incorrect |
The return is for the whole function. It is just saying the sendtrade function completed successfully. No trade is opened here. |
|
| Author: | lucklogic [ Tue Oct 02, 2012 1:13 pm ] |
| Post subject: | Re: Is this not incorrect |
But a trade WILL BE opened exactly here, that's my point - see the full code module below that includes the OrderSend function Unless there is a refusal of some sort inserted, the code will go on and take the trade - therefore in effect duplicating the trade , the bool of the useCorrFilter is doing nothing, it certainly is not preventing a trade Code: Select all |
|
| Author: | dietcoke [ Tue Oct 02, 2012 1:29 pm ] |
| Post subject: | Re: Is this not incorrect |
Code: Select all |
|
| Author: | lucklogic [ Tue Oct 02, 2012 1:38 pm ] |
| Post subject: | Re: Is this not incorrect |
Oh ...............OK I can see that, now you have pointed it out It's a bit confusing though because it is returning bool = true for the sendSingleTrade () argument - when no trade was indeed sent !!! Thank you |
|
| All times are UTC | Page 27 of 53 |
|
Powered by phpBB® Forum Software © phpBB Limited |
|