@kelrobot jstap is right. Without the link we can just speculate where the issue is.
Posts made by l'andorrà
-
RE: Change Meta editor to other terminal.posted in Questions & Answers
-
RE: I need urgent help for my robotposted in Questions & Answers
@emreizmir You can always limit the maximum amount of open trades at any moment by using this block:

-
RE: help recommend Backtest 100% Metatrader 5posted in Bug Reports
@tipok123 Can you please share the link to you project to take a look at it?
-
RE: How to set up an indicator that changes color?posted in Questions & Answers
@escrivaca Did you read this useful instructions page?:
https://fxdreema.com/instructions/builder/indicators
There you will find what jstap explained in a more detailed way. However, as far as I checked out, I'm afraid the indicator repaints. That would ruin any Ea you want to create based on it. Can you confirm it doesn't repaint?
-
RE: Can someone code my strategy please. It has good win %.posted in General Discussions
@ruan-0 This is not a trivial project to implement. Can you please share your current project to review it? I will be happy to help you.
-
RE: open trade when the candle crosses a vertical line drawn on chart.posted in Questions & Answers
@tipsywisdom This is another option for tipsy's condition block configuration:

-
RE: I Want ZIGZAG Strategy On My EAposted in Questions & Answers
@muneeb00 Great news. BTW, I wanted to say 10 connections and not just 1.

-
RE: [SOLVED] Get stats in a .CSV / Write to file blockposted in Questions & Answers
@jerkha Great! Thank you very much for sharing.
-
RE: Change Meta editor to other terminal.posted in Questions & Answers
@kelrobot I'm afraid I cannot answer the first part because I never used those platforms. On the second one, do you mean the same EA will run both trades on both symbols at the same time or several EAs running on different charts?
-
RE: Como puedo abrir una operacion cada X pipsposted in Questions & Answers
@kevdiaz Eso lo complica mucho. Para eso necesitas una estructura de variables que controle el valor del lotaje para cada próxima operación. Aquí tienes un EA de martingala ya completo que hice hace tiempo.
https://fxdreema.com/shared/CVGJ15jhd
Verás que no es una estructura trivial. Y por otro lado, no te recomiendo usar martingalas. Acaban destuyendo la cuenta en un momento u otro.
-
RE: How to set up an indicator that changes color?posted in Questions & Answers
@escrivaca Can you please share the indicator to take a look at it? You need to be sure its buffers can be identified correctly by fxDreema.
-
RE: I Want ZIGZAG Strategy On My EAposted in Questions & Answers
@muneeb00 If your project includes more than 1' connections you will have to pay a full subscription to download it.
-
RE: PARTIAL CLOSEposted in Questions & Answers
@kestra If I underatsnd correctly what you want, it should be the second option.
-
RE: How to control (X) percentage of the account balance in risk with various trades open.posted in Questions & Answers
@kelrobot This is how you can get the maximum amount of money to be risked with a constant and a variable:
https://fxdreema.com/shared/bnwH1Zwwc
You will need to specify that percentage as decimal positions. So 2% should be 0.02.
-
RE: If position blockposted in Questions & Answers
@piptheripper You'll find useful info here:
https://fxdreema.com/instructions/builder/groups-and-magic-numbers
-
RE: How to control (X) percentage of the account balance in risk with various trades open.posted in Questions & Answers
@kelrobot Well, that is not a trival thing to do. You will need a few variables controlling the open lot size right now. That another one to check it is not above you limit and so on. Do you have any initial project to begin with?
-
RE: open trade when the candle crosses a vertical line drawn on chart.posted in Questions & Answers
@saakian1 Don't you mean a horizontal line instead? A candle will always 'cross' a vertical line.
-
RE: How can I apply this condition, sell then buy then sell and then buyposted in Questions & Answers
@khalids222 Thank you very much for sharing.
