@massoudsl You can create those limits by selecting 'condition' blocks searching no highs/lows to be above/below those levels.
Best posts made by l'andorrà
-
RE: dont trade if rangedposted in Questions & Answers
-
RE: Fxdreema not allowing to load my Indicator:posted in Questions & Answers
@TashaB That is a very common problem when trying ex5 files. Here you have two tutorials created to emulate the input parameters and buffers. If you can't make it after trying them that means the indicator is not compatible with fxDreema:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file -
RE: How to change the color of the objectposted in Questions & Answers
@sara-m There is no block in fxDreema doing that. You will need custom code to do it, sorry.
-
RE: Time Filtersposted in Questions & Answers
@Abbas25 You can select different timeframes on different operands of the condition block:

-
RE: How does Deriv hide the Tick Volume??posted in Questions & Answers
Did you chek the documentation of that custom indicator? Probably the developer can explain that. I don't think it can be fixed with fxDreema.
-
RE: Forum updateposted in Questions & Answers
@farhad-shafiei This is not the thread for that question. Please open a new thread for your question.
-
RE: Add Volume to the manualy opend tradeposted in Questions & Answers
@Archer You can store the ticket number and open price of the manually open trade into variables and later compare the information to any other trade with a different ticket number in order to find that distance.
-
RE: How to not take trades based on balance?posted in Questions & Answers
@GTOAT777 Sorry man. I forgot to upload the image. I mean this:

-
RE: time valueposted in Questions & Answers
That's a difficult thing to do. You correctly identified the zigzag value, but you will need a loop to find the candle ID value for those zigzag lows. Additionally, those values will have to be updated every time a new candle is created.
-
RE: Bucket Of Positions Does Not Work With Some Brokersposted in Questions & Answers
This is the second thread you opened for the exact same question. I replied to the previous one. Please don't duplicate threads.
-
RE: Spread sizeposted in Questions & Answers
No. fxDeema works with pips by default, not with points. In your image, 150 means 150 pips, not 150 points.
-
RE: Display Total Number of pipsposted in Questions & Answers
@oreskey You can use a structure like this:
https://fxdreema.com/shared/bKbTjhrse
You will need to adapt it to your specific requests, of course.
-
RE: Random entryposted in Questions & Answers
@arash20 You can connect this block above both buy/sell now blocks to do it:

-
RE: How Backtest multiple Symbols in one time?posted in Questions & Answers
@Skyzen You can use this block on top of all block trees of the project:

-
RE: Custom Indicator Parameter*posted in Questions & Answers
@Morpheus_0 Did you select the correct variable type for it? Is it integer instead of double maybe?
