Dislikedjeanlouie can you help me out i tried add buffers just only sell is working buy has been attached with sell i am failed to making them working individually . {file}Ignored
- to display arrows in another window, replace buffer arrows with object arrows
- the buy/sellsignal buffers haven't been set to draw_arrow, follow the example of existing buffer arrows in the indicator
- in the reset section in oncalc, youre giving the buy/sellsignal buffers values of price, they should be empty or 0, like the signal[] buffer already there
- in the buy/sell conditions in oncalc youre also giving the buy/sellsignal buffers values of price, it has nothing to do with the histogram and will warp it
- give the buy/sellsignal buffer values of something like 1/-1/0, or values of some other histogram value
- in the pic ive set the buy/sellsignal buffers as drawarrows with clrLime and clrRed and codes of 233 234 via setindexarrow right after setindexbuffer, and just gave them a random value of 10/-10