Forum

genetic algorithm stopped working

... yeah, i have this strange thing happening - whether i have the "Genetic Algorithms" box during optimization checked or not it still trots all mud meticulously one by one iterating all inputs. anyone has any idea why?.. ever seen anything like that? . I think that i had it once, and

Question about OBJ_TRIANGLE

Question about OBJ_TRIANGLE can this type of object be moved around and positioned on the chart using 3 coordinates with ObjectSet(obj_name, OBJPROP_XDISTANCE,x_coor); ObjectSet(obj_name, OBJPROP_XDISTANCE,x_coor) ; .. to achieve a positioning relative to left+top corner of sequrity window as with

Triangles relative to WINDOW, NOT chart?

So... It turns out that I cannot place anything else but TEXT (aka LABEL) with coordinates relative to window.... I had an idea for a graphic representation of signal meter that has do to with triangles -- got all exited - sketched out all the trigonometrical calculations - set down to code and it

Need A Quick Help: iTime() shows ZERO...

Hi, everyone, So, I have a following situation, I'm making an EA for the M5 timeframe - and this is where i test it, but i want to be collecting some data from the M1 frame meanwhile... when I run it in test the iTime(NULL,1,0) gives me zero... but the iTime(NULL,5,0) give me the legit 5 minute bar