@tushar start with
No Trade > Buy/Sell Now > Close Trade
@tushar start with
No Trade > Buy/Sell Now > Close Trade
If possible you can split to 2 ea,
1 for buy, 1 for sell.
Why don't you just make it close every time the total profit is $1?
You need to create variable for each indicator.
You can use pass > modify variable block to call out the indicator.
Yeah, change option for OCO to Yes. So there will be no pending order left when any trade hits TP/SL.
Sorry i just look from my phone. Did u use the OCO function for pending order?
Better do forward test.
What do you mean by doesn't trade? Price didn't hit your pending order?
I think you need to assign group number for each trade.
@myworld2u for this type of indicator, looks like it shows trend.
Usually for trend, i suggest you add extra condition for trade signal.
If Red > Look for buy signal > BuyNow, vice versa.
@sonnybatet-0 AO & AC are standard indicators. Not admin's work.
@sonnybatet-0, compare value AO with candle id 1&2, bigger or smaller than. That's how you should do it.
Just make it simple.
Price x> ma, close all
Price x< ma, close all
Understanding how to work with fxdreema is like you giving instruction, explaining to your worker step by step how to do the job.
Good luck with that. 
This is the place where you can find the buffer for any indicator.

Buffer0 = ArrowDown
Buffer1 = ArrowUp
That value is the current price, right?
Have you tried Buffer0 > 1?