Indicator rise / fall
-
Hello again
I dont know is it bug or what with indicator fall ... but rise indi open more trades in long term(much more). I compare both codelist and found this
different in codeline 24 (MQ4) :- double initial_level=-EMPTY_VALUE; (This is rise block and fall is without hyphen or minus before "EMPTY_VALUE;" )
OK ... maybe another need "-" because code is like mirror image .. I think problem is my projekt because i have many blocks after indicator and
is a custom indicator .. combiler dont show any erros or warnings ... when Build 664 come in ..I do not know to understand what I'm saying or anyone (or i
) -
Maybe it's something in your project. I can point to some problems even now, for example this block "check age" is most probably not working correctly, because it's meant to be used that way.
Otherwise you can always check if some conditions are not working properly in separate project that is as simple as possible. In this one... very hard to say what is not working really. -
OK ... yea ... thanks for the reply. I already have new ideas to get the robot to work as I want
