Experts: Coin Flip - page 2

 
Vladimir Karputov:

The language is getting stricter all the time. Replace in the specified lines with false.

Thanks, it worked
 
What is the best parameter setting? My backtests are all in the red, did I not set them correctly somewhere?
 
Hi first of all thanks for sharing the expert advisor for free, i just wanted to say that for me it doesnt work it gives 2 errors : 
'INIT_FAILED' - expression not boolean Coin Flip.mq5 359 20
'INIT_FAILED' - expression not boolean Coin Flip.mq5 365 17

 
@elmahdi #:
Hi first of all thanks for sharing the expert advisor for free, i just wanted to say that for me it doesnt work it gives 2 errors : 
'INIT_FAILED' - expression not boolean Coin Flip.mq5 359 20
'INIT_FAILED' - expression not boolean Coin Flip.mq5 365 17

Yes, the code does not compile correctly. Change those lines to ...

return(false);