กำลังโหลด...
Continue to Myfxbook.com
Continue to Myfxbook.com
Čeština
Deutsch
English
Español
Français
Indonesia
Latviešu
Melayu
Polski
Português(Brasil)
Português(Portugal)
Slovenčina
Svenska
Türkçe
Vietnamese
Русский
हिंदी
ไทย
日本語
简体字
繁體中文
한국어
ลงชื่อเข้าใช้
ลงทะเบียน
Open an account with FOREX.com
FX Tools:
ปฏิทินเศรษฐกิจ
Interest Rates
FX Calculators
ข่าว
สเปรด
ความเชื่อมั่น
แผนที่ฟอเร็กซ์มาแรง
ความสัมพันธ์
Market Hours
หน้าหลัก
ForexSeeker
โพสต์
แชร์
แชร์หน้านี้!
โพสต์โดย
ForexSeeker
1
..
10
11
12
..
40
1
..
11
..
40
SaveMe4
ใน
ระบบการเทรด
Oct 05, 2010 at 08:21
5 Oct'10 : Removing myfxbook update EA to see if the frequent crash incident connected. Logic counter greatly disturb and floating -500.
Mix Ea (Case Study)
ใน
ระบบการเทรด
Oct 01, 2010 at 13:06
There are many EA in the system which you can click custom analysis to see the EA comment.
Rebellion Reverse 8 (KIV)
ใน
ระบบการเทรด
Sep 29, 2010 at 01:31
29 Sep'10 : Restart platform to reset the martingale logic, so all will start from 0.01 again. Gain back to track but as playing with 4 pair, each pair will have their own martingale memory and sometimes overlap.
SaveMe4
ใน
ระบบการเทรด
Sep 28, 2010 at 15:15
28 Sep'10 : 1 hours jam again, out of logic by 20 pips which probably have close deal.
SaveMe4
ใน
ระบบการเทรด
Sep 28, 2010 at 12:18
28 Sep'10 : 10 hours no update, lucky no any big movement, still in target logic range.
HayFork_1.5.01
ใน
ระบบการเทรด
Sep 27, 2010 at 15:17
Hmm.. SIG got no margin call ? Now seem like you owe them money as negative account balance. So the solution is just change new broker ?
Seeker Skyline (Alpari UK)
ใน
ระบบการเทรด
Sep 24, 2010 at 16:35
25 Sep'10 : Restart platform so the lot size restart again from 0.10 Lot. Total 5 straight loses in a role.
SaveMe4
ใน
ระบบการเทรด
Sep 24, 2010 at 15:54
24 Sep'10 : Manual close profit $3 on Friday 11.53 pm. Also disable EA.
SaveMe4
ใน
ระบบการเทรด
Sep 22, 2010 at 16:27
23 Sep'10 : 4 hours no update.
SaveMe4
ใน
ระบบการเทรด
Sep 22, 2010 at 10:55
22 Sep'10 : 1 hours no update.
FX-Challenge-KB5-Risk40 (History Record)
ใน
ระบบการเทรด
Sep 21, 2010 at 01:10
21 Sep'10 : 12 hours no update, platform always down and VPS seem limited to open 4 platform. Floating positive for USdChf.
Rebellion Reverse 8 (KIV)
ใน
ระบบการเทรด
Sep 18, 2010 at 04:56
Revise lesson :I see that most other value of indicator do output 2 data : Value 1 and Value 2.So to get Value 1. Normally adjust on the buffer code ? double EMACrossBlue=iCustom(Symbol(),0,"Cross EMA Arrow",4, 5, 0, 1);double EMACrossBRed=iCustom(Symbol(),0,"Cross EMA Arrow",4, 5, 1, 1);nt init() {SetIndexStyle(0, DRAW_ARROW);SetIndexArrow(0, 233);SetIndexBuffer(0, g_ibuf_76); //buy arrowSetIndexStyle(1, DRAW_ARROW);SetIndexArrow(1, 234);SetIndexBuffer(1, g_ibuf_80); //sell arrowreturn (0);}If I want the EA code change instantly according the indicator attach, can it be ...
SaveMe4
ใน
ระบบการเทรด
Sep 17, 2010 at 16:22
18 Sep'10 : Off EA manually on Friday night. As big gap price might happened on Monday and calculation of EA might in error.
Rebellion Reverse 8 (KIV)
ใน
ระบบการเทรด
Sep 17, 2010 at 16:18
Thanks for the sample, it speed up my learning.18 Sep;10 : Manually close UsdJpy after 2 days as the channel is very thin and break out not sure to which side.<a href='http://www.myfxbook.com/files/ForexSeeker/18SepCutUsdJpy.png' target='_blank'><img src='http://www.myfxbook.com/files/ForexSeeker/18SepCutUsdJpy.png'/></a>Take profit $2.53.
SaveMe4
ใน
ระบบการเทรด
Sep 17, 2010 at 15:55
Put wrong parameter, it do buy in the first order. It drop down 23 pip more, and if no interrupt it can basket $10.<a href='http://www.myfxbook.com/files/ForexSeeker/17SepEnd.png' target='_blank'><img src='http://www.myfxbook.com/files/ForexSeeker/17SepEnd.png'/></a>
SaveMe4
ใน
ระบบการเทรด
Sep 17, 2010 at 13:35
17 Sep'10 :Set New parameter to basket profit at $2 and do first order = Sell. As having 6 order open and seem reaching the resistant.<a href='http://www.myfxbook.com/files/ForexSeeker/17SepResistant.png' target='_blank'><img src='http://www.myfxbook.com/files/ForexSeeker/17SepResistant.png'/></a>If 7 order reach, the EA will try to basket profit > -$10.
Rebellion Reverse 8 (KIV)
ใน
ระบบการเทรด
Sep 17, 2010 at 03:18
17 Sep'10 : 9 hours no update.How about the original indicator ? Do it need to modify or call the indicator first before start() ?// Indicator ---- Cross EMA Arrow -------------#property indicator_chart_window#property indicator_buffers 2#property indicator_color1 Blue#property indicator_color2 Reddouble g_ibuf_76[];double g_ibuf_80[];extern int FasterEMA = 4;extern int SlowerEMA = 5;int init() { SetIndexStyle(0, DRAW_ARROW); SetIndexArrow(0, 233); SetIndexBuffer(0, g_ibuf_76); //buy arrow SetIndexStyle(1, DRAW_ARROW); SetIndexArrow(1, 234); SetIndexBuffer(1, g_ibuf_80); /...
Stochastic Martingale - Sep
ใน
ระบบการเทรด
Sep 17, 2010 at 02:17
17 Sep'10 : 9 hours no update
KB5 - FridayOn
ใน
ระบบการเทรด
Sep 16, 2010 at 14:13
16 Sep'10 : 7 hours no update, miss out many profit trades.
Rebellion Reverse 8 (KIV)
ใน
ระบบการเทรด
Sep 16, 2010 at 11:59
This is actually my first creation of EA, while the SaveMe4 is the continue project of Salvation from by brother project.The EA name is RebellionReverse-8, and you can imagine at lease 8 times have to look over the code and re-modify.The main concept is still Martingale. Same as the Seeker Skyline, where it bet on one trend that might come.An EA that base on indicator is always uncertainty as the oscillator indicator can not be right all the times. So it has an option to reverse the signal when the analysis always wrong.I only do back test on EurUsd pair when coding the EA.While in Demo test I...
You have an Ad Blocker!
Myfxbook is a site supported by advertisements. Here are two ways for you to continue browsing:
Ad Free Subscription
หรือ
Disable your Ad Blocker
Already subscribed?
ลงชื่อเข้าใช้
คุณไม่ได้เข้าสู่ระบบ
คุณสมบัตินี้มีให้สำหรับสมาชิกที่ลงทะเบียนเท่านั้น
การลงทะเบียนนั้นฟรีและใช้เวลาน้อยกว่าหนึ่งนาที
คลิกปุ่มลงทะเบียนเพื่อดำเนินการต่อ
เว้นแต่คุณจะเป็นสมาชิกและเพลิดเพลินกับบริการของเราอยู่แล้ว ให้เข้าสู่ระบบ
Keep up to date with the markets
Enable notifications to receive real-time important market updates:
ปฏิทินเศรษฐกิจ
ข่าวฟอเร็กซ์
You can disable notifications at any time from your browser.
Unblock Notifications
You've blocked browser notifications for Myfxbook.com. Please enable it:
You can disable notifications at any time from your browser.
ก่อนหน้า
การสำรวจความเห็น
จริง