0
Maybe this what you want?

if(AccountEquity()-eq>0 && t!=Time[0])
{
CloseAll();
eq=AccountEquity();
t=Time[0];
}
avatar

chomper

  • 17 января 2024, 15:10
0
Ok Andrey.

Help! Anyone like to be guarantor?

avatar

chomper

  • 7 января 2024, 16:50
0
Thank you very much Andrey!

avatar

chomper

  • 2 января 2024, 18:15
0
Thank you. That is good enough. I will use the code you fixed for a new ea.

avatar

chomper

  • 21 декабря 2023, 18:11
0
Great!

Thank you.
avatar

chomper

  • 25 ноября 2023, 16:30
0
I have this but it's not working right.

lot=NormalizeDouble(initialLot*CountTrades(type)/group,LotDigits);

If group=2, I'm getting 0.01, 0.01, 0.01, 0.02…
when it should be 0.01, 0.01, 0.02…
avatar

chomper

  • 8 сентября 2023, 19:47
0
Wow, so fast!

Thanks Andrey!
avatar

chomper

  • 24 августа 2023, 21:16
0
I don't remember where I got this indicator from.
avatar

chomper

  • 26 июля 2023, 18:40
0
For Prop Firm trading so the DD does not hit limit. Close the positive one before closing the negative one.
avatar

chomper

  • 21 апреля 2023, 17:53
0
Nice! Thank You. *budenov* 
avatar

chomper

  • 9 марта 2023, 23:44
0
I like this kind of strategy also. Looking forward to it.
avatar

chomper

  • 5 марта 2023, 15:01
0
Since that indicator does not have buffers to create a EA with, how about we replace it with this indicator? It already have buy/sell arrow buffers?

Thanks
avatar

chomper

  • 2 марта 2023, 06:06