Current location - Trademark Inquiry Complete Network - Futures platform - Details: This variable is in variable =!
Details: This variable is in variable =!
LCBWQ:DMA (amount /( 100*VOL), vol/capital);

A:=REF(AMOUNT,4)/REF(VOL,4)/ 100;

A 1:=(REF(AMOUNT, 3)/REF(VOL, 3)/ 100)*(REF(VOL, 3)/ capital) +( 1-(REF(VOL, 3)/ capital)) *

A2:=(REF(AMOUNT,2)/REF(VOL,2)/ 100)*(REF(VOL,2)/CAPITAL)+( 1-(REF(VOL,2)/CAPITAL))* a 1;

A3:=(REF(AMOUNT, 1)/REF(VOL, 1)/ 100)*(REF(VOL, 1)/CAPITAL)+( 1-(REF(VOL, 1)/CAPITAL))* A2;

LCB5: (amount/volume/100)* (volume/capital) +( 1- volume/capital) * A3.

The formula was passed, and some changes were made in it. I wonder if it conforms to the original formula.