IS THERE A WAY TO STOP EA FOR THE DAY WHEN REACHED 100 PIPS OF TOTAL PROFIT PER DAY
-
im here wanna ask the question, because from what i see only could be done with total amount of money profit. i will use a variable lot size so specifically using check profit (period of time) would be hard. can i please get any help on this and getting total pips gain of the day accumulate to 100 pips as my trade would closed at 30 pips in profit roughly so would need few trade that are profits and closed when above 100 pips acheived for the day stop trading for the day and wait next day. thank you in advanced
-
Create a variable (Example DailyPips, add a time at the start of the day to modify that variable to 0, then on your ONTRADE tab add a "closed trade block", and add a loop for "Closed/Trade order", add a "Check if winner Trade", Then add a Modify Variable Block to check the PIPS of which the wining trade was closed, and modify the "DailyPips Variable", and that's it, Be aware that when you have a loosing trade how do you intend to Mitigate for the lost pips for the day...
Otherwise the above should solve your problem..
-
@chrisbe thank you for your help, i manage to do it