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
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 😊

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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
Author: Vladimir Karputov