Mathunya / Publications
Forum
icustrom buffer-get values from indicator buffers
I am trying to write ea that will place buy when the indicator show arrow sell or buy. I am using icustorm to do that but i am struggling with comparing values. here is my code: void OnStart() { //--- double sell=iCustom(NULL,0,"myIndi",0,0); double buy=iCustom(NULL,0,"myIndi",1,0);