Can you please share the link to the project?
Posts made by l'andorrà
-
RE: problema no grid de ordensposted in Questions & Answers
I replied to your other thread. Please don't duplicate threads.
-
RE: Lot-size Chart display EAposted in Questions & Answers
Do you want it to show the value on screen only or to use it as a real lote size on your trades?
-
RE: Give Martingale Botposted in General Discussions
@ChetanIngale You should make the first step and try an initial structure on fxDreema to make easier anyone helping you to create a bot from scratch.

-
RE: Checking recent candlesposted in Questions & Answers
In that case uoi need a custom loop searching for that information. No single fxDreema block can do that. Are you familiar with loops and variables?
-
RE: take profit para zerar tds ordem do grid e ordens aberta somente comtra e nao favorposted in Questions & Answers
@lucas-farias-de-almeida Here you have some things to change:
-
Both 'No position' blocks are searcginh for buys and sells, when only buys should be searched for on the left and sells in the right.
-
Both 'check trades counts' blocks are executed before your launchers. You need to renumber those blocks so that they are executed after the launchers. Additionally, every new tick new trades will be open so you need something to stop that to happen.
-
You need a pink 'For each trade' block below both buy/sell now' blocks in order to stor the correct value of lot size on those 'Modify variables' blocks.
-
-
RE: take profit para zerar tds ordem do grid e ordens aberta somente comtra e nao favorposted in Questions & Answers
Can you please share the link to your project?
-
RE: How to determine tp and sl levels according to some specific candles sizes'posted in Questions & Answers
@allstarengin You need to move the 'once par bar' block on top of both block trees. Then you need to create 2 variables for buys and another 2 for sells. Then, below your conditions blocks you need to do this (for buys only):

You will have to modify it for sells accordingly.
-
RE: Change bot values via web formposted in Questions & Answers
@mohsen-2 You will need custom code that fxDreema does not provide. You will have to hire a programmer connecting your bot to a web server to get that.
-
RE: Give Martingale Botposted in General Discussions
I meant if you had created an intial fxDreema project.
-
RE: check profit of the last trade in percentposted in Questions & Answers
@MT4Nutzer That depends on your conditions. If both groups are supposed to be managed exactly in the same way, then yes.
-
RE: How to know if the last printed candle is the biggest in rangeposted in Questions & Answers
@Temmy-25 You need 2 blocks to get it like this:

-
RE: How to determine tp and sl levels according to some specific candles sizes'posted in Questions & Answers
You can use standard condition blocks but the problem is what happens when the high of candle 2 is higher that those of candles 1 and 3. Would you use that higher high instead? And what if there is a bearish candles between candles 1 and 3?
-
RE: how to assign each new trade to its OBV indicator value ?posted in Questions & Answers
Now you need to connect block 34 to block 47 and block 38 to block 48. Everything els is correct.
-
RE: plz gide me Averaging Tp all running tradesposted in Questions & Answers
What do you exactly mean. Averaging by pips or by profit?
