phil_trade wrote:Paul
a bug appear when stack price reach on AUDNZD H4 trend trade. EA open 5 trades.
multi bob last version
Philippe
me too just now
phil_trade wrote:Paul
a bug appear when stack price reach on AUDNZD H4 trend trade. EA open 5 trades.
multi bob last version
Philippe
formatix wrote:I already reported this. There is a bug somewhere in the stacking trades function. Hopefully it will be resolved.phil_trade wrote:Paul
a bug appear when stack price reach on AUDNZD H4 trend trade. EA open 5 trades.
multi bob last version
Philippe
thanksBaluda wrote:New version MultiBob v1.1.7 in post 1.
Changes:Have a nice forex-free weekend.
- Fixed bug in stoploss calculation, TY Ron
- Fixed bug in stacking logic.
Paul
Thanks Paul,Baluda wrote:New version MultiBob v1.1.7 in post 1.
Changes:Have a nice forex-free weekend.
- Fixed bug in stoploss calculation, TY Ron
- Fixed bug in stacking logic.
Paul
I have a somewhat related issue. For me, XAGUSD & XAUUSD appears when both using autoSymbols & manually adding to symbolsToTrade. However, they have no values for WP & MP, etc. -- every value is zero. And this is not an issue with Historical Data.Carioca wrote:XAGUSD and XAUUSD will not appear on the screen using autoSymbols
Code: Select all
if ( onlyTradeCcyTwice && symbolValues[symbolIndex][iOpenTrades] < EPSILON )
{
if ( !isThisPairTradable( symbolIndex) ) return ( false );
}Code: Select all
if ( onlyTradeCcyTwice && symbolValues[symbolIndex][iOpenTrades] > EPSILON )
{
if ( !isThisPairTradable( symbolIndex) ) return ( false );
}