@Pongchai-Plucktaveesak You can do it this way:
Posts made by l'andorrà
-
RE: Check Profit and auto lot sizeposted in Questions & Answers
You can do it with variables, but you need to specify all the detailed sequence. If I understand it correctly, you need lot size to be 0.1 from balance 10k to 19.9k, but what lot size should be used from 20k to 29k?
-
RE: The price must not fall below LNDlow from 13:00 of the previous day to 9:00 of the current dayposted in Questions & Answers
Easy. Just store the values of today's London high and low into separate values, as you can do now. Then use a condition block checking if price is above/below those variables from 2:00 PM until 2:00 PM tomorrow. Then at 2:00 PM tomorrow store the new values automatically.
-
RE: wait 16 minutesposted in Questions & Answers
@MT4stefano If you are not changing the time period (if it is always the same every day), you can do this too:
-
RE: Custom Blocks Blockedposted in Bug Reports
@OntradingX You should contact the admin directly. Maybe your account is having some problem in that area.
-
RE: BOT REFUSING TO DOWNLOADposted in Questions & Answers
@NZEFILI You can use a structure like this:
https://fxdreema.com/shared/bKbTjhrse
In my example the bot is counting pips, but you can use the same structure for money.
-
RE: Can you help me with this martingale?posted in Questions & Answers
@Adeildo You can do it this way:
https://fxdreema.com/shared/etGdmJodd
Please notice that there are 2 blocks on the 'on init' tab'. Additionally, you will have to reset the variable when required by your strategy. Otherwise lot size will grow forever.
-
RE: Obv is above previous highest of its valueposted in Questions & Answers
@frank-2 This is the way to store it:
https://fxdreema.com/shared/2aAIFKhhb
However, you will need to reset the variable when required by your strategy. Otherwise, the value will grow forever.
-
RE: Help Needed: Heiken Ashi + SMA Pullback Strategy (Up to 4 Bear Candles)posted in Questions & Answers
In block ID 1 you selected the HA close price instead of the low price, as requested by your strategy. On the other hand, I don't see how your logic can look for pullback condition up to 4 candles. Shouldn't you use 4 conditions blocks instead of 2 like now, one for each possible candle?
-
RE: fxDreema – one system, multiple currency pairs on one accountposted in Questions & Answers
@Radek_M Sorry, I selected the wrong block. This is the one you need:

-
RE: fxDreema – one system, multiple currency pairs on one accountposted in Questions & Answers
@Radek_M You need to use different magic numbers, one for each chart/symbol. Then you need to use this option here to separate profit by chart/symbol:

-
RE: BOT REFUSING TO DOWNLOADposted in Questions & Answers
Are you using a custom indicator maybe? Can you please share the link to the project?
-
RE: Save ATR Value on the last 10 tradesposted in Questions & Answers
Not sure I fully understand what you exactly need. Why do you need all those ATR values when you just need the one of those MA crossing? I don't understand the logic behind that.
-
RE: Trailing Troubleposted in Questions & Answers
@rfakrul110088 Do you mean you need to close all sells as soon as THE FIRST buy is trailing? Do all buys have a common SL maybe?
-
RE: Multiple positions opened - bug ?posted in Questions & Answers
@rfaust Sadly, you are right. I warned the admin about this mistake long ago, but to no avail so far.

-
RE: highest / lowest close of a period of n candlesposted in General Discussions
The only way is by creating a custom loop searching for that close price. There is no fxDreema blocks doing that.
-
RE: New optionsposted in Questions & Answers
@Dr-Amiin You can try to contact the admin directly and let him know. I agree with jstap. I'm not optimistic on the admin making any changes like that on the custom block area of the platform, but hey, you never know.
-
RE: no encuentro el primer bloqueposted in Questions & Answers
Sólo hay dos formas. Una es usar un indicador que haga los cálculos y que se pueda importar a fxDreema. Es la más recomendable, ya que la segunda es construir un bucle que se encargue de hacer los cálculos en fxDreema. Desgraciadamente, el nivel de complejidad que conllevaría algo así es enorme. No hay ningún bloque en fxDreema que lo haga pos sí solo, así como tampoco se puede construir una estructura así con unos pocos bloques, lo siento.