apr. 8th,2015fullaforex » Tue Mar 31, 2015 5:19 pm wrote:Hi Tommaso,
Would it be possible to include a hidden trailing stop for this ea??![]()
Cheers,
Fulla
@fullaforex asked together with other users for hiddenSL/TP functions, this is with the new version added, the new inputs are:
Code: Select all
extern string hiddenSet="---Hidden SL/TP-Management inputs----";
extern string hiddenSet1="---Note if you use HiddenTM PCSecondTP will be auto deactivated----";
extern string hiddenSet2="---Note if you use HiddenTM PartCloseWithBE will be auto deactivated----";
extern bool useHiddenTM=false;
extern color SLColor = clrRed;
extern color TPColor = clrLime;
extern bool DoTrail=true;
extern bool ShowInfoAlerts=true;useHiddenTM to true if you want use them.As this functions will automatic any SL/TP shown in the platform set to 0 please do not use this setting together with the APTM.
Note you can manual always enter a new SL/TP for your open HPEA trades in the platform the hiddenfunctions will automatic take your new values and reset the platform SL/TP to 0.
You find the new build 175 attached to the first post.
Cheers
Tommaso