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
Raiden
Posts
Share
Share this page!
Posts by
Raiden
1
..
6
7
8
..
13
1
..
7
..
13
Maple Leaf EA
in
Trading Systems
Apr 07, 2011 at 08:24
extern bool EquityStopLoss = TRUE;extern double EquityPercent = 30; //30%Start(){ if(EquityStopLoss&&1-AccountEquity()/AccountBalance()>EquityPercent/100)CloseAll();}void CloseAll(){ //Close all orders bool result=false; for(int i=OrdersTotal()-1;i>=0;i--){ OrderSelect(i,SELECT_BY_POS,MODE_TRADES); if(OrderSymbol()!=Symbol())continue; if(OrderMagicNumber()!=Magic)continue; result=OrderClose(OrderTicket(),OrderLots(),OrderClosePrice(),Slippage,Blue); if(result==false){ Print("CloseAll failed with error#",GetLastError()); con...
Pip Dragon
in
Trading Systems
Apr 04, 2011 at 11:06
Thanks for the heads up.
Mixed (R01-R03, S01, Manual) | 2010.11.30 - present | IBFX
in
Trading Systems
Apr 04, 2011 at 05:25
2011-04-04 Updated to v15 Iga
v11f Demo_closed 2011-10-03
in
Trading Systems
Apr 04, 2011 at 05:24
2011-03-31 Crushing loss on USDJPY. v15 2nd level 'smart' exit logic would have mitigated about half the loss on the final position. Emphasizes importance of 3rd level exit.
IN4X 4.6 - GAIN Capital - LIVE! (Savings account)
in
Trading Systems
Apr 01, 2011 at 06:33
There was another earthquake?
(Awadis+) (EURUSD, GBPUSD (new!))2011
in
Trading Systems
Mar 24, 2011 at 22:53
Admittedly it might have been better to have tested new code on a demo account first. But sometimes shit happens only when it's launched on an live account.I've personally experienced this opening and instant closing myself when two EA's interfered with each other, but was lucky to stop them before it damaged my account by too much. (-15%)Much condolences. Keep you chin up and start anew! This setback is temporary.
(Awadis+) (EURUSD, GBPUSD (new!))2011
in
Trading Systems
Mar 24, 2011 at 22:36
Looks like an error in his code starting at 03.24.11 04:24 causing the orders to close immediately upon opening. The account just got whittled down bit by bit through the spread. Very unfortunate.Wouldn't want to be him when he wakes up and sees this...You might want to be a bit more sympathetic.
$1,000,000.00 Challenge
in
Trading Systems
Mar 24, 2011 at 12:10
I get the impression that you think I'm being hostile or cynical about your endeavour. Far from it. I was merely suggesting ways to achieve your goal.
$1,000,000.00 Challenge
in
Trading Systems
Mar 23, 2011 at 13:02
Averaging down is not martingale. The usual caveats apply.
$1,000,000.00 Challenge
in
Trading Systems
Mar 23, 2011 at 09:21
;) couldn't get it to fit a proper table. It's just a milestone reference so you know how to pace yourself.For 36 months, you need to be getting 25.27% per month consistently, and that's not averaged out, it's gotta be compounded month-on-month. A little tough going by most fund manager's standards, who are already very happy with 6-20% per annum.And also from a personal viewpoint.Yes, you can't change the leverage within an account, I was suggesting to use a higher leverage account with the same broker or another broker altogether. You should still open the same lotsiz...
$1,000,000.00 Challenge
in
Trading Systems
Mar 23, 2011 at 06:48
To get from $300 to $1,000,000 :-Years_Months_Monthly%gain_EffectiveAnnual%gain1________12______96.60%_______333,233.33%2________24______40.21%_________5,673.50%3________36______25.27%_________1,393.80%4________48______18.41%___________659.84%5________60______14.48%___________406.50%6________72______11.93%___________286.50%7________84______10.14%___________218.62%8________96_______8.82%___________175.65%9_______108_______7.80%___________146.28%10______120_______6.99%___________125.05%11______132_______6.34%___________109.06%12______144_______5.79%____________96.60%The table as a milestone to k...
Mixed (R01-R03, S01, Manual) | 2010.11.30 - present | IBFX
in
Trading Systems
Mar 22, 2011 at 12:11
2011-03-22 0930 GMT GBP CPI y/y Expected 4.2 Actual 4.4Higher inflation -> higher interest rate?2011-03-22 1400 GMT GBP MPC Member Sentance Speaks2011-03-22 1800 GMT GBP MPC Member Sentance SpeaksTough call, have to see market till prior window.
v15 USD 100 (retired)
in
Trading Systems
Mar 21, 2011 at 04:29
2011-03-21 Retired to free up resources. Performance mirrored closely by v15A.
v11f USD 100 (retired)
in
Trading Systems
Mar 21, 2011 at 04:29
2011-03-21 Retired to free up resources. Performance mirrored closely by v11A.
Any strategy I will try to code it for you, contact me
in
Programming
Mar 20, 2011 at 12:25
Been there, done that, and to be blunt, you'll end up wasting a lot of your time. Most manual systematic/technical traders I've dealt with aren't as regimental as an algorithm would need to be.
FLASH MOVEMENTS 2011-03-16 5pm EST
in
General
Mar 18, 2011 at 01:18
ANOTHER move this 0000 GMT after G7 Nations agree on a co-ordinated move to stem JPY appreciation. Crazy times.This can't be healthy for the currency markets in the long run. The idea of fundamental analysis just goes smack out of the window.
MetaTrader 4 Client Terminal Build 392
in
Programming
Mar 17, 2011 at 23:01
This one is rather critical as update 388 had some problems with custom indicators.
MetaTrader 4 Client Terminal Build 392
in
Programming
Mar 17, 2011 at 18:39
http://forum.mql4.com/39605------------------------------MetaTrader 4 Client Terminal Build 392 1. Fixed deinitialization of the list of indicators in the tester. 2. Fixed display of profits in the base currency of a symbol. 3. Removed unnecessary recalculations of indicators when displaying them on a chart. 4. Fixed memory leak during optimization. 5. Added translation of the interface into Danish. 6. Fixed translation of the interface into German.The live update will be available through the LiveUpdate system. ------------------------------
FLASH MOVEMENTS 2011-03-16 5pm EST
in
General
Mar 17, 2011 at 17:36
I'm inclined to agree there's some other reason than central bank intervention. This flash movement had the same characteristics as the May 6 Flash Crash, and not the Sep 15 BOJ intervention where we could see a more structured rise. Similar to May 6, there were simply no prices available and the spread widening to a ridiculous amount. We also see the quick recovery of the price back to the pre-crash event within 2-3 hours, similar to May 6 and different from the sustained impact of dumping physical currency into the market on Sep 15.It's a pity this did not catch the eye of the ma...
FLASH MOVEMENTS 2011-03-16 5pm EST
in
General
Mar 17, 2011 at 10:26
These kinds of flash crashes fly in the face of 'value investing' and proper price discovery. A little surprised today's movement was not mentioned much in the news, might be because it happened in the non-trading hours of the equity markets, so little to no net impact there.
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