rpsreal / No_Nonsense_ATR

The ATR Indicator for the NNFX Traders
GNU General Public License v3.0
37 stars 12 forks source link

NNF ATR does not calculate correct LOT size for Yen pairs (and similar) #1

Closed cajuncoder closed 4 years ago

cajuncoder commented 4 years ago

Hello,

I've been placing trades directly on Oanda's interface where they make it easy. I downloaded the NNF ATR to help me place trades directly inside of MT4. However, as I understand it:

1 lot = 100,000 units. When I place my trade, for a $4000 account on Oanda with a stop loss of 40, I get 10,000 units as the correct amount. This is verifiable as, when I look at where my stop loss is, it is at 1ATR: where I normally place my SL. However:

The NNFATR gives me a lot size of 0.001, and I get the error that this exceeds my broker's minimum of 0.01 lots. So that would be... 100 units. It's off by two 0's

Please confirm.

cajuncoder commented 4 years ago

Double checked with this position size calculator: https://www.babypips.com/tools/position-size-calculator

Both it and Oanda confirm that I am getting the wrong lot size on CHFJPY.

hunter548 commented 4 years ago

This issue affects all currencies and not just Yen pairs. I verified it as well comparing it to both a pos_size.mq4 indicator and a manual calculation for the correct outcome.

rpsreal commented 4 years ago

Hi @cajuncoder and @hunter548, sorry for the late reply. Make sure you configure the NN ATR correctly, NN ATR has tested on 36 forex pairs and works correctly on all of them. You can see in the following images, on the CHFJPY and GBPJPY pairs that NN ATR calculates the position size/trading volume correctly. CHFJPY : NN ATR_ chfjpy GBPJPY : NN ATR_ gbpjpy

Regards, Rui Silva