FSS longtradeScalper

0
(0)
اسم:
FSS longtradeScalper
مؤلف: FSS (2010.12.24 17:30)
تم التنزيل: 8694
تحميل:
FSS longtradeScalper 1
fxscalper.mq4 (22.5 كيلو بايت) منظر
FSS longtradeScalper 2

 

5 تعليقات لنشر تعليق جديد, لو سمحت تسجيل الدخول أو يسجل

مرحبا جميعا,

I've got to tell you that this EA made by FSS contains errors in programing.

Also I have bought yesterday(March 7th, from FSS ( www.forexsoftwareshop.com/ ) the program FSS_InDay_EA which works awful. For a 2 شهور (January and February 2011) tested with 1000 Eur the result was a 245 Eur balance. I have seen inside the program a lot of errors.

Beware of this scam named FSS -www.forexsoftwareshop.com/.

If anyone can't belive what I'm saying, I will be glad to to share the awful EA named FSS_InDay_EA. and make his/her own tests to belive it and tell to others to be aware of this scam from www.forexsoftwareshop.com

FSS longtradeScalper 3

08.03.2011 20:58 flyone21

rajkiran_s:
Hi I do back testing i am getting below error please look at whats wrong

2011.01.08 19:06:57 2010.01.04 01:55 fxscalper EURUSD,م 5: >>> Error Accured : invalid price parameter for trade function Open Sell Order, price=1.43181000, TP=1.43031000, SL=1.43531000 Time 2010.01.04 01:55:00

Need configuration inputs settings.
All questions please send to : [email protected]

11.01.2011 16:55 FSS

Hi I do back testing i am getting below error please look at whats wrong

2011.01.08 19:06:57 2010.01.04 01:55 fxscalper EURUSD,م 5: >>> Error Accured : invalid price parameter for trade function Open Sell Order, price=1.43181000, TP=1.43031000, SL=1.43531000 Time 2010.01.04 01:55:00

08.01.2011 16:38 rajkiran_s

مرحبًا,

please can you post a version for a 5 وسيط أرقام.

I´m not a coder, and can not use this EA.

Many thx for your help

Thomas

08.01.2011 15:22 Nevercold

  1. لو(barCount!=Bars)

    Bars is unreliable (stops incrementing at max bars on chart). Volume==1 is unreliable (missed ticks) Use Time

    static datetime time0;  bool newBar = (time0 < وقت[0]);
    لو (!newBar) return(0);                time0 = Time[0];

  2. EAs should auto adjust to 5 وسطاء الأرقام, not force users to change the TP, SL, والانزلاق:
    //++++ These are adjusted for 5 وسطاء الأرقام.
    double  pips2points,    // الانزلاق  3 pips    3=points    30=points
            pips2dbl;       // إيقاف الخسارة 15 بالنقاط    0.0015      0.00150
    int     Digits.pips;    // DoubleToStr(dbl/pips2dbl, Digits.pips)
    int init(){
        لو (Digits == 5 || Digits == 3){    // Adjust for five (5) وسطاء الأرقام.
                    pips2dbl    = Point*10; pips2points = 10;   Digits.pips = 1;
        } else {    pips2dbl    = Point;    pips2points =  1;   Digits.pips = 0; }
        // إرسال الطلب(... Slippage.Pips * pips2points, مُنَاقَصَة - StopLossPips * pips2dbl

  3. ل (int i = 0; أنا < إجمالي الطلبات(); i++) {
         OrderSelect(أنا, SELECT_BY_POS, MODE_TRADES);
         لو ( OrderSymbol()==Symbol() && (OrderMagicNumber() == Magic))

    Always count down (another EA on another chart) and check return codes

    ل (int i = 0; أنا < إجمالي الطلبات(); i++) لو (
       OrderSelect(أنا, SELECT_BY_POS, MODE_TRADES)
    && OrderSymbol()      == Symbol() 
    && OrderMagicNumber() == Magic ){

كم كانت هذه المشاركة مفيدة?

انقر على نجمة لتقييمه!

متوسط ​​تقييم 0 / 5. عدد الأصوات: 0

لا توجد أصوات حتى الآن! كن أول من يقيم هذا المنصب.

نأسف لأن هذه المشاركة لم تكن مفيدة لك!

دعونا تحسين هذا المنصب!

أخبرنا كيف يمكننا تحسين هذه المشاركة?



مؤلف: فريق ويكي الفوركس
نحن فريق من متداولي الفوركس ذوي الخبرة العالية [2000-2023] الذين يكرسون أنفسهم لعيش الحياة بشروطنا الخاصة. هدفنا الأساسي هو تحقيق الاستقلال المالي والحرية, وتابعنا التعليم الذاتي واكتسبنا خبرة واسعة في سوق الفوركس كوسيلة لتحقيق أسلوب حياة مستدام ذاتيًا.