0
(0)

> I see nothing free on your site

This line not my post but if you look ที่นี่ there are free source code EA's

And here are ฟรี compiled EA's, indis and tools

No email or registration required, just download

FWIW

-BB-

Needs a Trading Hours filter as found in this LiveAlligator 101 - working example of an intraday/swing trading EA - original author is Rustein

Also ECN handling would be an idea and 'reliable order handling'

FWIW

-BB-

ชื่อ:
EMAplusWPR_V2
ผู้เขียน: ทัวร์18 (2011.08.03 17:53)
คะแนน: 10
ดาวน์โหลดแล้ว: 19340
ดาวน์โหลด:
EMAplusWPR_V2 1
EMAplusWPR_V_2.mq4 (12.1 Kb) ดู
 

Expert advisor that trade in the trend of EMA and buy/sell signals get from Williams %R

I have tried to create an Expert advisor that could by traded with 1000 ทุนเริ่มต้นของ EUR และเพื่อลดการเบิกจ่าย. Hope you like it. I appreciate every feedback.

Optimized for EURUSD 5 นาที

I have removed some bugs, removed position sizing, add some inputs.

You use it on your own risk. I am not responsible for your loss, you have to change, test and optimize it for your purpose.

have not optimized itold versions:

http://codebase.mql4.com/7348

http://codebase.mql4.com/7458

 

อินพุต:

extern string    separator1 = "------trend settings------";
extern bool      useEMAtrend = true;               // trade in EMA trend
extern int       barsInTrend = 1;                  // how many bars should be in trend
extern double    EMAtrend = 144;                   // EMA period for trend

extern string    separator2 = "------WPR settings------";
extern double    iWPRPeriod = 46;                  // WPR period for enter and exit
extern double    iWPRRetracement = 30;             // minimal retracement for WPR to allow another trade
extern bool      useWPRExit = true;                // use exit with WPR indicator

extern string    separator3 = "------position settings------";
extern double    lots = 0.1;                       // fixed lot size
extern int       maxTrades = 2;                    // max trades allowed for pyramiding
extern double    stop_loss = 50;                   // stop loss
extern double    take_profit = 200;                // take profit
extern bool      useTrailingStop = false;          // use trailing stop
extern double    trailing_stop = 10;               // trail stop loss
extern bool      useUnprofitExit = false;          // exit trade when trade was not in profit in defined amount of bars
extern int       maxUnprofitBars = 5;              // amount of bars not in profit
6 ความคิดเห็น หากต้องการโพสต์ความคิดเห็นใหม่, โปรด เข้าสู่ระบบ หรือ ลงทะเบียน

i risultati esposti sono molto buoni.......h o scaricato, ma non riesco a farlo funzinare con i parametri default.......quancuno mi aiuta??'

GRAZIE MILLE

27.07.2012 21:02 pasqui

Did you write this Code? I am trying to find someone that can write a similar EA for me. I have the concept but do not know how to write the code.
16.02.2012 15:17 gator

indeed is profitable but needs optimization

22.10.2011 22:45 barauskasjustin

EMAplusWPR_V2 2

DEFAULT SETTINGS

เครื่องหมาย EURUSDFXF (ยูโรเทียบกับดอลลาร์สหรัฐ)
ระยะเวลา 5 นาที (ม.5) 2007.03.30 17:01 - 2011.09.30 00:59 (2007.01.01 - 2011.06.20)
แบบอย่าง ทุกขีด (วิธีที่แม่นยำที่สุดตามกรอบเวลาที่น้อยที่สุดที่มีอยู่ทั้งหมด)
พารามิเตอร์ separator1="------trend settings------"; useEMAtrend=true; barsInTrend=1; EMAtrend=144; separator2="------WPR settings------"; iWPRPeriod=46; iWPRRetracement=30; useWPRExit=true; separator3="------position settings------"; lots=0.1; maxTrades=2; stop_loss=50; take_profit=200; useTrailingStop=เท็จ; trailing_stop=10; useUnprofitExit=false; maxUnprofitBars=5; magicNumber=13131;
บาร์ในการทดสอบ 335572 เห็บจำลอง 34632921 คุณภาพการสร้างแบบจำลอง 99.00%
ข้อผิดพลาดแผนภูมิที่ไม่ตรงกัน 0
เงินฝากเริ่มต้น 10000.00
กำไรสุทธิรวม 3924.40 กำไรขั้นต้น 32367.40 การสูญเสียขั้นต้น -28443.00
ปัจจัยกำไร 1.14 ผลตอบแทนที่คาดหวัง 1.64
ขาดทุนแน่นอน 376.60 การเบิกถอนสูงสุด 1261.60 (8.53%) การลดลงของสัมพัทธ์ 8.53% (1261.60)
การซื้อขายทั้งหมด 2399 ตำแหน่งสั้น (วอน %) 1100 (65.45%) ตำแหน่งยาว (วอน %) 1299 (69.44%)
การค้ากำไร (% ของทั้งหมด) 1622 (67.61%) การเทรดขาดทุน (% ของทั้งหมด) 777 (32.39%)
ใหญ่ที่สุด การค้ากำไร 136.60 การค้าขาดทุน -54.80
เฉลี่ย การค้ากำไร 19.96 การค้าขาดทุน -36.61
ขีดสุด ชัยชนะติดต่อกัน (กำไรเป็นเงิน) 30 (287.20) ขาดทุนติดต่อกัน (การสูญเสียเงิน) 12 (-599.60)
สูงสุด กำไรติดต่อกัน (นับการชนะ) 455.80 (18) ขาดทุนติดต่อกัน (นับการสูญเสีย) -599.60 (12)
เฉลี่ย ชัยชนะติดต่อกัน 4 ขาดทุนติดต่อกัน 2

โพสต์นี้มีประโยชน์เพียงใด?

คลิกที่ดาวเพื่อให้คะแนน!

คะแนนเฉลี่ย 0 / 5. นับคะแนนเสียง: 0

ยังไม่มีคะแนนโหวต! เป็นคนแรกที่ให้คะแนนโพสต์นี้.

ขออภัยที่โพสต์นี้ไม่มีประโยชน์สำหรับคุณ!

ให้เราปรับปรุงโพสต์นี้!

บอกเราว่าเราจะปรับปรุงโพสต์นี้ได้อย่างไร?



ผู้เขียน: ทีมงาน Forex Wiki
เราคือทีมผู้ซื้อขาย Forex ที่มีประสบการณ์สูง [2000-2023] ที่อุทิศตนเพื่อใช้ชีวิตในแบบของเรา. วัตถุประสงค์หลักของเราคือการได้รับอิสรภาพทางการเงินและอิสรภาพ, และเราได้ติดตามการศึกษาด้วยตนเองและได้รับประสบการณ์ที่กว้างขวางในตลาด Forex เพื่อเป็นหนทางในการบรรลุวิถีชีวิตที่ยั่งยืนด้วยตนเอง.