Check Profit and auto lot size
-
i currently have this EA which has a fixed lot size of 0.1 and can make multiple trades per each being 0.1 lots ... all trades are closed if the total unrealised profit is $4000 or unrealised loss is $2000
my problem now is i want to switch from fixed lot to auto lot such that if my balance is 10-19k we mainting the 0.1 lots and profit/loss hower at 20-29k i want all trades to close at 8000 unrealised profit or 4k loss and mainting continuing increasing both my lot sizes and unrealised loss/profit targets
below is my link https://fxdreema.com/shared/J4TEVgKud
-
You can do it with variables, but you need to specify all the detailed sequence. If I understand it correctly, you need lot size to be 0.1 from balance 10k to 19.9k, but what lot size should be used from 20k to 29k?
-
at 20k-29k lot size should be adjsuted to 0.2 and all trades closes at unrealised account profit of 8000 or unrealsed loss of 4000. at 30-39 k lots be 0.3 and all trades closes at unrelased profit of 12000 or unrelased loss of 6000 ...same logic as account balance grows
-
@l-andorrà please see my reply below
-
Hello, Sir.
Id built MA Lots DD EA by watching your youtube. Its nice EA. But there is account blown Risk .
please help me how to add block to setup equity protection system .Spread filter, News filter, Session filter. -
@demobot Here you have the general structure:
https://fxdreema.com/shared/4ayQe2TV
All conditions blocks required to open a trade need to be connected above block ID 1 and then you can do this structure as big as you need.
At the same time, you can use it a new separate structure looking for closing trades at a specific profit by using the same logic.
-
@Kim98 Can you please open a separate thread for that?