How to remove the default information form fxdreema? I mean the spread info.

How to remove the default information form fxdreema? I mean the spread info.

sorry late reply..please see on share link..when i try on demo account..i manually enter the post..the ea not working on pending order.
i would like to make semi-auto...first post enter manually and the rest ea will handle.How do i start?do i need to start at On Trade section or On tick section?wht the best block to use to start?I want to enter position manually and ea will do the pending order..could some one help me with this?
you mean both is in two different condition,but both open BUY?
How to remove the default information form fxdreema? I mean the spread info.

@xfire said in Crossover Help:
@adeel the best way for check market activity is the ATR indicator.
if you want to trade without SL it is very dangerous. i using a far SL, for example, i using Tp=10 and SL=80 but this SL not really work.
i control my SL by EA and Exit indicatorEA cant identify the market, that just working with content data, isn't an AI, so if you can find a great strategy the then your EA can working with any signal.
for example, currencies are different from Gold, i created an EA with 2 variable and when change those EA can working with Gold
@Xfire could you to us how your idea on using ATR indicator?
thank you.just found out now

i share my link here:-
https://fxdreema.com/shared/b59dlvoYb
the position open correctly,but i have problem on close the position.I try to close the position when the candle close under the MA.It is not working,could some one help me?

why do we have two icon condition here?are there any different of it?I read on the info,seem like different,but not quit understand.Could some one help in me in details pls?Thank you
@roar said in close all when total profits reach:
@dragonfly617 Mql4 function OrdersTotal() will return the number of trades, so you can make a block like this:
Note that the function will also count the pending orders.
how did you put custome code at section?at profit amount?