@Champ You need different blocks on 3 different tabs like this:
Posts made by l'andorrà
-
RE: Pending order Trade Managerposted in Questions & Answers
-
RE: Binary Options?posted in Questions & Answers
@ellemitless I replied to your other question. Please don't duplicate your questions.
-
RE: EA NOT WORKING ON REAL OR DEMO AS IT WORKS ON TESTERposted in Bug Reports
@DROGO Can you please share the latest version?
-
RE: Risk % of equity error and incorrect stop movementposted in Questions & Answers
@Valerio1979 Definitely your example should work. Is this the whole project or just part of it?
-
RE: How to get the price of pending order?posted in Questions & Answers
@jstap What jstap means is this:

-
RE: Bucket Of Closed Positions Problemposted in Questions & Answers
@raveon Yes, you can do this, but you will need to transform those time limits into UNIX time:

-
RE: How to order my EA to buy at Demand zone and sell at Supply zoneposted in Questions & Answers
Well, it's your strategy, not mine.
What elements would be necessary in your strategy to define them? If you are using a custom indicator then your are supposed to accept the criteria used by the indicator's creator. If they are fine for you, then you can use it. Normally, buffers are the relevant element on any custom indicator when used in fxDreema. -
RE: I want to add pips with spread and use it for pending order, i need helpposted in Questions & Answers
@Pharezbp1 You can store the value of spread into a variable and then add it to any manual pips distance you need accordingly.
-
RE: How to order my EA to buy at Demand zone and sell at Supply zoneposted in Questions & Answers
There are no blocks doing that in fxDreema. You need to define what conditions are considered demand/supply zone. Then you can use as many conditions blocks as necessary to translate your conditions into those blocks. What is necessary for you to define a demand/supply zone?
-
RE: count bull/bear candlesposted in Questions & Answers
@shahifar Yes, you need to create a loop doing that. You will need variables to get it. Are you familiar with both?
-
RE: Setting RSI and MA custom indicatorsposted in Questions & Answers
@Lerumo Did you check if this indicator repaints? Never trust what others say about it. Check it on your project before moving on. If it repaints, the bot is doomed.
-
RE: Bucket Of Closed Positions Problemposted in Questions & Answers
I NEVER use bucket of trades. You can get the exact same results with other blocs (pink blocks) most of the time. Try use them instead.
-
RE: trim opposite lot sizeposted in Questions & Answers
Then definitely you will need some custom code to find that 'furthest' trade each time a new one is identified. I'm afraid there is no simple fxDreema structure doing that.
-
RE: start from the first candleposted in Questions & Answers
Select candle ID 0 on all condition blocks. That will check the current candle only.

