Variables constantly changing
-
Hi,
I've been having this problem for a long time, and it has recently gotten worse making it literally impossible to build an EA. Every time i put a variable in a block, it will randomly change to another random variable. It will do this for most variables and each time i change it back i open the block it's changed to something random again. Every time i download an EA i get a critical error because my variables are never set where they should be. Could somebody please help.
Thank you,
Kade -
simple example?
-
https://fxdreema.com/shared/cZqWTP8Jb
Variables in 56, 57 and 43 randomly change for no reason.
ie the output from 56 should be for ATR_Calc but may randomly change to Stop, causing a critical error.
-
I dont see a problem, it open trades without problem ..
... maybe are you asking why is variable "Stop" changing? it is, because for it calculation is used ATR indicator ... ATR is average true range for some period and it is logically changing - therefore ATR is reason ...
-
See image below, i press accept and then open the block again and its changed from Buy_Level to Hours_Range for no reason.


-
@fxDreema you can check it, I was not able replicate this issue, maybe it is something special

-
Please, i'm wasting money on this for a couple of weeks now - causing me issues with any EA i try to build. Thank you
-
Try working with Firefox or something else, u have alot of problems with chrome.
-
Thanks, the problem isn't as bad with firefox but its still happening. Hard to tell if errors are my fault or variables changing.
-
@edak you have an error with the number of each block, you need to be continuous, like 1,2,3,4,6,7... and your EA is 15,19,1,2,3,6,7,8,4,9,5 or something like that, and its wrong, in the examples theres a guide for that error
-
@edak said in Variables constantly changing:
it will randomly change to another random variable. It will do this for most variables and each time i change it back i open the block it's changed to something random again. Every time i download an EA i get a critical error because my variables are never set where they should be. Could somebody please help.
Thank you,I am having the same problem