Hello,

i have an issue concerning the LotAmount and im wondering if somebody faced the same or knows what to do:

I got 1x strategy (same code, same AssetFix) 1x time runnung with ActivTrades (MetaTrader Bridge), 1x time running with FXCM.

Both support 0.01 LotAmount. But the ActivTrades instance uses 10 times the position size (when entering and exiting same), see below:

ActivTrades:
Code:
[Ger30Mar17::L3401] Long 1@11806.50 Risk 69$  at 15:00:01..

[Fri 24.02.17 15:30] 199878 +0 -44   (11799.50).
[Fri 24.02.17 16:00] 199901 +0 -21   (11763.00).
[Ger30Mar17::L3401] Sell 1@11786.50: -21.50 at 16:00:01



FXCM:
Code:
[GER30::L0849] Long 1@11807.75 Risk 5$  at 15:00:01

[Fri 24.02.17 15:30] 50009 +0 -4   (11799.94)
[Fri 24.02.17 16:00] 50011 +0 -2   (11764.34)
[GER30::L0849] Sell 1@11787.70: -2.10 at 16:00:01



AssetFix looks like this for the assets (GER30 used by FXCM, Ger30Mar17 used by ActivTrades):
Code:
Name,Price,Spread,RollLong,RollShort,PIP,PIPCost,MarginCost,Leverage,LotAmount,Commission,Symbol
GER30     ,10884,1,-0.1,0,1,0.1,6,0.01,0.1,0, 
Ger30Mar17,10884,1,-0.1,0,1,0.1,6,0.01,0.1,0,



How to use the same positions size for ActiveTrades as with FXCM?

Best Regards

Leon