Need help
-
How to create command block like this?
Start->buy
-
if profit then next automatically buy
-
if loss then next automatically sell
Note: Sorry, I can't speak English very well.
-
-
-
It's work! I'am glad

I've backtest my system for 1 year and the system is stable, thanks a lot.
But I have one problem, to have maximum profit on system, how to automatically increase lot value every 2-3 months? What block type should I use and where that block to combine with the previous block group that you have given me?
-
There are some MM options... well, not documented... but you can try them. This one that is "Freeze..." calculates the lot based on the current money. "% of..." is something based on my idea and works for currencied like EURUSD - it is when you have 10000, the lot size is 0.1, when you have 20000 the lot size is 0.2 and so on.
-
Before I using "Initial volume size mode" (% of balance), I've backtest my system for 1 year and the system is stable.
But when I use "Initial volume size mode" (% of balance) my system is not stable, what happen?
"Initial volume size mode" menu to increase volume size but not to change S/L T/P, right? -
Ummm... initial volume size is where the MM starts. For example Martingale, it can start from 0.1 and doubling. It depends on what MM you use.
-
I just wanted to change the volume size every system profit, but not change the size of SL TP. What should I do and what menu can I use? The "Initial volume size mode" it's not work for me

-
I can see you are using Martingale blocks with fixed SL and TP.
I think the value of "% of Balance is not correct in this case, but this is my fault, because I need to update some information in these blocks.
So, 0.5% is damn too small for this option. What this option means is that if you have 10,000 dollars, 100% of them are 10,000 dollars, which in lot size is 0.1 lot. Well, at least in EURUSD and those similar currencies
When you use 0.5% it just takes the minimum lot that is available.But! I just realizes what is the real problem. You are using Martingale blocks to do Anti-Martingale strategy. If you want to increase lot size after PROFIT, this is NOT Martingale, this is Anti-Martingale. Martingale doubles the lot size after a loss, and this is by definition.
-
I know 0.5% is small and it is because I don't have enough money right now.

I didn't know that my idea is anti Martingale and i will try Anti-Martingale block.
Would you please inform me when you already update the menu Initial Volume Size Mode "% of balance" or "% equity"?
Thanks a lot for the help
-
Well, if you don't have money I think the minimum lot will be enough for you. And for those martingale strategies... you know that they always end up with margin call. And if for some reason you got backtest result that looks too good to be true, then better don't believe it, it's probably not true (ticks data quality).
Otherwise those "% of" options are doing it - they give you lot size that depends on the current money in some way. Again, in case of balance 10,000, the lot size will be 0.1. For 12,000 => 0.12. For 1,000 => 0.01. I don't know if there is a MM like this, because this method of calculating lot sizes was my idea at the beginning. Probably stupid idea, but sometimes I like it.I have plans to remove those blocks from the betting system category and include them as a MM option in Buy now/Sell now. Who know when will I do that

-
Yeah, I try to understand my backtest problem and I think my backtest problem from low quality of tick data.
Btw, thanks
-
-
Results depend on the strategy itself. The problem comes when the strategy matches the disadvantages of the selected model (Every tick, Control points...). So you can have results that looks too good to be true, because the EA "hacked" the selected backtest model, it's like the model itself helps the EA to get these results. The chance for this to happen is greather when the data quality is not good, which means that higher timeframes are used... higher than what the EA needs. So what can I say... if you want, learn how these backtest models work, there is information about that somewhere in mql4.com. It's also possible for this result to be true, I'm not saying that it is wrong, but it will be better to investigate it more. Ticks Data Suite, Tickstory... there are some ways to do that.
-
Yes, you're right master. I need more to investigate my EA out there. I promise if my EA successfully I'll upgrade my account. Thanks 8-)