max daily loss calculated on amount is possible?
-
Is possible in fxdreema create schemat that robot close all trade and dont open any new trades when daily loss reached? which kind of block can i use?
-
Check profit (period of time) above buy/sell tree < x.xx to allow trades to be placed
Check profit (period of time) above close tree > x.xx - close -
this block work for amount of loss?
-
or write in price with minus like >-340$?
-
Yes to minus, like this: https://fxdreema.com/shared/96plrhDBb
-
ok thanks, you tested similar schemat already in the past and worked?
-
I use it all the time
-
this will be work in strategyy tester, for example when meet loss ea pause? or i have to test during live trading?
-
It works on backtest
-
it is possible to check loss of current position and closed position together
-
This is a lot more difficult, using pink blocks can tell you the profit of any trade, but to match it and close both with more than 2 trades running I am not sure.
-
@oskars You can do it this way:
https://fxdreema.com/shared/LHZfs3gvb
This basic structure will have to be adjusted to your general launcher, of course.