if the value is saved into a variable created in FA but written to from the custom block code you can reference it from your variable.
Posts made by jstap
-
RE: Library Studioposted in Questions & Answers
-
RE: Tutorial - Create Custom Blocks with "FXDreema Studio"posted in Tutorials by Users
in the function save to a variable, create the variable in your EA project, read and use as normal.
-
RE: Ident current timeframe (MT5)posted in Questions & Answers
Created this a long time ago, but this should do it: https://fxdreema.com/shared/LpSPypV5
-
RE: How to keep a fixed reference balance per trade in FxDreema (multi-EA issue)posted in Questions & Answers
This should do it, there is code on two tabs: https://fxdreema.com/shared/UPExIp7D
-
RE: Only one trade at a time on high volatility currency pair (No Trade not working)posted in Questions & Answers
trees starting with 14 & 19 will never fire... because no trade - trades != 0 conflict with each other. I do not see how your 2 RSI conditions can pass at the same time, as 1 is high on the RSI chart and the other low, while asking for a cross not just < or >
-
RE: Only one trade at a time on high volatility currency pair (No Trade not working)posted in Questions & Answers
Not read this but am sure it will, add a shared link rather than pictures, this way block internals can be seen: projects - get a shared link - generate - copy address bar - past here. if you change symbol to any symbol in all relevant blocks in EA then only 1 trade will be placed on account:

-
RE: Engulfing Candle systemposted in Questions & Answers
You have ratio at 100, so bot is likely defaulting to a lower size... try something like1.

To close/delete use pink blocks

-
RE: Compre el plan mensual pero sigo en freeposted in Questions & Answers
Crypto can take a wile, you can go to https://fxdreema.com/support and ask... may sort it quicker.
-
RE: Magic Number EAposted in Questions & Answers
In the "group" settings you can select specific symbol to only work with the current chart symbol. I same symbol on other chart set a group number for the specific trade.
-
RE: Any instructions about the On Trade & On Chart tabs?posted in General Discussions
Read the answer a couple of posts up
-
RE: Profit per session then stopposted in Questions & Answers
Try this, be careful GMT is actually reading GMT time, I have set (period of time) +2 as this block doesn't use GMT, set to your server offset, the only way to stop trading is to put a block in that prevents it.

-
RE: Crashesposted in Bug Reports
Set up some logic saying what just fired, you can print on screen/journal... many places, just something that will show you what just happened.
-
RE: How to send these true or false outcomes to a pannelposted in Questions & Answers
Not 100% sure what you mean? You have nothing to draw anything, not even comments.
-
RE: bool traffic light system pannel not workingposted in Questions & Answers
There is a lot in that to dissect, put your variables into a comment to check if you are getting the values you expect. You should use text (code input) for code., come back if you need more help when you you've tried rhis:

-
RE: trade statistics on mt5posted in Questions & Answers
Create with pink blocks: https://fxdreema.com/shared/9GjYvLjS
-
RE: Martingala without close in Stopposted in Questions & Answers
No "place relevant trade" was just my way of saying the trade you want to be placed in that situation...
