You need to use an ENUM type variable to do it. However, I'm not a programmer, so I can't provide the technical solution. You can search on the forum for ENUM tags and you'll fins some threads explaining of to do it.
Posts made by l'andorrà
-
RE: Condition block misses applied to indicator optionposted in Questions & Answers
-
RE: Only Buy Stopsposted in Questions & Answers
@Boillot84 For a buy, if you need a stop, you need to use a positive number here:

For a limit it needs to be a negative number:

The opposite for sells, of course.
-
RE: How an i use indicators levels, e.g if MACD signal line crosses above commodity channel index level -100, the EA should take a sellposted in Questions & Answers
Sadly fxDreema cannot combine indicators. You will need to hire a programmer to combine both of them and then import it into your fxDreema account later in order to use it on your bots.
-
RE: Add Sell entry every 5 minposted in Questions & Answers
You need a 'No trade' block on top of block 40.
-
RE: PLEASE HELP ME GUYS. Unstable EAposted in Questions & Answers
@joeDIAMONDS You need to do this:
https://fxdreema.com/shared/1reG2zOfd
Obviously, you need to add your 'modify variables' block updating the lot size immediately before the 'buy now' block.
-
RE: Zigzag Channelposted in Questions & Answers
Using Zigzag indicator is always tricky. Can you please share the link to your project?
-
RE: EA doesnt Enter the short Trades/Cant find the buckposted in Questions & Answers
@Fibonatic Are you using any shift value different from 0 on those MA constants? In my experience, using negative numbers will never work and using positive numbers can mess things up A LOT!
-
RE: Question on Breakeven and then start Trailing stopposted in Questions & Answers
Yes, it is possible, but it is a complex structure because of 2 main reasons:
- You need to provide VERY concrete and clear definitions to the bot in order to understand what a hammer or a bullish engulfing are. That's easy for humans, but bots need numbers to understand.
- Same as above for your 'reversal' conditions. The bot need to translate that word into numbers.
If you can provide those conditions as explained, then it is possible.
-
RE: Two Grid Systemposted in Questions & Answers
@bigfoot Don't worry. That is a common issue for all fxDreema beginners. You just need to take your time and take it easy.

-
RE: Open Sell every 5 minposted in Questions & Answers
@Piet-Pompies This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: lot size no same as setting in inputposted in Questions & Answers
@gj-malaysia Can you please share the link to your project to review it?
-
RE: Add Sell entry every 5 minposted in Questions & Answers
@Piet-Pompies You can use a 'once per bar' block with this configuration instead of that 'once per minutes' block:

-
RE: auto closing tradesposted in Questions & Answers
Can you please open a new thread with your question instead of retaking this one?
-
RE: Hedging Grid Mix Lots @ Boxxocodeposted in Questions & Answers
Blocks 15 and 21 are redundant. You can remove them.
-
RE: Betting custom sequence risking % of Equityposted in Questions & Answers
@pips-0 Then I'm afraid you will need a custom structure to do all the calculations for the lot size. I don't think any of the options offered by default in the 'buy now' block can do that.
-
RE: open new buy position at every 20 pips profit on the previous buy positionposted in Questions & Answers
@Obimbs You need to disconnect blocks 2 and 3. They need to be in separate block trees. Additionally, you need to use a pink 'one per trade' block below block 4.
-
RE: Reset transactionsposted in Questions & Answers
@behnnod_rp No. I mean you can use a 'no trade' block before your 'buy now' block and then specify there that no buys are to be open. Same for the 'no trade' block above the 'sell now' block.