-
string triger() { if(… if(… else return ("No signal"); What do you return here when all if's and else's are done? }
- An if(condition) statementA else StatementB; does A or does B and then the statement(s) after. If A ends in a return, then drop the else, B becomes the statement(s) after. If B ends in a return, reverse the condition and statements.
William Roeder:
- An if(condition) statementA else StatementB; does A or does B and then the statement(s) after. If A ends in a return, then drop the else, B becomes the statement(s) after. If B ends in a return, reverse the condition and statements.
thank,s

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
h write this function
but this error
'}' - not all control paths return a value