Above buy/sell, check profit (unrealised)
Posts made by jstap
-
RE: open a new position on profitposted in Questions & Answers
-
RE: Put Total Profit Of Account On Chartposted in Questions & Answers
I haven't tested but this should do it, you can select the start and end dates: https://fxdreema.com/shared/quigskKse
-
RE: a lot of trades openposted in Bug Reports
Not without viewing a shared link, if you only want a set amount, put on top either a no trade, or count trades
-
RE: From Mql5 to. Mql4posted in Questions & Answers
How you did before, just select MT4 at the start, you mean the same project that's in the link?
-
RE: From Mql5 to. Mql4posted in Questions & Answers
Not possible, but you can just recreate in a few seconds
-
RE: Sto EA at X% of balance.posted in Questions & Answers
It is in the inputs of your terminal when testing, or the day percentage in your constants.
-
RE: Trailing STOP Feature Wantedposted in Questions & Answers
I am not 100% sure what you want to happen, to trail a SL means if the price reverses it hits the stop saving the amount of pips lost, if the stop moves back you could try using pips away > < to give you the range in which you move the stop
-
RE: How to feed my EA with the dates I want it to trade for the whole year?posted in Questions & Answers
Past doesn't guarantee future results, but past actions are a likely indicator of current actions, especially if this action happens over and over
-
RE: Price level to where trail stop starts must be at specific pips at profitposted in Questions & Answers
You can use both, especially if You want the trial to start after the stop has moved to BE
-
RE: Different take target for first orderposted in Questions & Answers
You do not need and blocks, what section do you think isn't working properly? It is easier to test 1 section and test, then move on to the next
-
RE: How to feed my EA with the dates I want it to trade for the whole year?posted in Questions & Answers
This depends on the information, you could do something like this:
if date is > xxx.xx.xx && date is < xxx.xx.xx use this set of blocks, copy the blocks and change dates until all is covered -
RE: How to stop trade for some certain timeposted in Questions & Answers
ontrade tab - trade closed by SL - set flag
ontick tab - check flag above buying/selling - reset flag when needed in a separate tree -
RE: How to feed my EA with the dates I want it to trade for the whole year?posted in Questions & Answers
In what way? to have a certain condition change the times?
-
RE: Close positions at end of the dayposted in Questions & Answers
Do these times coincide with your broker market open/close times?
-
RE: Strategy Tester Errorposted in Questions & Answers
You don't need a pink block above the trail block:

-
RE: Sto EA at X% of balance.posted in Questions & Answers
like this this will reset the balance and restart once per day: https://fxdreema.com/shared/b4q4FRqWb
