I'm sorry, can't do that. I spent hundreds of hours to figure that out........

Just kidding, Josi.....
As I got no clue about coding, I was simply trying to fix the width of the lines......and uuppps....it turned out like this. Kind of liked it, but need to see that in real time.
I expect it to give a hint for possible longs and shorts and one can also see the actual volume spikes popping up behind it. Never used such indicator though. Any input from the ones with experience is appreciated.
Here are the changes I did to the Draw Line parameters...
Code: Select all
SetIndexBuffer(0, ind_buffer1); SetIndexStyle(0, DRAW_HISTOGRAM);
SetIndexBuffer(1, ind_buffer2); SetIndexStyle(1, DRAW_HISTOGRAM);
SetIndexBuffer(2, ind_buffer3); SetIndexStyle(2,2, DRAW_LINE);
SetIndexBuffer(3, ind_buffer4); SetIndexStyle(3,2, DRAW_LINE);
SetIndexBuffer(4, ind_buffer5); SetIndexStyle(4,2, DRAW_LINE);
SetIndexBuffer(5, ind_buffer6); SetIndexStyle(5,2, DRAW_LINE);