Loading...
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
Русский
हिंदी
ไทย
日本語
简体字
繁體中文
한국어
Sign In
Sign Up
Open an account with FOREX.com
FX Tools:
Economic Calendar
Interest Rates
FX Calculators
News
spreads
Sentiment
Forex Heat Map
Correlation
Market Hours
Home
ForexSeeker
Posts
Share
Share this page!
Posts by
ForexSeeker
1
..
10
11
12
..
40
1
..
11
..
40
SaveMe4
in
Trading Systems
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)
in
Trading Systems
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)
in
Trading Systems
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
in
Trading Systems
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
in
Trading Systems
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
in
Trading Systems
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)
in
Trading Systems
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
in
Trading Systems
Sep 24, 2010 at 15:54
24 Sep'10 : Manual close profit $3 on Friday 11.53 pm. Also disable EA.
SaveMe4
in
Trading Systems
Sep 22, 2010 at 16:27
23 Sep'10 : 4 hours no update.
SaveMe4
in
Trading Systems
Sep 22, 2010 at 10:55
22 Sep'10 : 1 hours no update.
FX-Challenge-KB5-Risk40 (History Record)
in
Trading Systems
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)
in
Trading Systems
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
in
Trading Systems
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)
in
Trading Systems
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
in
Trading Systems
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
in
Trading Systems
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)
in
Trading Systems
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
in
Trading Systems
Sep 17, 2010 at 02:17
17 Sep'10 : 9 hours no update
KB5 - FridayOn
in
Trading Systems
Sep 16, 2010 at 14:13
16 Sep'10 : 7 hours no update, miss out many profit trades.
Rebellion Reverse 8 (KIV)
in
Trading Systems
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
or
Disable your Ad Blocker
Already subscribed?
Sign In
You're not logged in
This feature is available for registered members only.
Registration is free and takes less than a minute.
Click the sign up button to continue.
Unless you're already a member and enjoying our service, then just sign in.
Keep up to date with the markets
Enable notifications to receive real-time important market updates:
Economic Calendar
Forex News
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.
PREVIOUS
CONSENSUS
ACTUAL