Indicator Appear and buffer question
-
@bmarchand , 4/6/8/10 should be the correct buffer referring to the color you want to use.
Have you check if the indicator repaint / delay like fractal? -
@biztet It's a paid indicator, I don't think it repaints. I tried indicator appear and indicator visible. But using the regular indicator and custom indicator the buffer number only goes to 7.
I tried the imported indicator again with the numbers to match color again but did not work.
I tried with candle id at 0 and candle Id at 1
I'm lost. Lol -
@bmarchand , if you don't mind share with me your paid indicator so i can have a look, you can email at biztet@gmail.com.
-
-
Sorry @bmarchand , I've tried to run the indicator but it cannot load. I'm not sure why.

-
@biztet I think he has some kind of lock on it thru the marketplace, thanks for trying. I sent the owner an email to see if he knows why I can't get it to work
-
Ok. Goodluck.
-
Would it be possible to close a trade if I see Any Buffer Outputs, as I only have the 1 indicator running and the only buffers that get thrown should be from that indicator
-
Well...I can't say since i couldn't load your indicator.
Logically, YES you can. -
@biztet would I use condition? I need something like any buffer greater than 0 or with a value
-
Sorry @bmarchand i don't know how i can help you without seeing the indicator.
But from my experience using custom indicators, You can use any buffer / object / price level / value as long it doesn't repaint / delay and possible to be identified. -
@biztet I understand you can't see the indicator, I was just asking in general. I have been in contact with the owner of indicator, he is going to send me a sample code to get info out of.
But to my question if I wanted to set a condition to say the buffer value is nil, then any buffer shows up to do something
would I want to look at condition, indicator appear, indicator visible, etc.
I'm learning--and appreciate your help -
Ok @bmarchand. Maybe the owner/seller can help you with this.
-
OK so I got it to work, I am closing trade when buffers are greater than 0, works, problem is, I think it closes all trades running, not just on the current chart. Can someone point me in the right direction, I have multiple charts open and I want it to close trades on current chart only
https://fxdreema.com/shared/ElaKpY1oc -
I'll try close, instead of close trades
-
In Group Mode, change to Group #.
-
@biztet do I need anything in the #box
Oh I see, I would have to open the trade under a group number, that won't work as I have another EA opening trades from a paid indicator, this EA only closes, so it just has to recognize that there is a trade, then if conditions are met, close that single trade

-
OK, just about have it, one more question, when my buffer is activated, it waits for the next candle to actually close the trade, is there a way to make it close the trade as soon as it sees the buffer activate?
-
@bmarchand make the Candle ID = 0 for that buffer.
-
@biztet Thanks, I set that in the more settings in conditions block, is that correct