@haidang8055 Programming that with fxDreema would be an impressive project in itself. I recommend to find a custom indicator making all those fibo calculations and thn import it into your fxDreema account. That will make it a lot easier to implement.
Posts made by l'andorrà
-
RE: How to Create a Bot set SL and TP with Fibo retracement levelposted in Questions & Answers
-
RE: Need help telling bot what to do, Help please?posted in Questions & Answers
@tt You can remove all those 'AND' blocks in teh project. Linking the blocks one on top of the next one is doing exactly that. On the other hand I see you already use correctly different timeframes on different blocks. However, all you blocks are working on candle ID 0. I recommend to change them to candle ID 1.
-
RE: what is The way to transition between the close ?posted in Questions & Answers
@khalids222 You can use the 'trade closed' block on the 'on trade' tab to do it, for example. Do you need it to open instantly? If so that would be the most efficient option.
-
RE: How am I going to start building an EA.posted in Questions & Answers
@miroslaw You should disconnect blocks 7 and 9 form block 4. In general, 'For each trade blocks' should always run separatedly.
-
RE: How am I going to start building an EA.posted in Questions & Answers
@miroslaw Did you try it? Can you please share your project?
-
RE: ea sudderk stopped workingposted in Questions & Answers
@johnplayer102 Can you please share the link to your project?
-
RE: Need help telling bot what to do, Help please?posted in Questions & Answers
@tt Apparently you just need all those condition blocks linked together. Do you have an initial project to begin with?
-
RE: HULL MA X< OR x> MA not working right.posted in Questions & Answers
@johann-0 Check this indicator doesn't repaint. If it does, do not use it and look for a different one.
-
RE: divergencia con stocasticposted in Questions & Answers
@digimax Lo mejor es mirar de buscar otro indicador que sea fiable.
-
RE: move tp to breakeven is it possibleposted in Questions & Answers
@max-c That is very dangerous. Do you mean moving the SL just when the trade is 1 pips in loss? Not sure your broker will accept that.
-
RE: Delete object when price crosses level?posted in Questions & Answers
@highmoose The problem is defining 'touching' the box. Do you mean the price levels of the highest and lowest positions of those boxes? If so you need to store the value of those levels into variables and then use condition blocks to check if price hit them later. If that happens the box is deleted.
-
RE: Trying to trail a pending order on the trendline position.posted in Questions & Answers
@saakian1 You selected to modify the take profit, not the pending order itself.
-
RE: what is The way to transition between the close ?posted in Questions & Answers
@khalids222 I'm afraid I don't fully understand what you mean. Some more details would be appreciated.
-
RE: Mostrar Profit de Grupo "Profit Group"posted in Questions & Answers
@digimax Siempre puedes crear una variable en la que insertar ese valor mediante un bloque 'for each trade'. Aquí tienes una posible fuente de inspiración:
https://fxdreema.com/shared/VGwyXBwxb
En mi ejemplo ciento pips, pero tu puedes escoger ganancias y filtrarlas por grupo.
