This depends on what you mean by re-entry, if you mean wait for a new signal, you will need to set a flag for the signal.
Posts made by jstap
-
RE: **EA Trading Logic: One Trade Per 4H Candle (No Re-entry After Take Profit)posted in Questions & Answers
-
RE: Converting to fxDreemaposted in General Discussions
Probably but I do not quite understand what you need?
-
RE: Condition between 01:00-09:00posted in Questions & Answers
Use condition block(s), put in your price level:

-
RE: Library Studioposted in Questions & Answers
Paste your cone here and say where you have added it, I'll have a look
-
RE: Expert: EA Logic for Multi-Order Candle Tradingposted in Questions & Answers
I showed you how to achieve this... don't repeat questions just say you don't understand or something:
-
RE: Library Studioposted in Questions & Answers
how is your global variable set? If it's not it can't return true.
-
RE: One Trade Cycle Per Candle (No Re-Entry After TP/SL in Same Candle)posted in Questions & Answers
On tick tab your logic allows the trades put this under a flag - on trade tab trade closed set the flag (so no more trades can be placed) - on tick once per bar (reset the flag (so trades can be placed).
-
RE: How to Allow Only One Order Per 4H Candleposted in Questions & Answers
What don't you understand? after all your place a trade conditions, use a once per bar (candle) set to how you want, then place the trade you want placed...
-
RE: How to Allow Only One Order Per 4H Candleposted in Questions & Answers
conditions - once per bar (set to TF, or current if it matches chart used) - place order
-
RE: Library Studioposted in Questions & Answers
the calculatedlot that is saved into the calculatedlot variable in the function is then used from the variable in the project EA
-
RE: Library Studioposted in Questions & Answers
Thought I sent tis before, create it in FX, then you can use:

-
RE: Library Studioposted in Questions & Answers
All I can say is I do it all the time

calculatetlot is sent from function to variables:

-
RE: Tutorial - Create Custom Blocks with "FXDreema Studio"posted in Tutorials by Users
In the studio I have added to in settings and functions once created this is part of the EA code so you can access in project.
-
RE: Library Studioposted in Questions & Answers
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.
-
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 >
