Anti-Martingale and Martingale combination

Avatar
  • updated
  • Completed

I am testing the Big Candle strategy in combination with Anti-Martingale, Martingale and TrailingStop. It seems promising to me. I have a suggestion if it is easily solvable. When the 1st deal is done, it usually starts with Anti-Martingale, ie the 2nd deal in the same direction, etc. When the 1st position is open and the price movement changes direction, Martingale starts to open new positions in the same direction. However, if 2 or more positions are open (Anti-Martingale) and the profit is not large enough to close all positions, and the movement changes direction, a problem arises because Martingale no longer opens a new position.


Example 1

  1. Deal = Buy
  2. The price rises 10 points and Anti-Martingale opens 2. Buy
  3. The price rises 10 points and Anti-Martingale opens 3. Buy
  4. The price goes up and TrailingStop starts working. The group closes with a profit.

Example 2

  1. Deal = Buy.
  2. The price rises 10 points and Anti-Martingale opens 2. Buy.
  3. The price drops 30 points and here Martingale should open 3. Buy
  4. Price drops 30 points and Martingale open 4. Buy, etc.
  5. The price starts to rise again and TrailingStop starts working. The Buy positions group closes with a profit.

Please advice if this is already possible on an existing version of CP.

Duplicates 1
Martingale + Anti-martingale at the same time

To those who are the birth givers of CommuntyPower EA, thank them heartily. Sir, you have done such a good job. So, I accept my humble request, I am going to tell you the ways. Please also add them to this.

Sir, I have studied the CommuntyPower EA very well and have been studying its settings for a long time. The amount of this EA is treated as low as possible. I humbly request you again and again. If you add a way of working with both martingail and anti-martingail together, I can say with 99% claim that this EA will make a very good profit. For example, if the trade goes into loss, the new trade should be opened according to the setting of martingail. And if the trade goes towards profit, then open according to the setting of anti-martingail.

Let both murtings work together.

And Sir, as it has Global TakeProfit, in this case all open trades of all the payers should be closed as soon as the Equity comes in 100usd or whatever Profit is set. Will give Rajilt. This EA is very good. This is what I am requesting in Sir Please. Add these methods and please. Sir I have a setting in this EA that triples the account in 24 hours. So there will be no chance of loss. Please sir

Avatar
0
Andrey Khatimlianskyi
  • Under review

I think it can confuse.

2 anti-martingale deals, 2 martingale, what will be the next?

Which lot should be applied to the next deal? With coefficient to the last one or with coefficient to the last deal of the same type?

Which Max Deals number should be applied? Or should I leave only one MaxDeals parameter?

We can try to simple allow martingale deals after anti-martingale, but it can make a mess.

Avatar
2
drago babnik

I agree that there could be a lot of confusion regarding coefficients, number of Max Deals, etc.


The current version of CP works like this: when 1 deal (1st Buy) is made there are both options, if the price drops it makes Martingale 2nd deal (2nd Buy) if the price goes up Anti-Martingale 2nd deal (2nd Buy). After the 2nd deal, however, no further change is possible.

I suggest that the 1st deal is the starting point. If the price rises, Anti-Martingale opens new deals according to its settings (number, coefficients, Step size). If the price starts to fall and falls below the 1st deal, Martingale starts operating according to its settings and counting from the beginning. It is essential to calculate the average TP from all deals in the same direction (e.g. above; Buy).


It might be a good idea to define a new Global TP variable that closes all deals (Buy and Sell) at the projected total profit.

Avatar
1
Andrey Khatimlianskyi
  • Planned (collecting votes)

So, new martingale deals must be based on lowest (not latest) BUY-deal, and new anti-martingale deals — on highest one.

It have sense, I think, let's try.

Avatar
1
Sai Pratap

Nice idea. Would like to see it thru.

Avatar
2
Andrey Khatimlianskyi
  • Planned (collecting votes)

It is already planned to do, merging topics into one...

Avatar
0
drago babnik
Quote from Andrey Khatimlianskyi

I think it can confuse.

2 anti-martingale deals, 2 martingale, what will be the next?

Which lot should be applied to the next deal? With coefficient to the last one or with coefficient to the last deal of the same type?

Which Max Deals number should be applied? Or should I leave only one MaxDeals parameter?

We can try to simple allow martingale deals after anti-martingale, but it can make a mess.

I do not understand well this strategy that you have described. My suggestion is not tied to Hedging but means we start trading e.g. with anti-martingale BUY. If the direction is suddenly changed and we are caught, we continue with the martingale BUY until the direction is changed again and close with a profit. This strategy can be even more dangerous than Martingale itself, but the advantage is that if we catch a big breakout, we get a big profit.

Avatar
0
Sai Pratap
Quote from Andrey Khatimlianskyi

I think it can confuse.

2 anti-martingale deals, 2 martingale, what will be the next?

Which lot should be applied to the next deal? With coefficient to the last one or with coefficient to the last deal of the same type?

Which Max Deals number should be applied? Or should I leave only one MaxDeals parameter?

We can try to simple allow martingale deals after anti-martingale, but it can make a mess.

I did not  understand at all.

Sry.

Better u may develop a set or illustrate with a chart.

Avatar
1
Norton Faldi

this is good a idea to maximize profit, i am still figure out how to set it up 

Avatar
0
acealert

This is might be good idea. let's try


But my idea is:


1. Open buy #1

2. Price up, then open buy #2 with anti martingale setting

3. Price down below #1, open buy #3 with martingale setting


all #2 & #3 can be set either based on lowest lot or latest order. But I prefer latest order


Avatar
1
Andrey Khatimlianskyi
  • Started