Atuo change in voluom lot

Avatar
  • updated
  • Answered

Randomly changing the volume of each position in the trade with the scalp and snipe strategy

Example
1 : 0.11
2: 0.1
3: 0.01
4 : 0.5
5: 0.07
6 : 0.02

I do not mean anything to do with martingale or anti-martingale.

Avatar
1
Andrey Khatimlianskyi
  • In process

Please, attach your tester ini so I can repeat this behavior.

Avatar
0
vanpersie
Quote from Andrey Khatimlianskyi

Please, attach your tester ini so I can repeat this behavior.

This is just an idea and I haven't fully tested this strategy,
but it has a very high probability of success.
You can implement it on your own initiative.

Now I have a better idea
and that is to increase the volume of the lot in case of profit
and return to the minimum volume in case of loss...

That is, start the trades with a volume of 0.01
and if the first trade is successful,the second trade is opened with a volume of 0.02
and this process continues until the stop loss is activated
and causes a loss. 0.01 is returned
and if the second transaction loses,the same volume is fixed at 0.01 until
the transaction becomes profitable
and the volume is automatically increased again.

This is an anti martingale strategy,
but it has nothing to do with the anti martingale strategy currently available
in Expert.single position

 *Close and reduce losses as soon as possible and allow profits to grow*
Image 4276
Avatar
0
vanpersie

Lots : (for 999.0)0.01(start)

Result:

=(takeprofit-or-trail stop)- 0.02

=(takeprofit-or-trail stop)- 0.03

=(takeprofit-or-trail stop)- 0.04

=(takeprofit-or-trail stop)- 0.05

=(takeprofit-or-trail stop)- 0.06

=(takeprofit-or-trail stop)- 0.07

=(takeprofit-or-trail stop)- 0.08

=(takeprofit-or-trail stop)- 0.09

=(takeprofit-or-trail stop)- 0.1

=(takeprofit-or-trail stop)- 0.11

=(takeprofit-or-trail stop)- 0.12

=(stoploss) -0.01

=(takeprofit-or-trail stop)- 0.02

=(stoploss) -0.01

=(stoploss) -0.01

=(takeprofit-or-trail stop)- 0.02

=(takeprofit-or-trail stop)- 0.03

=(stoploss) -0.01

=(takeprofit-or-trail stop)-0.02

=(takeprofit-or-trail stop)-0.03

=(takeprofit-or-trail stop)-0.04

=(takeprofit-or-trail stop)-0.05


Avatar
0
Andrey Khatimlianskyi
  • Answered

You can use anti-martingale to add orders in profit (with any coefficient).

I can't help you with general trading thoughts. If you have specific ideas or suggestions, you are welcome.