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).
Posts made by jstap
-
RE: One Trade Cycle Per Candle (No Re-Entry After TP/SL in Same Candle)posted in Questions & Answers
-
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 >
-
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: 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
