Hello!
I recently started to play around with custom blocks and I got an issiue I cannot find an answer to fix it.
On the screen below is a fragment of the custom code, what I want to do is "extract" the bools value of
Daily_Profit_Reached
Weekly_Profit_Reached
Monthly_Profit_Reached
and for example write those bools within the "comment" block in FxDreema.
I've managed to get only one value with:
if(Profit_Reached == true)
{~next~}
else
{~inext~}
And connect another block to the output of this custom block, but I cannot find a solution to "reach" all 3 bool values and use them with standard blocks.
If anyone can help me that would be awesome!
Cheers!
