How many trades can be open at the same time?
Posts made by l'andorrà
-
RE: Rsi with trailing stop of PERCENTAGE FROM THE HIGHEST PRICE AND THE ENTRY AND THE LOWEST PRICE FOR THE SELLSposted in Questions & Answers
-
RE: The robot does not draw linesposted in Questions & Answers
Can you please share the link to the project?
-
RE: who can assist me to program thisposted in Tutorials by Users
That is a very complex structure to build. Creating ot from scratch is not a trivial thing to do. I can provide some help if you do the main part. What I will not do is doing it all.
Do you have any initial fxDreema project to begin with? -
RE: How to make use of COUNTER PASS BLOCKposted in Questions & Answers
@Olahmide That means all blocks connected below it will be executed no more than 'n' times and never again, no matter how much time the bot is on. However, you can reset that condition and count 'n' again.
-
RE: Percentage Trailing stop from highest price back to Entry for the buy and lowest for sellsposted in General Discussions
This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: who can assist me to program thisposted in Questions & Answers
This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: who can assist me to program thisposted in Tutorials by Users
Do you want someone here to make this bot for you?
-
RE: Rsi with trailing stop of PERCENTAGE FROM THE HIGHEST PRICE AND THE ENTRY AND THE LOWEST PRICE FOR THE SELLSposted in Questions & Answers
What do you exactly mean by 'percentage from the entry price to highest price for buys and lowest price for the sells'?
-
RE: i need help to program this strategyposted in Questions & Answers
@creatingrobot Does it mean you didn't consider any of the aspects I pointed out? Then I strongly recommend you to focus on the repainting part first. If the indicator repaints, the bot will never be successful!
-
RE: i need help to program this strategyposted in Questions & Answers
@creatingrobot Does it mean you haven't considered any of the elements I pointed out? Then you should focus on repainting first. There is no point in creating a bot with a repainting indicator, trust me.
-
RE: Volume / Momentum Change Botposted in Questions & Answers
No, no. I meant an indicator doing exactly that, searching for the correlation. Otherwise, create a structure searching for that info with fxDreema is definitely complex.
-
RE: Block BUYS & Reinforce SELLS on ZigZag High Breakposted in Questions & Answers
This is how to begin with:
https://fxdreema.com/shared/HKlKZCE1e
Now you can get the values of H0, H1, L0 and L1 updated every new candle. You can now select which value you need to open a buy or a sell from there.
-
RE: how to use micro lot sizeposted in Tutorials by Users
Ok. Can you please share the link to your current project?
-
RE: How to use variables to catch zigzag valuesposted in Questions & Answers
@Olahmide You will have to create as many variables as highs and lows you will need. Then each one can be stored like this:

In this example, I stored the value of High 1, ie the high immediately before the current High 0.
