Yes, Mr. Rastev always answers all questions. However, he takes his time to do it. Some times, more than one week.
Posts made by l'andorrà
-
RE: Is there a contact person here at FXDREEMA? I have sent in a question...no answerposted in General Discussions
-
RE: Mr fxDreema - Trade Comment is missing for Close Position & Trailing Stop Blocks etcposted in Questions & Answers
@fxfun I support this motion. I would also would like to know the plans for fxDreema.
-
RE: zigzag projectposted in Questions & Answers
@gunji80 fxDreema cannot be used to create an indicator. The best you can do is an EA tryiny to emulate an indicator, but never an indicator itself.
-
RE: Backtest vs demoposted in Questions & Answers
@subotai Both 'if trade' blocks are specified for buys only, not sells. Additionally, both 'pips away from open price' blocks are using different 'adjust' multipliers.
-
RE: EA using conditions based on different time scalesposted in Questions & Answers
@papaskindog The logic is correct. However, I would remove the '*10000' part in the 'adjust' box.I guess the ATR value doesn't need any modification.
-
RE: alerts messageposted in Questions & Answers
@ttu22 You need to add a 'once per bar' block below each 'no trade' or 'if trade' bloak to get just one alert. You need to write any text on all 'label' boxes for the block to show that info.
-
RE: PRIMERO ACTIVAR BREAK EVEN Y DESPUES TRAILING STOPposted in Questions & Answers
@deiby Excelente. Aquí tienes la alternativa para el trailing stop. Elimina todos los bloques rosa y usa este inmediatamente conectado debajo del bloque 'Pass':

Ahora tendrás dos bloques azules conectados al bloque gris de Pass. Este bloque de trailing stop debe tener un número ID superior al del break even, eso garantizará que primero se ejecutará el break even y luego el trailing.
-
RE: EXPERTS, PLEASE HELP and SHAREposted in General Discussions
@tradeandearn-0 Ok Now I see the problem. fxDreema cannot increase the amount of lots of an open trade. What it does is opening a new trade with a new lot size. Is that what you want?
-
RE: Como hacer cierre por velasposted in Questions & Answers
@diazoviedo Crea una variable de contador e inicialízala a 1 en la vela de apertura. Vas anadiendo +1 a dicha variable por cada nueva vela pasada y finalmente usas un bloque condicion para comparar si el valor de la viariable ha alcanzado en número de velas que quieres. Si es así, cierras la operación.
-
RE: 2 Take Profit Levels for one tradeposted in Questions & Answers
@tfulls12 No, do not remove block Id 6. Its current settings are correct. That is exactly the way to find the distance at which the partial close is expected to happen.
-
RE: PRIMERO ACTIVAR BREAK EVEN Y DESPUES TRAILING STOPposted in Questions & Answers
@deiby De acuerdo. Te sugiero quie confirmes que el braek even funciona correctamente. Elimina los bloques de color rosa y deja todos los demás. Testea el bot y confírmame que el break even por sí solo funciona, por favor. Luego añadiremos el trailing.
Y por favor, no dupliques hilos. Te he contestado en el otro y ahora veo que está duplicado. Sólo te contestaré en este. ¿de acuerdo?
-
RE: BREAK EVEN Y TRAILING STOPposted in Bug Reports
@deiby Sí, que la tiene, pero no es trivial de crear. ¿Puedes compartir tu proyecto, por favor?
-
RE: 1 buy 1 sel lineposted in Questions & Answers
@yazar-ilyas Please do not share personal emails in public. You can do it via private message.
-
RE: Trouble with custom indicator questioned changed as I am dealing objects (I think)posted in Questions & Answers
@goatan If your EA is searching for some specific objects on chart, yes, you need to attach the indicator to the chart. Same situation for MT4 and MT5. Obviously that is not necessary in backtesting. Then you just need the indicator to be installed on your platform.
-
RE: only sell condition (8) executes? can anyone help please?posted in Questions & Answers
@gligroup Can you please share the latest version?
-
RE: EXPERTS, PLEASE HELP and SHAREposted in General Discussions
@tradeandearn-0 Can you please share your project instead of just showing those screenshots?
-
RE: HOW WORKS "FORMULA" BLOCK????posted in Questions & Answers
@genesys Please open a new thread for your issue.
-
RE: Basic Condition will not always work (candles and MA's)posted in Questions & Answers
@julianrbach I don't see which block of your project is comparing the value of close candles to those blue spots. Where do they come from?