How to build a bot that checks only daily target
-
Please, I need help urgently.
I want to build a Bot whose primary work is to check the total sum of closed profit on my account and stops all running bot once a certain profit is made..I don't know if this possible on fxdreema..
I mean, the system has to stop every other running bots from taking trades once a certain profit is made for the day and then restart the next day..
Thanks in advance
-
@Humble_Fx You can find some inspiration here:
https://fxdreema.com/shared/LHZfs3gvb
You can specify a daily profit here and no more trades will be open until next day.
On your 'closed profit' part, do you mean closed from day 1 or from today only?
-
@l-andorrà I have tried this. i use more than one bot in my mt5. i am trying to find a system that can stop all bots from trading once a certain profit is made for that day and then restart the next day.
I think this your suggestion is good if one is using only that same bot
in my case, i have different bots on different chats, so i want a system that can stop all the bot from trading once a certain profit is made within that day
i don't know if you understand what i am trying to say
meanwhile, Thanks for the insight
Regards
HumbleFx -
Then you need to add that same structure within all active bots. That way all of them will be closed at the same time when the requested profit is hit.
-
@l-andorrà Thanks alot, I will try it out
-
You're welcome.
-
This is how I would do it, https://fxdreema.com/shared/8nClIRNsc
-
@jstap Looks cool but sincerely, I don't understand it.
Is this going to be a separate system for this operation or the trading conditions is also included ?
please help me understand better
-
replace once per bar and buy block with all your trade blocks.
-
@jstap Thanks alot, please don't be offended by my too many questions..
do i need to put the no trade block on top of the variable as you showed in that picture?
and please, is the pass and comment block necessary?
-
The comment is just to see what is happening on you're account, the modify variables block is just to change a + into a -, as long as the modify, and check profit are on top, you can add any other, blocks blow you want.
-
Please, i am seeing this after i want to download the file. what may be wrong?
-
The one I sent contains all the necessary variables, make sure their in and spelt correctly, in you're project.
