Thanks! the confusing thing is that the label says:milanese » Wed May 11, 2016 8:53 am wrote:this is in pips it will add 4 pips what is more as your commission, for that would 1 pip be sufficient.bentonp » Wed May 11, 2016 12:33 pm wrote:Hello,
Can anyone explain the parameter: extern double BEProfitAccCurr=4;
I'm looking to BE on Broker's commission like $7 per Standard Lot..
I read BE Profit Account Currency I just want to confirm.
Regards,
Benton
Cheers
Tommaso
---Special AccountCurrency defined SL/TP BE Settings---
and basically does not cover the commission cost ...
I will analyze the code as uses Currency for setting the SL and TP:
extern bool useAccountCurrValuesForSL_TP_BE_JS=true;
extern double SLAccountCurr=25;
extern double TPAccountCurr=75;
extern double BEProfitAccCurr=4;
extern double JumpStepAccCurr=15;
extern double SLMinDistanceToPriceBEAccCurr=20;
extern double SLMinDistanceToPriceJSAccCurr=25;
I basically want to move SL at openprice -/+ commission in dollars
Are these parameters documented in detail somewhere?
Regards,
Benton