@nscrilla once per bar formula to add 1 to variable, reset when needed by modify variable block, condition block checking if variable = number.
Posts made by jstap
-
RE: Using the time filter to close - issues with dataposted in Questions & Answers
-
RE: Coding an EA to start using another EAposted in Questions & Answers
@e-so Don't think you can stop and restart a EA without doing it manually, you can control another EA's trades with magic number, or by selecting all manually opened and automatic
-
RE: Closing losing positions on the second candle id 2 ???posted in Questions & Answers
@piotras10000 there is nothing wrong with the connections just the condition candle close>candle high, close can be == to high, although this won't likely happen often.
-
RE: Insert multiple constants in a boxposted in Questions & Answers
@artistikidea That constant will show in inputs, every block that needs the same symbol to work put the constant, when you rename the input constant all blocks will change, if you need more than 1 symbol you have to use the set market for next blocks, by using commas here you will create a conflict, each block activates the symbol that's in it, so to change this needs to do each block then loop to the next symbol.
-
RE: how to condition in determined TF - newbieposted in Tutorials by Users
@vespera Have done it, make sure the indicators are added. https://fxdreema.com/shared/tSPNouNgc
-
RE: how to condition in determined TF - newbieposted in Tutorials by Users
@vespera You do not need the per tic or or per trade on right, on tick tab does this any way, the check indicators on the left are setting the bool for daily trend but you are not checking the variable before trade, above trade put the second condition type with the name of the variable like picture.

-
RE: MACD Parabolic every Candle strategyposted in Questions & Answers
@mohammedaldahas Try something like MACD>0.0004 May not suite but worth a shot, if you use 0 would be less specific but a start.
-
RE: how to condition in determined TF - newbieposted in Tutorials by Users
@vespera Put a shared project and say what's wrong, blocks can then de looked at to advise on correction.
-
RE: Helpposted in General Discussions
@meedey When you download the MQ or EX file you then add to data folder, refresh and is is there to use.
-
RE: Need help in calculating vwap through fxdreema blocks.posted in Questions & Answers
@gpaneers Start a project and put shared link here, we can work from that, condition RSI > value 50 will make things work only when over 50, use a flag so when > 50 bool flag true, under 50 bool flag false. Other conditions can then be added.
-
RE: Open Trade at candle open and close the trade at candle closeposted in Questions & Answers
@mohammedaldahas time now==candle time is candle open, if you are talking about candle 1 then the bull/bear signal block, as for current candle at open it is neither, can be either during the formation, the same block can be used to detect this.
-
RE: Insert multiple constants in a boxposted in Questions & Answers
@artistikidea In that box is the symbol name that will be checked for a position (trade), if you want to work on another symbol from a different one you add what is needed here, make the variable/constant a string, if you want to add multiple symbols here leave the box blank, use the set market for next blocks so all blocks beneath are set to chosen market.
-
RE: EA Speed best practicesposted in Questions & Answers
@mantadiver Possibly would do, if logically once per bar has limited all blocks beneath there is no point in adding another as the one above will stop the ones below from acting until the next bar.
-
RE: Closing losing positions on the second candle id 2 ???posted in Questions & Answers
@piotras10000 Candle 2 can close above the low but not above the high.
-
RE: Pips distance from last entry pipsposted in Questions & Answers
@cashflows Ok, pink for each trade block, connected to a pink pips away block, conected to a buy/sell block
-
RE: Pips distance from last entry pipsposted in Questions & Answers
@cashflows Do you mean place a new trade 50pips away from the first trade?
-
RE: Insert multiple constants in a boxposted in Questions & Answers
@artistikidea I am not sure what you mean exactly, the EA will work on any symbol regardless on how it's spelt, if you are struggling to get EA to work somehow put a shared link here and ask the question, this way blocks can be looked inside to help with problems.
-
RE: It is impossible to capture the value of a "Draw Edit Field" blockposted in Questions & Answers
@rodrigo-ortuzar I have never done it on chart, all I can say is try different options until it works.
-
RE: Need help in calculating vwap through fxdreema blocks.posted in Questions & Answers
@gpaneers MT4? Add as a custom indicator but you will have to place different blocks to get what you want.
0_1651697456721_167f5fae-18fb-40b3-a1df-291bc4c700c4-VWAP.mq4
0_1651697505437_6e4f09ba-9f12-4d5f-8bfa-17d3eec68eb4-VWAP.ex4