Hi @godwin-3 . It's better to use custom indicator for RSI Divergence.
Posts made by biztet
-
RE: HELP ME PLEASEposted in Questions & Answers
-
RE: Reopen Manual Orders Every time Closedposted in Questions & Answers
Hi @AMF606 . Do you mean everytime the manual trade is closed, a new trade will automatically open back? If that so, use these blocks, Trade closed > once per bar > buy/sell now. Should be placed in onTrade tab. Goodluck!
-
RE: One EA several signalsposted in Questions & Answers
@Deadllee , change Open per tick block to Open per bar block. That should solve the problem.
-
RE: One EA several signalsposted in Questions & Answers
Hi @aeivan , just make sure you set different group for each strategy, buy/sell.
-
RE: which blocks I need to keep 10 open deals, buy and sellposted in Questions & Answers
Hi @ZAHER-AHMAD . You can use trade count block to limit yoir trade.
-
RE: One EA several signalsposted in Questions & Answers
Yes, of course. You can do that @Deadllee. But it you're not a paid member, you'll need to split every group 1 ea each, as long as the structure doesn't exceed 10 connections.
-
RE: Tutorial 07 - Read prices from indicator objectsposted in Tutorials by Users
Hi @miro1360 . I'm trying to use the attached SnR indicator.
0_1609611478380_SS_SupportResistance_v04c nmc.ex4
Could you please guide me how i can define the object for SnR? I failed to use the prefix because the name cannot be separated between Support or Resistance. Thanks.
-
RE: How do I set up EA to Execute once per EMA cross?posted in Questions & Answers
@burnsm16 , your trigger is crossing ema. The middle operand should be x> or x<.
-
RE: how to transform a Fxdreema project here into an indicator?posted in Questions & Answers
Then it's impossible because fxdreema only generate ea, not indicator. Try to find good indicator for that.
-
RE: How do I set up EA to Execute once per EMA cross?posted in Questions & Answers
@burnsm16, for open trade, use condition>once per bar>buy now. Make sure both MA candle ID is 1.
-
RE: Open New More then one trade at a timeposted in Questions & Answers
@deadllee then you can change the tick to bar, and still use the trade count block.
-
RE: Open New More then one trade at a timeposted in Questions & Answers
Hi @Deadllee , You can use Once per tick block and limit your trade with trades count block.
-
RE: Condition " if current market = EURUSD"posted in Questions & Answers
Hi @Xander , what do you want to achieve from this? If you just want to fixed the symbol to EURUSD only, you can use the block as below, and it will be the head of your structure.

-
RE: como agregar interés compuestoposted in Questions & Answers
@YADER-MAYORGA , its in Buy now/Sell now block.
-
RE: Price wicking into EMA but rejecting this areaposted in Questions & Answers
@markwarb , you can use this block.

-
RE: Move Stoploss to "In Profit" Positionposted in Questions & Answers
@lucius________, you can use Break Even block.
-
RE: Stop trades under other conditions than trailing stopposted in Questions & Answers
Wow... Lots of adx. With structure like this, if you could share a link to your project will be much better for @l-andorrà to have a look.
-
RE: EA Not placing order on specified day/time.posted in Questions & Answers
Hi @didymario7 . could be the condition never occur at the specified time?