Please share the link to your project here and I will help you.
Posts made by l'andorrà
-
RE: price cross up open candle dailyposted in Questions & Answers
-
RE: modify colorposted in Questions & Answers
Then I strongly recommend to delete the lines instead of changing any colour. That would make it far easier. Working with price levels in variables is far easier.
-
RE: I need some helpposted in Questions & Answers
@Cosuny If you can see a number different from 0 here, you plan is active:

-
RE: Open a sell when price crossing my custom indicatorposted in Questions & Answers
Are you sure you are using the correct buffer? And did you check if the indicator repaints?
-
RE: I am confused, please help meposted in Questions & Answers
@h-adib You can store the name of the symbol on the 'on init' tab by using a string type variable like this:

For this to work correctly you will have to run the bot on that specific symbol, though.
-
RE: Time Filtersposted in Questions & Answers
I would not use any vertical line but working with time itself. That way you can work on any timeframe regardless the one the bot is working on.
-
RE: DD on MT5posted in Questions & Answers
Sadly there is not that option for MT5 in fxDreema. The only way to do it is using a custom indicator or creating a specific structure on your own.
-
RE: Help with TDFI Indicator for MT5posted in Questions & Answers
You need to use it on 1M chart on visual mode and then spend as much time as necessary looking at the chart. You will see that colours and objects are repainted AFTER they appeared for the first time. That makes the indicator completely useless when used inside a bot.
-
RE: Not entering tradeposted in Questions & Answers
@Katlego-Moraba Can you please share the link to your project? But what biztet says sounds logical. Did you check if the indicator repaints?
-
RE: i want and ea that filters and blocks other ea from opening tradesposted in Questions & Answers
@waenikioko Can you please share the link to your project?
-
RE: For each tradeposted in Questions & Answers
That means the search sequence. If you select newest to oldest, the block will search the newest (most recent) open trade, then the second newest an so on until the oldest one. If you select the opposite option the search is exactly the inverse one.
-
RE: Summation of array elementsposted in Questions & Answers
This is the field of expertise or roar. I hope he con help you. I'm not good at arrays.
-
RE: auto manager EAposted in Questions & Answers
Do you mean building a bot to modify what another bot is doing?
-
RE: modify colorposted in Questions & Answers
Not sure I get the idea. Are those lines supposed to be fixed? Are they deleted?