@fran Siempre puedes crear nuevas variables true/false que detengan la estructura de lanzamiento de operaciones mientras hay esas condiciones no se aplican en este momento. No necesitas un bloque concreto. Basta con que añadas una condición más que sea false cuando no sean todas las otras ciertas y true cuando seá así.
Posts made by l'andorrà
-
RE: do not open operationsposted in Questions & Answers
-
RE: Max and miniumum stop loss / take profitposted in Questions & Answers
@piptheripper So If I undertand it correctly, you need the EA to compare two distances: 20 pips or the lowest price of the previous 5 candles. Whichever is lower will be applied and in no case it will exceed 20 pips. Is that correct?
-
RE: Reset lotsize after all trades closeposted in Questions & Answers
@lali Then you need to connect the 'modify variables' block at the bottom of the 'For each closed tree' branch.
-
RE: Press Button Draw buttonposted in Questions & Answers
@johntyr Do you really need infinite buttons on the chart? What is the point for that?
-
RE: Check Profit (unrealized) Take Profit point not showingposted in Questions & Answers
@bhadzlagayan You can use a 'Comment' block for that, but I don't fully understand what you exactly mean by 'how much the price should move'.
-
RE: Average loss of recent operationsposted in Questions & Answers
@luanainteglia You will need some variables for sure. How many closed trades should the EA look for?
-
RE: closing price minus X times the ATR.posted in Questions & Answers
@kepler En ese caso necesitas crear una variable y almacenar el valor del ATR en ese momento inmediatemente después de abrir la operación así:

Puedes usar entonces ese valor de la variable en el bloque de Trailing stop.
-
RE: Add Symbol to Alert message NOT labelposted in Questions & Answers
@daverawcus This one is for real programmers. I'm afraid I have no idea about this, sorry.

-
RE: hi, I created a project , it's a hedging method in nasdaq. i want to close all trade when once the current loaded trade SL or TP hit, so I used "TRADE CLOSED" block on "ON TRADE" tab but it's not working can you help pleaseposted in Questions & Answers
@nasru Then it's weird because it should work. I don't see any problem in teh logic. Can you please try changing the 'group mode'? Try it woth 'group#/ only everywhere.
-
RE: bloque para comercio cerradoposted in Questions & Answers
@cristian-0 No entiendo exactamente lo que pides. El bloque ya hace eso. Lo que pasa es que lo hace una vez para cada una de las operaciones cerradas en la plataforma hasta ahora. ¿Es posible que lo que quieras es que sólo se fije en la más reciente cerrada?
-
RE: trendline indicator manual freeposted in General Discussions
@max-c Apparently fxDreema cannot identify the buffers. You can try it manually with these tutorials:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file -
RE: do not open operationsposted in Questions & Answers
@fran Not sure I fully understand. Can you please be more specific?
-
RE: How can I best setup this close partial trade at every pips awayposted in General Discussions
@legitimate You will need to use the 'on trade' tab to do that. Using the 'on tick' one is more complicated. Only the first initial trades should be opened cia the 'on tick' tab. Then all trades later one should be open with the 'on trade' tab.
-
RE: Grid System trying to reduce dd by closing highest and lowest position with small gainposted in Questions & Answers
@badboydjl I don't fully understand what you mean. Can you please upload a screenshot with a visual example?
-
RE: Stop trading when win a tradeposted in General Discussions
@eswar You will need one variable to control that value. You can use a boolean variable initialized to false with a 'once per week' block. Than when that pip target is reached the variable is immediately moved to 'true'. Finally you will need a condition block on top of your launching structure with the variable set a s 'false'.
-
RE: Reset lotsize after all trades closeposted in Questions & Answers
@lali You will need a 'modify variables' block inwich your 'actual_lot' variable should be reinitialized to 0 connected immediately below the corresponding 'close trade' block. However, I'm not sure if the will work in your case because I don't see wich conditions are those defining when the lot size increasing is over.
-
RE: Max and miniumum stop loss / take profitposted in Questions & Answers
@piptheripper Not completely sure what you mean. Can you please upload an image?
-
RE: Fib Entry based on Fractalsposted in Questions & Answers
@gurpals That is not a trivial project. Don't you have any initial project to begin with? You will need several variables controlling those values.

