Experts: DeMarker Pending 2_5

 

DeMarker Pending 2_5:

Finalization of previous version. Now, when opening a 'SELL' position, we immediately close all 'BUY' positions and vice versa: when opening a 'BUY' position, we immediately close all 'SELL' positions

DeMarker Pending 2_5

Author: Vladimir Karputov

 
Thank you so much. Have a good evening.
 

Hello Vladimir,

I want to ask the following: Can you write the code for "Martingale" in DeMarker Pending 2_5

input group                "Martingale"
input double                  InpProfitTarget         = 30.0;           // Profit target (in deposit money)
input double                  InpPositionIncreaseRatio= 1.6;            // Position Increase Ratio
input double                  InpMaximumPositionVolume= 1.5;            // Maximum volume of one position
input double                  InpMaximumTotalVolume   = 6.31;           // Maximum volume of all positions

Thank you in advance

 
Marin Zlatev # :

Hello Vladimir,

I want to ask the following: Can you write the code for "Martingale" in DeMarker Pending 2_5

Thank you in advance

Martingale and pending orders are very poorly compatible.

 

Hello Vladimir,

Can DeMarker Pending 2_5, parameter InpMaxPositions to split it separately for BUY,

separately for Sell orders.


Thank you in advance.

 
Marin Zlatev # :

Hello Vladimir,

Can DeMarker Pending 2_5, parameter InpMaxPositions to split it separately for BUY,

separately for Sell orders .


Thank you in advance.

Probably not.

 

after first opening an additional indicator given for the 2nd. 3rd.4th position open, could be more advantageous option parameter may be, like support resistance level ....thanks anyway 😊