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) वापस करना(0);                time0 = Time[0];

  2. EAs should auto adjust to 5 अंक दलाल, not force users to change the TP, क्र, and slippage:
    //++++ 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; }
        // OrderSend(... Slippage.Pips * pips2points, Bid - 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] जो अपनी शर्तों पर जीवन जीने के लिए समर्पित हैं. हमारा प्राथमिक उद्देश्य वित्तीय स्वतंत्रता और स्वतंत्रता प्राप्त करना है, और हमने स्व-शिक्षा का अनुसरण किया है और एक स्व-टिकाऊ जीवन शैली प्राप्त करने के हमारे साधन के रूप में विदेशी मुद्रा बाजार में व्यापक अनुभव प्राप्त किया है।.