fix
logo

Idea for calculating martingale entry position

Avatar
  • updated
  • Completed

Hi, It's crossed my mind, that, what if Martingale layers position can also be calculated by distance from the average price, instead of only from the last position. 
This way, the EA could benefit from position that are beneficial to improve the overall position, eventhough probably the price level are not yet better than the last layer. 

Then the new martingale layers could improve the overall position for better averaging the price.

 

Avatar
0
Andrey Khatimlianskyi
  • Planned (collecting votes)

Nice idea! Let's implement it.

We already have enum for this: 

From average open price
From last open price
From first open price

I'll add this option for Martin step calculation.