Hi faustf,
I've seen that you have several posts where you ask for coding help. My question is do you know how to code?
I ask this because if you don't know how to code, it won't help much to explain what to do and how to solve many of the problems you raise. Basically you wouldn't understand anything just as you don't know how to interpret the problems in front of you.
Let me give you some advice:
- Please note that we cannot do the "dirty" work for you. Don't abuse our knowledge for us to fix free code from e.g. the CodeBase section (or from any other place). You may get lucky and someone may help you, but understand that you can't use the forum to just fill it with "fix this for me, please" requests. If you are really interested in coding, show your attempts, or if you don't want to learn to code, hire a programmer in the Freelance section where for a modest fee you will get a professional job.
- Many of the problems are already solved in the forum (some of them for years). Use the search engine to find related threads on the topic you are looking for.
hi guys i ahve this control in middle of script
why return warning expression is not boolean ?
It will work but here is why the warning comes.If the modulo is bigger than one its no longer a boolean .
You can just alter it to this
if((ij%2)!=0){//with remainder }else{//without remainder }
I've seen that you have several posts where you ask for coding help. My question is do you know how to code?
depend what you intend for do you know how to code? , you'r question is very generic , you can be more specific ?
I ask this because if you don't know how to code, it won't help much to explain what to do and how to solve many of the problems you raise. Basically you wouldn't understand anything just as you don't know how to interpret the problems in front of you.
Let me give you some advice:
- Please note that we cannot do the "dirty" work for you. Don't abuse our knowledge for us to fix free code from e.g. the CodeBase section (or from any other place). You may get lucky and someone may help you, but understand that you can't use the forum to just fill it with "fix this for me, please" requests. If you are really interested in coding, show your attempts, or if you don't want to learn to code, hire a programmer in the Freelance section where for a modest fee you will get a professional job.
- Many of the problems are already solved in the forum (some of them for years). Use the search engine to find related threads on the topic you are looking for.
Thanks for the tip, I'll certainly take it into account, the magnifying glass is very small, but I already knew it, I've never asked anyone to solve it for me, can you also tell me where the error is without solving it, perhaps by making an explanation that is more of the 3 lines you find in the manual, if one day I earn millions in trading I'm sure I'll have the programmers do the programs but since I don't get anything out of trading for the moment I'll try to do it with my own strength
It will work but here is why the warning comes.If the modulo is bigger than one its no longer a boolean .
You can just alter it to this
thanks so much , you fix if i understund good is like if it is divisible by two and returns zero
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
hi guys i ahve this control in middle of script
why return warning expression is not boolean ?