Yes sir, it uses martingale but only the starting lot that tells how much is the profit target.
Posts made by ATSUBO
-
RE: Lots size and close profit in moneyposted in Questions & Answers
-
Lots size and close profit in moneyposted in Questions & Answers
Please any idea of how to code this?
if lot size is 0.01 close profit in money should be 5 and if lot size is 0.02 close profit in money should be 10
when lots size is selected the close profit in money will automatically be choosen. - Lot Size: 0.01 → Close Profit: $5 (0.01 * 500)
- Lot Size: 0.02 → Close Profit: $10 (0.02 * 500)
- Lot Size: 0.05 → Close Profit: $25 (0.05 * 500)
Thanks
-
RE: Balanceposted in Questions & Answers
@ATSUBO @ATSUBO I've clicked the link and discovered that it's not available for purchase in my country
-
RE: Balanceposted in Questions & Answers
Yes sir, starting balance+ all close trades. I couldn't get it correctly
-
Balanceposted in Questions & Answers
Hi, please how can I achieve this.
When balance is used the EA refers to the initial deposit but what I want is initial deposit plus the closed profit. -
Programing Hidden Stop Losses & Take Profitsposted in Questions & Answers
Hi everyone, please how do I hide stops.thanks
-
RE: MAXIMUN DDposted in Questions & Answers
@l-andorrà Thanks for the reply sir.
The strategy doesn't hit DD everyday, it made consistent profits for days and then lost about 6k at ago from the account of 10k while the DD set according to the structure above is 3.5%
That's why I'm doubting the structure above as it could not stop it from losing more than 3.5%
Thanks sir -
RE: MAXIMUN DDposted in Questions & Answers
@biztet Not during the backtest, i mean the ea lose everything in the account, so I'm wondering why the DD could not stop it.
Thanks -
MAXIMUN DDposted in Questions & Answers
Please i need help, with this Maximun drawdown code the EA still blow account what is wrong please https://fxdreema.com/shared/bsJoVftYc
-
RE: Backtestposted in Questions & Answers
so when green line comes down below the blue this shows that the account was running in loss right?
-
RE: turn on/Off buy & sell blocksposted in Questions & Answers
please my challenge is this, if the target is reached all trades will close and no new ones will be placed. how do i set the resumption time? thanks
-
RE: turn on/Off buy & sell blocksposted in Questions & Answers
@jstap ok,the % value is on constant, is it surppose to be on variable?
-
RE: turn on/Off buy & sell blocksposted in Questions & Answers
@jstap Thanks for the reply sir.
i still dont understand how to stop the ea from trading till the next day. thanks