
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I try to use the results from dagolard optimize and I modify the default settings in the Your_Lucky Ea
Hidden SL = 28 pips
Hidden TP = 7 Pips
This is update for !_rdb_Your_Lucky_EURGBP_v1c that I have
Hello Weezer,
I am confused and still find where the errors code in Your_Lucky script
I said that Ea will work, but the result is very different.
I hope there is a senior programmer that can show me errors code.
thanks.
I try to use the results from dagolard optimize and I modify the default settings in the Your_Lucky Ea
Hidden SL = 28 pips
Hidden TP = 7 Pips
This is update for !_rdb_Your_Lucky_EURGBP_v1c that I haveAny question
MinLots=NormalizeDouble(MarketInfo(Symbol(),MODE_MINLOT),2);
if (LotsDigit == 2) MinLots = 0.01;
if (LotsDigit == 1) MinLots = 0.1;
if (LotsDigit == 0) MinLots = 1;
Why, MinLots=NormalizeDouble(MarketInfo(Symbol(),MODE_MINLOT),2); before next lines and why before
extern double MinLots = 0.1;
**********
extern double PointOfPair = 0.00001; //0.00001;
maybe receive from broker from
double point =MarketInfo(null,MODE_POINT);
or variable Point
OrderSend(Symbol(),OP_BUY,Lots,Ask,3,0,Ask+TakeProfit*Point);
if use code
if (Ask - Bid > MaxSpread*PointOfPair) return (0);
for spread procection after start, ea do not open new trade if big spread, but do not close trade... ? It is plane?
I testing live in IBFX ... it is very bad broker... nominal spread 3pips, real 6-11pips. If profit > spread ... ibfx safe financial world with my 2usd
---
sad
, Margin call.
I think until now, FxPro is best broker for YourLucky EA. With maximal 3 spread for EURGBP.
Good trading.