DanielManahan
Member
I want to create a fake stock chart using the random() function
Random returns a value between 0 to 1 which can be multiplied and manipulated with other math operators.
but what I am not seeing how to do is get a fractal pattern noise of larger random mixed with small random patterns because both the large and small share the same aggregation periods.
I need a large random pattern on a slow moving random pattern and a small random pattern on a fast moving pattern to create the fractal.
how do do this?
the manual is not clear what can be put between the () part of the Random() function. I experimented with putting number and/or stock symbols in the () but just get an error.
how to create a fractal using Random() so the results are something that looks and behaves like a real stock chart?
if this can't be done, then that proves that stocks are not random, and are not fractals.
Random returns a value between 0 to 1 which can be multiplied and manipulated with other math operators.
but what I am not seeing how to do is get a fractal pattern noise of larger random mixed with small random patterns because both the large and small share the same aggregation periods.
I need a large random pattern on a slow moving random pattern and a small random pattern on a fast moving pattern to create the fractal.
how do do this?
the manual is not clear what can be put between the () part of the Random() function. I experimented with putting number and/or stock symbols in the () but just get an error.
how to create a fractal using Random() so the results are something that looks and behaves like a real stock chart?
if this can't be done, then that proves that stocks are not random, and are not fractals.