SMART MONEY CANT RUN
-
CAN HELP ME IMAKE SMART MONEY BASED CHOCH AND BOS AND I DONT KNOW WHY NOT RUNON MY META TRADER4?SMART MONEY(Bos--Choch).mq4
-
@justgod2000 said in SMART MONEY CANT RUN:
CAN HELP ME IMAKE SMART MONEY BASED CHOCH AND BOS AND I DONT KNOW WHY NOT RUNON MY META TRADER4?SMART MONEY(Bos--Choch).mq4

Not identified -
KNOW WHAT TO DO?
-
-
-
Al parecer hay variables no declaradas
-
speak english
-
Apparently there are undeclared variables
(use google translator - right click translate in browser) -
@justgod2000 said in SMART MONEY CANT RUN:
speak english

The problem is in these 2 blocks, do this, turn it off and try to use it, if it doesn't work, rewrite it correctly
-
Any variables called in custom code, still need to be created
-
@alok The errors indicate that the variables 'B', 'S', 'bodysize1', 'bodysize2' and 'bodysize3' were not declared before being used in the code. This can occur if these variables were not defined or if there was an error in their definition.
To fix these errors, you need to ensure that all variables that are used in the code are declared and defined correctly before they are used. Make sure these variables are defined correctly and that the names are spelled correctly to avoid typing errors.
If these variables are related to a specific indicator or function, check that the indicator or function is correctly included in the code and that all dependencies have been handled appropriately. Also make sure that the code is written correctly and that there are no syntax or logic errors.
-
@alok not work
-
@justgod2000
https://fxdreema.com/shared/LUWKYdIyb
Try this
6 Block = int B, bodysize1, bodysize2, bodysize3;
B_Body_Size_all=(B-bodysize1+B-bodysize2+B-bodysize3);
12 Block = int S, bodysize1, bodysize2, bodysize3;
S_Bodysize_all=(S-bodysize1+S-bodysize2+S-bodysize3); -
Hello, friends. I think that if some of the more experienced people could download the code, correct it and upload it along with the explanation of the solution in another thread, this would be much more efficient, and if others imitate it, several of the threads would be resolved much faster. that are floating without solutions or waiting in this forum.... It is a suggestion as an inexperienced user of fxdreema.