@Ssenyongacharl4 You're welcome.
Posts made by l'andorrà
-
RE: Object on a chartposted in Questions & Answers
@vinnybruh001 Could you please share the link to your project?
-
RE: The buy now and sell now blocks do not calculate lotsize on gold correctlyposted in Questions & Answers
Yes, probably the best solution is rebuilding the whole project from scratch. Probably some blocks were corrupt in your project. Definitely it should behave like that.
-
RE: HEDGE COUNT NO WORKINGposted in Questions & Answers
@YOUUNMEE Could you please share the link to the last version of the project?
-
RE: CreateButtomFororderposted in Questions & Answers
@mhmd Could you please elaborate? What do you exactly need?
-
RE: The buy now and sell now blocks do not calculate lotsize on gold correctlyposted in Questions & Answers
Definitely doesn't look good. It shouldn't behave like that. Is this the whole project or just part of it?
-
RE: TEMA cross over/below RSI valuesposted in Questions & Answers
@Ssenyongacharl4 Then you will need to select these options in all 'for each trade' blocs you will be using:

-
RE: gridposted in Questions & Answers
Because what you want is already specified in the 'gridlevels' constant.
-
RE: About loss calculationposted in Questions & Answers
In you first post you specified a max 3 positions per currency pair. What you say now is different. If you need to close all open trades on 1 same chart, you need to select 'Specified' in that display menu. That will search for those trades on the chart the bot is running on. If you select 'any symbol' that bot will consider all open trades regardless the symbol.
-
RE: count how many bullish or bearish candlesposted in Questions & Answers
No. My loop looks at the past 120 candles. Please notice the value of the candle_ID variable.

-
RE: TURNING A MONEY MANAGEMENT SEQUENCE INTO A LOOP AFTER A MAXIMUM LOT SIZE IS REACHED.posted in Questions & Answers
It will never be empty. The variable will always have a value in it. And yes, that block will automatically change the value of the variable overwriting it on top of the previous one.
-
RE: Custom indicatorposted in Tutorials by Users
fxDreema cannot read those buffers. The only option you have is trying to emulate them as explained here:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-fileHowever, there is no 100% guarantee it will work.
-
RE: Object on a chartposted in Questions & Answers
Are those lines an rectangle created through a custom indicator? Or manually?
-
RE: Starting priceposted in Questions & Answers
I cannot help you more if you don't answer my questions.
-
RE: Starting priceposted in Questions & Answers
It is exactly the same you shared. Did you notice you are using different Constants on each condition block? What values are you using there?
-
RE: Buy limitposted in Questions & Answers
This is because you are using values on those selected Constants that make both conditions to be true at the same time. You should select values that make it impossible to be true at the same time.
-
RE: count how many bullish or bearish candlesposted in Questions & Answers
You can do this:
https://fxdreema.com/shared/EWvTwaL6b
The calculation will be done at the beginning of every new candle.
-
RE: About loss calculationposted in Questions & Answers
@pharmlatex Your current configuration will only look for -300 pips separately on each char. If you want to combine all open profit/loss regardless the charts you need to do this:

-
RE: no trade till next day after a winposted in Questions & Answers
@iman2242 You can use a general structure like this:
https://fxdreema.com/shared/LHZfs3gvb
You will have to add the maximum number of open trades per day.