Best posts made by ambrogio
-
RE: Pending order expiryposted in Questions & Answers
@bogdaiki After you set your daily budget in a "condition" block , you can put the block "terminate". In this way the next day you have to restart the expert with a new target

or better:

-
RE: MT4 expert does'nt work on new 1421 buildposted in Bug Reports
I just migrated from Win 10 to Win 11 and the problem disappeared, just curious to know something from @fxDreema if there some issue on Win 10 only
-
RE: Hi guys ! :)What is the correct way to link the time filter block with the constants or variables, and can I allocate more than one time period?posted in General Discussions
@zaher-ahmad hi! you have to chose constant type = string (below is an example by using a "time filter" block instead an "hours filter" block)

-
RE: UPDATE time, write here if you have problems!posted in Questions & Answers
@fxDreema there is a problem: doesn't save .mq4 and .exe file
talk later -
RE: I would like my EA to wait 4 hours after a loss trade before it can trade again. Is that possible? i appreciate every idea.posted in Questions & Answers
@botondking Hi! Try this
https://fxdreema.com/shared/ApmVAPkFb

N.B.: respects the order of the blocks 9-10-11
-
RE: Is there a reset button for a projectposted in Questions & Answers
@jzfusion Like a "undo" button

-
RE: How to get the EA to trade on indices?posted in Questions & Answers
@vish Hi! Yes, you have to add your indices in the pip size rules window. Example:
AUS200 = 0.1
CHINA50 = 0.1
DE30 = 0.1
and so on for all indices/coins with two digits, this is because the last digit is the point value, so the pips value is the first digit (meaning 0.1)
For the RIPPLE we have instead:XRPUSD = 0.001 this is because we have four digits and the last digit is always the point value, so the pip value is the third digit (meaning 0.001)
-
RE: Negative Swap Filter?posted in Questions & Answers
@dre hi! As you said the swap is known at the beginning of the trade, this can be seen in the contract specifications:

The code you have found is right, you could use it like that:

-
RE: Need Help Backtesting Errorposted in Questions & Answers
@forexbob-0 this error simply appears because we are giving instructions to the broker both to open or close orders/pending orders outside the broker's working hours. The most logical solution from my point of view is to put a time filter, and weekday filter also, just before opening orders and just before closing them. With this solution I have never encountered such problems neither in live nor in backtest.

-
RE: block problem: Set "Current Market" for next blocksposted in Questions & Answers
@dadilula As you said, the MT4 platform does not allow multi-pair backtesting, it allows multi-pair live trading instead, so in this case that block is useful. MT5 platform on the other hand also allows multi-pair backtesting.
-
RE: trailing profit in moneyposted in Questions & Answers
@sajadhmz-vp-phd this is for example:
when your profit reach 50$ , the stop is away 20, so 50-20= 30$ is your secur profit. The amount will be updated every 2$. So 52-20= 32 , 54-20= 34 and so on
-
RE: Pending orders in grid blockposted in Questions & Answers
@abdolhosein positive grid value=buy stop , negative grid value=buy limit
-
RE: About the Chrome extension to download filesposted in Questions & Answers
@MayaxatL please open a new topic with your request. This topic is related to other question




