DAILY TARGET
-
PLEASE SOMEONE SHOULD HELP ME, I WANT THIS EA TO STOP TRADING ONCE DAILY TARGET IS REACHED AND START OVER THE NEXT DAY,
HERE IS MY PROJECT LINK
-
@edenclean20 Hi, in this link you will see how you can achieve this, the idea can be used for most ways you decide your target. Hope this helps
-
@jstap thank you very much,
- is it inn percentage or in money value,
- if i attach my ea on a pair and attach this one u sent on the same pari, the same account but different chart can they work together?
-
@edenclean20 This will work on one chart and count money on same pair unless trade created with different number, you can change settings to count all, you can change settings to work with any values you want.
-
@jstap it still place trade even the percentage is reached for the day,
i'm using mt5 -
@edenclean20 Have you placed the check flag above buy and sell? I have a few EA's running this and they work as expected, normally if something doesn't work as expected it a simple fault causing a problem with the logic.
-
@jstap PLS CAN YOU HELP ME TO ADD ANY STRATEGY WITH ONLY CONDITION SO THAT I CAN EDIT IT FROM THERE BECAUSE I DONT KNOW WHERE TO START FROM
-
@edenclean20 If you add a shared link then where you are at can be assessed.
-
@jstap here is my project link
-
@edenclean20 Just quickly you have 2 if trades close position trees, this means if a trade is placed it is immediately closed, I don't use the switch off/on blocks, they probably work well I just use flags, in this link you will see how.
-
@jstap do u mean i should replace the "(check flag true/false) with my condition?
-
@edenclean20 You and have a flag true or false from a condition.
-
@jstap i cant do it myself