Under your buy or sell block - modify variable to 0 - for each closed trade (set up as you want) - formula + trade profit and save into the variable you just set to 0.
Posts made by jstap
-
RE: WHY OPTIMIZATION IS SO SLOW WHEN I USE "ON TRADE" BLOCKS ?posted in Questions & Answers
-
RE: daily profitposted in Questions & Answers
Above trade tree - check (period of time) < x.xx. In a separate tree, above close block - check (period of time) > x.xx.
-
RE: WHY OPTIMIZATION IS SO SLOW WHEN I USE "ON TRADE" BLOCKS ?posted in Questions & Answers
Is hard to say without looking at your project link, I do not find these blocks slow things too much, although it can happen. Generally this is too much computing power being used on backtest, stopping blocks working every tick will normally fix this... like putting trees/blocks under a once per bar block set to 1 minute.
-
RE: How can a file be created on back testing?posted in Questions & Answers
You can write in backtest, try this: https://fxdreema.com/shared/mSTWWc6Cb
file should be created here: <terminal_data_folder>/Tester/files/test_output.csv
-
RE: Important questionposted in Questions & Answers
The variable type is set in FX, sting = text, double = 0.0, int = 0, bool = true/false, date time is similar to int, you can search google for these definitions. The bool constant is checked in the condition, then it sets true of false to the string variable, " " tells the block you are setting text instead of a numeric number. true = 1 false = 0
-
RE: Important questionposted in Questions & Answers
You can, sometimes is easier to change externally: https://fxdreema.com/shared/ds1aZi4Hb
-
RE: Important questionposted in Questions & Answers
That box changes the value on block start/end, to check if a bool is true/false check it in a condition block above using it
-
RE: Close a basket of trade at benefit.posted in Questions & Answers
I don't think you can add to the comment section. But adding stops is quite easy, conditions are a created bool constant, stop loss and take profit are created double constants, the price level loops are to stop already set SL&TP moving on restart.

-
RE: Project not loadingposted in Questions & Answers
Not sure, but probably need to put it in your MT4 / MT5 experts folder and load from your platform.
-
RE: Eliminar orden pendienteposted in Questions & Answers
on trade tab, trade created - delete pending orders. the tabs on init, on timer, on trade, on chart, work at different times and have area specific blocks... so for this you want to work with a trade just being opened
-
RE: How to get line/MA slopeposted in Tutorials by Users
Yes it works, look a couple of posts above to see people say it does.
-
RE: Delete object after Candle D1 closeposted in Questions & Answers
once per bar works on the 1st tick of a candle, so delete under this will work on the open of a new candle.
-
RE: Engulfing pattern addition to my 123 patternposted in Questions & Answers
Once you have the ID, you know which candle or within a range you need to check for engulfing.
-
RE: Engulfing pattern addition to my 123 patternposted in Questions & Answers
Ok so you don't yet have the ID, this post will show you haw to get the ID: https://fxdreema.com/forum/topic/5060/how-to-use-zigzag-advanced
Once you have it ou can work on weather there's an engulfing candle.
-
RE: Engulfing pattern addition to my 123 patternposted in Questions & Answers
Do you have candle ID for point 3? Then you have to decide what the exact candle situation to be engulfing...
-
RE: Payment Doneposted in Questions & Answers
If crypto can take days, admin will see and sort soon. You can message here it may speed up the process: https://fxdreema.com/support
-
RE: No block connectionsposted in Questions & Answers
I meant the setup of your system, like trying another browser.
-
RE: No block connectionsposted in Questions & Answers
I don't have any, anyone that can possibly help will see this and give advice on what they know. Unfortunately all you can do at the minute as change your set up, then report back if you fix the issue.
-
RE: No block connectionsposted in Questions & Answers
Youwish, I was being nice! I told you others have had this problem... good luck because you have already done what has previously fixed this for people! So is unlikely to be your problem...