Yes, but the problem is that you will have to store that spread value for every open trade separately. The only way do to that is by using an array that fxDreema cannot offer. You would need custom code for it.
Posts made by l'andorrà
-
RE: take profit filterposted in Questions & Answers
-
RE: Fibonacci Time Zonesposted in Questions & Answers
You will need a custom indicator doing it and then import it into your fxDreema account?
-
RE: I can not Close partially the Trade for MT4, while it worked perfectly for MT5,posted in Questions & Answers
The problem is the 'check profit' block. When is that condition supposed to be checked? After or before that 'pips away' block?
-
RE: Global takeprofit for gridposted in Questions & Answers
In that case I'm afraid you will need an array to store all the information related to each individual open trade so far. There is no fxDreema block doing that directly. You will need a programmer to do it. That goes beyond my abilities, sorry.
-
Not enough money to trade weird errorposted in Questions & Answers
I created a bot used on a demo account on different symbols at the same time and in 3 out of 8 I got the error in the title. No trades were open for that reason and this is weird because I'm using a 200k USD account and 0.5 lot size on each symbol. It is obvious that tere is enough money to trade. All symbols are standard forex charts (no crypto, indexes, etc.).
Could someone please tell me why some charts are working and some not?
-
RE: Get value from 'check'-blocksposted in Questions & Answers
Technically it is, but what do you exactly need from that block?
-
RE: Indicator volumeposted in Questions & Answers
At the end of this page you can find how to insert custom indicators:
-
RE: Global takeprofit for gridposted in Questions & Answers
This means there is potentially an infinite number of open trades with an infinite number or grid trades in the opposite direction. Is that correct?
-
RE: Recording sequentially after closing each order the amount they were closed.posted in Questions & Answers
Not sure I fully get it. Do you need to see all closed trades today and then reset them all at the beginning of the new day? What is the point of that? Just take a look at the Account history tab.
-
RE: Opposite direction trade with specific entryposted in Questions & Answers
Just connect the 'buy pending order' immediately below your 'sell now'' block and the opposite below the 'buy now' one.
-
RE: take profit filterposted in Questions & Answers
Ok. So conditions are:
- Profit right now is bigger than 2 cents.
- Profit right now is bigger than current spread beyond open price.
- Profit must be above below those percentages you specified.
Is that correct?
-
RE: Lot as per variableposted in Questions & Answers
You will need to calculate that 2% lot size and store it into a variable before using the corresponding martingale money management. However, will you be doubling lot size as 2%, 4%, 8%? That is too risky.
-
RE: Combining 2 Custom Indicators and Heiken Ashi with increase lot size per tradeposted in Questions & Answers
Sadly you cannot combine indicators in fxDreema. You will definitely need a programmer to do it out of fxDreema and then import the new combined indicator into your fxDreema account.
-
RE: How can I remove Commentsposted in Questions & Answers
Is it happening on MT5 maybe? I know that happened some time ago but it was fixed.