You are using the same variable for two different types of numbers. The one on the left should be a percentage while the second one should be a equity value. They are not the same. You need 2 different variables for those places.
Posts made by l'andorrà
-
RE: Variable for profit blocks?posted in Questions & Answers
-
RE: close trades on friday and reopen on monday - Complex Skillposted in Questions & Answers
@Ren12 Those blocks will never work in the 'on trade' tab. They need to be moved to the 'on tick' tab.
-
RE: How to limit the TOTAL number of multi-currency trades?posted in Questions & Answers
Technically, the 'Any symbol' option should work on all charts regardless the currency.
-
RE: How to automatically in lot sizeposted in Questions & Answers
This is not as easy as uploading a screenshot. If you do not understand how variables work, you will not understand why variables are used the way they are. Here you have a first example that can be used as an inspiration for what you need. This is my personal martingale doing something very close to what you want:
-
RE: Hi & Low of Current Day Valuesposted in Questions & Answers
Ok, we are working on two different things at the same time. So please let's move step by step. Let's begin with programming the first pending order. When is the first pending supposed to be programmed?
-
RE: Hi & Low of Current Day Valuesposted in Questions & Answers
If I understand it correctly, as soon as a new high or low is identified, the order should be moved accordingly, right?
-
RE: Poor countries, poor peopleposted in General Discussions
@Adisa123 This is the third time you are asking the same. Please stop spamming the forum.
-
RE: How do we increase lot size automatically in fxdreemaposted in Questions & Answers
This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: How to automatically in lot sizeposted in Questions & Answers
You need to use variables to do that. Are you familiar with variables?
-
RE: I want to place an order at atr 2 level.posted in Questions & Answers
I'm afraid I don't fully understand what you mean by 'atr 2 level'. Don't you mean duplicating the current value of the ATR?
-
RE: close trades on friday and reopen on monday - Complex Skillposted in Questions & Answers
You can use the structure I'm sharing here but instead of a daily limit, you can use a weekly limit buy using green 'weekday filter' blocks:
-
RE: How to limit the TOTAL number of multi-currency trades?posted in Questions & Answers
@JerryCrypto JayPhillbrooks means this:

-
RE: Stop Trading By turning OFF Blocksposted in Questions & Answers
You can build a structure like this instead:
-
RE: Repeat buy or sell from the same price pointposted in Questions & Answers
Ok. Then you need a counter variable used to identify how many times price was hit. If I understand correctly your strategy, as soon as price hits 2100, it needs to hit again 2000 before hitting 2100 once more to count the second 'touch'. Is that correct?
-
RE: How to set candle ID and group?posted in Questions & Answers
Sorry for my late reply. Could you please share the latest version link again?
-
RE: how to place orders at the same timeposted in Questions & Answers
@kk-fxdreema-2 You can type as many symbols as yo need here:

All of them need to be comma separated.
-
RE: Any profit made to be used as Stop Loss on next trade.posted in Questions & Answers
Then you need some custom code doing the calculation in order to transform that profit into a pips distance. I'm afraid I'm not the guy knowing that code. You should ask jstap or roar instead. They can provide it. Sorry for not being helpful.
-
RE: Hi & Low of Current Day Valuesposted in Questions & Answers
If you need a new positioning only, them moving the existing ones is a better option.