|
=======================================================
{/****** MoneyMangerment StopProfit ******* /}
Inputs:StpPft_Amount(100);
Vars : MM(TRUE),PositionBasis(FALSE);
If MM = TRUE then
Begin
if StpPft_Amount <> 0 then
begin
if PositionBasis = True then SetStopPosition Else SetStopContract ;
if Marketposition <> 0 then SetProfitTarget(StpPft_Amount * ( 1 point * Minmove )* BigPointValue);
end;
End;
=======================================================
希望有幫到忙,不是幫倒忙,哈哈 ~ |
|