Plotting problem
-
I have a problem in plotting buy/sell triangles.As it was shown on the plot, triangles are under candles.How can I solve this problem:(
link url)
-
Without knowing what you did is difficult to say what to do.
The standard configuration is meant to draw the markers away from the price. You are probably using a custom one.
-
You're right. I have added buy/sell observer by code.I want only buy/sell triangles on the plot, so i have added it by the code. How can I apply default configurations?
Thanks a lot. -
@siavash said in Plotting problem:
How can I apply default configurations?
You obviously don't want the default configuration because you have removed it.
Configure the
BuySell
observer - See Docs - Observer Reference and thebarplot
andbardist
parameters.