Xfire is right. We need to seehow the blocks are configured to give you an answer. You logic tree is apparently right, but obviously the issue must be inside.
Posts made by l'andorrà
-
RE: Multiple tradesposted in Questions & Answers
-
RE: Trailing Stop Issuesposted in Questions & Answers
I don't see the trailing stop structure in your first project. And The seond one is correct. I don't understans why it opens trades when it shouldn't.
-
RE: Multiple conditions in parallel (OR condition) for BUY ordersposted in Questions & Answers
Ooops, you're right! XD
-
RE: good evening some of you know how to set the conditions that my action should be composed as soon as two other actions go down or up Example: I have to open on the ruble as soon as the oil price goes up thanksposted in Questions & Answers
I'm sorry, but I speak Spanish, not Italian. I'm not sure about your answer.
-
RE: Setting Up SL and Trailing Stopposted in Questions & Answers
Firstly, I strongly recommend you to separate the trailing stop block and both 'close trade' blocks from their current postions. You should create separate tree structures for them. On the other hand, I also recommen to specify candle ID 1 on all operands of your condition blocks. Now you're combining candle ID 0 with candle ID 1 here and there.
-
RE: Taking tradeposted in Questions & Answers
Why should I? This is not my website, unfortunately.
I cannot guess how I can help, sorry. -
RE: progresión negativa en las ordenes en ejecuciónposted in Questions & Answers
Buf, es una cosa complicada de hacer. ¿Tienes algun proyecto inicial sobre el cual empezar a trabajar?
-
RE: Stop the EA when positions are in progress and Start again after closed position.posted in Questions & Answers
@fabiobioware said in Stop the EA when positions are in progress and Start again after closed position.:
@l-andorrà said in Stop the EA when positions are in progress and Start again after closed position.:
Are all your block IDs correct? I see the trailing stop is programmed to happen BEFORE the buy/sell lauchers. Same for all blocks connected below block 1428. The flag one is suppoed to be executes the last of them all, once all lines have been drawn.

Hi @l-andorrà yes, all block ids are correct, my trailing stop
this to start as soon as the price touches 150 pips above the price and drag it to 75 points and walk every 50 points.
But my biggest concern is to activate or deactivate the block that updates the variable.There are no variables in this imaghe, but constants only. You will never be able to modify them. They are input partameters and that means they are and will always be fix. The only way they can be initialized is by creating true variables. I guess you don't know how to create the input parameters ands them making them reinitializable, maybe?
-
RE: Problem using old indicator need help on start() vs on calculate()posted in Bug Reports
@xfire said in Problem using old indicator need help on start() vs on calculate():
@l-andorrà
No. i will checkMy question was for Bsalamone.

-
RE: Chart modified Blockposted in Questions & Answers
You're welcome. Tell me if that works, please. I never tried it.
-
RE: EA OPEN ONE DEAL ONLY ?WHYposted in Questions & Answers
I don't this there is a best slippage. Thechnically the best one is 0, but that will never happen. I think that the one offered by defaulty in fxDReema is good for most of your EAs. Just an opinion.
-
RE: Help with conditionposted in Questions & Answers
Doncs no t'imagines la meva alegria. Porto ja gairebé 4 anys aquí i ets el primer català que em trobo (jo sóc andorrà, com indica el meu avatar, ja, ja).
Pel que fa a les teves preguntes, la veritat és que no hi ha cap solució màgica a l'hora de crear un EA que funcioni. Jo encara l'estic cercant!!

Efectivament, pots fer servir el block "Send email" just a sota dels blocks "buy now" o "sell now" i te l'enviarà, però hauràs de tenir configurada l'MT4 perquè te'ls faci arribar bé. Això fxDReema no hi fa.
-
RE: Issueposted in Questions & Answers
In that case I recommend you to contact the administrator. I cannot offer an explanation for that, sorry.
-
RE: good evening some of you know how to set the conditions that my action should be composed as soon as two other actions go down or up Example: I have to open on the ruble as soon as the oil price goes up thanksposted in Questions & Answers
First of all, is that symbol included in your pip size rules?
-
RE: Help with conditionposted in Questions & Answers
Bones Sergi. Benvingut a fxDreema, si et puc donar un cop de mà, només m'ho has de demanar.
Jo no sóc un especialista en indicadors, però crec que pòdries mirar d'afegir-ne algun de volatilitat. Vols treballar com a scalper, potser? -
RE: Multiple conditions in parallel (OR condition) for BUY ordersposted in Questions & Answers
You can alway try this, but results can be very weird:

-
RE: Stop the EA when positions are in progress and Start again after closed position.posted in Questions & Answers
Are all your block IDs correct? I see the trailing stop is programmed to happen BEFORE the buy/sell lauchers. Same for all blocks connected below block 1428. The flag one is suppoed to be executes the last of them all, once all lines have been drawn.
-
RE: Cant find option for renko candles! HELPposted in Questions & Answers
Renko candles are not available by default in fxDReema. You will need to import a custom indicator to do that.
-
RE: Chart modified Blockposted in Questions & Answers
You can create 2 variables. One to catch the current timeframe:

And another one to detect a change in the value of the previous one.
