Why do you need it visible when you can use a variable with it's value?
Posts made by l'andorrà
-
RE: I want to make My TP line visible and it should be modifiedposted in Questions & Answers
-
RE: Request for Enhanced Import Feature: Python Code Visualization in Conditional Formatposted in General Discussions
Although I'm not a Python user, I support this request!
-
RE: Split 1 trade into multiple smaller trades after reaching max Lot sizeposted in Questions & Answers
Ok. Let's begin with two possible scenarios to begin with:
- There is no open trade and the first trade is triggered. The maximum lot size for that trade will be 50 lots. Is that correct?
- There are 3 open trades right now. The combined lot size for all of them is 50 lots. No additional trades can be open. Is that correct?
I guess the answer for both previous questions is yes. In that case the problem is which lot size will be needed when more than one trade is supposed to be open but you have no idea how many will be open later. Can you confirm there should be a max limit for open trades to open?
-
RE: save the price of candlesposted in Questions & Answers
@Mostafataherzadeh10 You can find the length of a wick this way:

-
RE: MACD Divergenceposted in Questions & Answers
Personally never used it. If you do some search through the forums you will see no one is very happy with it. Maybe you should try to find a custom indicator searching for divergences.
-
RE: The highest weekly candleposted in Questions & Answers
What do you exactly need, the candle ID or the highest price?
-
RE: How to use a value from an array to populate a block field.posted in Questions & Answers
The only way I know to do that is by using custom code. I'm not a programmer so I'm afraid I cannot help here, but roar and jstap maybe helpful.
-
RE: close open order at spesific %posted in Questions & Answers
Yes, there is another block than can close trades, but it is only working when connected to a loop block. The one you are using should work. That means the problem is in the conditions selected to close them. Can you please share the link to the latest version of the project to take a look at it?
-
RE: Every tick order open problemposted in Questions & Answers
@Masumov Ambrogio is right. The free version of the platform is fully functional. No restrictions other than the max number of connections between blocks.
-
RE: PHONE NOTIFICATION, ENTRY POINT, SL AND TP BASE ON FIBONACCHI LEVELposted in Questions & Answers
@raimi89 You are selecting the same candle for both ends of the fibo (candle ID 1). The fxDreema block need different values for both ends, otherwise it will not work correctly.
-
RE: ROBOT FAILED TO LOADposted in Questions & Answers
Was it a fxDreema bot? Then you should have no problem to import it. What you cannot do is importing a non fxDreema bot.
-
RE: Failing to set moving averageposted in Questions & Answers
That is not possible in fxDreema. They only way to get it is importing a custom indicator including both you need into its code.
-
RE: Reverse positions for onceposted in Questions & Answers
Ok. Can you please then detail a numeric example of how to execute a trade sequence? That would definitely help.
-
RE: How to find Market cycle use Albrooks Price Actionposted in Questions & Answers
Trere is no simple way to do it. The easiest one is using a custom indicator searching for those ranges and then embed it into your fxDreema bot. However, not all custom indicators are fully compatible with fxDreema.
-
RE: Where am I going wrong? Hedging EAposted in Questions & Answers
Agreed. Try simpler structures one by one and once confirmed they work separately you can find where the problem is.
-
RE: pending order on fractals and trail themposted in Questions & Answers
What do you exactly mean by 'if the orders are not activated'? Do you mean those pending orders should have a maximum time limit? You can do that by selecting the 'expiration time period tab'.