@benjaminkudumpal In general, 'visible' means that is available on the chart all the time uninterruptedly whereas 'apperar' means the opposite. It can be visible or not at different moments in time.
Best posts made by l'andorrà
-
RE: indicator is visible or appearposted in Questions & Answers
-
RE: MT5 users, how do I use custom symbols for analysis then execution on major pair for EA?posted in Questions & Answers
Yes, it is as far as those new symbols are correctly specified on your bot.
-
RE: EA not workingposted in Questions & Answers
I never used those blocks so I can't tell if they are correctly configured. I see the first circle is clearly above the upper BB, but not the second. Why should a trade be open in the second case?
-
RE: how can we calcute highs of x daysposted in Questions & Answers
@mr-lenny You can do it this way for the last 10 days, for example:

-
RE: Please I'm new here, I need help on how to design MACD crossing EAposted in Questions & Answers
Martingales never work in the long run. I strongly suggest you to fins an alternative approach to the market. That said, do you have an initial project to begin with?
-
RE: Daily profit and loss with imageposted in Questions & Answers
@Crispypata You can build an equity protector by using a general structure like this:
https://fxdreema.com/shared/LHZfs3gvb
In my example, the bot is blocked when some profit is hit today and will be switched on tomorrow. You can use it for a max daily loss too, of course.
-
RE: IDEA ! Verification and correction Backtests (bad data).posted in Questions & Answers
Sounds like a great idea. I hope you can find someone to make it real.
-
RE: "Check position count" and "No position" Block checkes other magic number order under same symbolposted in Questions & Answers
If you are using different magic numbers there should be independent separated counts.
-
RE: BUILD ZONE RECOVERY EAposted in Questions & Answers
That would depend on the whole structure to implement. Could you please explain it in a detailed way?
-
RE: how do Istop my robot from buying and selling at the same timeposted in Questions & Answers
This is the second thread for the same question. I replied to the first one. Please don't duplicate threads.
-
RE: Buying at lower priceposted in Questions & Answers
I agree. You need to define VERY accurately what you mean by ' retracement at certain pips'. Pips from what? Open price? Max profit up to that moment? Do you understand what we mean?
-
RE: how would you do this?posted in Questions & Answers
This is the second thread you created for the same issue. Please don't duplicate threads.
-
RE: Assigning Terminal Variables (images related)posted in Questions & Answers
You do not need terminal variables unless you are planning to connect to separate MT4 terminals. What you need can be done with standard variables instead.
-
RE: Custom indicator to EAposted in Questions & Answers
This is the second thread you created for the same request. Please don't duplicate threads.
-
RE: how can I measure distance and save in to a variable value?posted in Questions & Answers
I replied to this into your other thread. Do you really need the lines? The bot cannot see them.
-
RE: Last trade resultposted in Questions & Answers
You should use the purple (on trade) dot in block 7 instead of the pink one selected now.