Tsd V1 Vs V2 P

  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Tsd V1 Vs V2 P as PDF for free.

More details

  • Words: 220
  • Pages: 1
TSD v1.1

TSD v1.2 // Lot Management /////////////////////////////////////////////////

// Lot Management ///////////////////////////////////////////////// If MM < 0 then { LotMM = Round(Balance*Leverage/10000)/10; If LotMM > LotMax then LotMM = LotMax; }; If MM = 0 then LotMM = lots; if MM > 0 then { LotMM = Round(Balance*Leverage/10000)/10; If LotMM > 1 then LotMM = ceil(LotMM); if LotMM < 1 then LotMM = 1; If LotMM > LotMax then LotMM = LotMax; }; Q&A: why does v.1 use Round and v.2 uses Floor – what is the difference? Also v.2 uses the terms FreeMargin and the term MarginChoke – what are those for?

If MM < -1 then { If FreeMargin < 5 then Exit; LotMM = Floor(Balance*Leverage/1000); If LotMM < 1 then LotMM = 1; LotMM = LotMM/100; If LotMM > LotMax then LotMM = LotMax; }; If MM = -1 then { If FreeMargin < 50 then Exit; LotMM = Floor(Balance*Leverage/10000); If LotMM < 1 then LotMM = 1; LotMM = LotMM/10; If LotMM > LotMax then LotMM = LotMax; }; If MM = 0 then { If FreeMargin < MarginChoke then Exit; LotMM = lots; }; If MM > 0 then { If FreeMargin < 500 then Exit; LotMM = Floor(Balance*Leverage/100000); If LotMM < 1 then LotMM = 1; If LotMM > LotMax then LotMM = LotMax; };

Related Documents

Tsd V1 Vs V2 P
October 2019 7
Tsd V1 Vs V2 P
October 2019 5
Tsd
October 2019 4
Elements V1 V2
December 2019 2
Toan V1 V2
October 2019 7