正在加载...
继续访问Myfxbook.com
继续访问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
2
3
4
5
..
40
1
2
..
39
40
MQL4 Stoploss
在
编程
中
Feb 14, 2016 at 07:47
You need add the StopLoss Condition.double stoplossBuy;if(stoplossBuy < Bid- Close[1]- atr ) stoplossBuy = Bid- - Close[1]- atr ;// This ensure your stopLossBuy will only move up
Good Trading Results 700% in 3 weeks BUT what should i do next?
在
经验丰富的交易员
中
Feb 14, 2016 at 07:47
You should continue working, while make your manual trading strategy into an EA.A moment of glory can not guarantee a forever victory, there are many factor can make you down to floor again, as:i) You making too much money, broker will give you higher spread or technical problem to pull you down.ii) Your strategy not working well in this season of trending pattern.iii) You got greedy and put big lot size and result big loss.Continue with your career, test your strategy, make it to EA, back test it Yearly on all the history data.There are 2 kind of strategy : i) Long time win and never blow ac...
BoschiZagler 2013 V1.0 - 1k Acc
在
策略
中
Oct 23, 2014 at 07:08
Backtest is the only tools to verify strategy work or not, demo test is to find out more bugs and verify the backtest result.Upgrading to Version 5.0.
anyone tell what is forex
在
一般
中
Oct 12, 2014 at 06:28
A Games of Money Management, Math of Probability and Luck.Buy when trend up, Sell when trend down.
BoschiZagler 2013 V1.0 - 1k Acc
在
策略
中
Oct 12, 2014 at 06:14
Version 1.0 fail on 2012 as 1000 not enough withstand draw down when caught in wrong trend.Version 2.0 adding more hedging and increase basket factor.... still analyze the counter logic when trend not in favor.
How reliable is backtests?
在
一般
中
Oct 08, 2014 at 06:57
It didn't perform well as in backtest is because you did not enough back test to see the bad performance might happened.You need backtest year by year start from 2000 - 2014. After it pass all these year, you might need try random start date for 3 month test, if stop by close you need increase longer period.From backtest, you need to figure out what is the save margin Account to play with minimum lot and what is the Risk Reward payout.Of course there are exception for some EA like the : fast scalping less than 1 pips within split second where backtest can able perform the operation while r...
Aladdin 8.1 Gold
在
交易系统
中
Oct 08, 2014 at 06:57
Demo Expire.
Aladdin 8.1 EurUsd
在
交易系统
中
Oct 07, 2014 at 23:11
Demo Expire.
How many MT4 platforms can I run?
在
一般
中
Oct 07, 2014 at 16:51
If running slow, can check the TaskManager how many memory taken by Terminal.exe.It might shoot up to 400-500MB if you had download history data for back test.In this case, you need to delete the history data manually.Example : D:\AlpariNZ\History\After delete the history, restart platform and it will run faster.
khaled fast growth
在
策略
中
Oct 06, 2014 at 13:13
Can you back test with Fix Lot like 0.10 lot with 10k Acc ? Also add Basket Loss 10k.This way will show how much money actually need to play with this EA. Compound Lot make it unable blow account once it accumulate enough capital.Fix lot and basket loss will determine the minimum criteria of Money Management to operate the EA.
Aladdin 8.1 EurUsd
在
交易系统
中
Oct 06, 2014 at 12:21
http://www.myfxbook.com/files/ForexSeeker/Manual_Interrupt_6Oct2014.JPGJust lucky to get away. Then price bounce up.
Aladdin 8.1 EurUsd
在
交易系统
中
Oct 06, 2014 at 12:15
6 Oct 2014 11:26:30 Manually add position of 1.28Lot as the OverKilll Lot limit to max 2 Lot. And no have FristStrike option as in Version 8.7.Close by Mater Basket Control 310 to get break even.OverKill Max lot should set to 20 lot.
counting max achievable profit
在
经验丰富的交易员
中
Oct 06, 2014 at 09:07
Nice, to test what is the Risk Reward upon this Trend Strategy.You need back test year by year. As trend strategy may fail if the whole year is in range and consolidation moment.Start 2000 till 2014.So far what time frame u use and how many year tested?
counting max achievable profit
在
经验丰富的交易员
中
Oct 03, 2014 at 01:06
TrailingStep actually mean StepDown.1st trade 21+0 = 21 pips ( TS =21) (TStep =0)2nd trade ( TS =36) (TStep =10)3rd trade (TS=48) (TStep =21)Example StepDown 10pips:Current Bar TS=36, next Bar : TS=26, next Bar : TS=6, next Bar : TS =-4.if (TS<0 && AccProfit()>0) { TS= Original TS 36 pips again.}Then TrailingStep repeat again.You can adjust also evey 1 Bars/ n Bars to do the StepDown process.
Armada ECN-Scalper01
在
交易系统
中
Oct 02, 2014 at 13:10
Classic Marketing Technique.We only show the best result, let the worst be forgotten and walk through the future....Deleted :http://www.myfxbook.com/members/scalpermaster/scalper-mt4-1204658/982058http://www.myfxbook.com/community/trading-systems/scalper-ea-01/802276,1http://www.myfxbook.com/members/scalpermaster/scalper-ea-02/982883How are we going to learn your mistake and get improve if the history is wipe out ?Are we wipe out by Over Trade? No backup plan? Strategy imperfect, bad luck....What improvement logic or tactic has implement for new version?
counting max achievable profit
在
经验丰富的交易员
中
Oct 01, 2014 at 22:46
Nope have formula, you just need create your own formula.My formula at this moment :Open 3 Trade upon Cross 2MA.Get the Highest ATR (7period) of last 21 Bars.If AccProfit >10, trigger the following Trailing Stop :1 Order) Trailing Stop1 = ATR x1.0 + TrailingStep : 02 Order) Trailing Stop1 = ATR x1.7 + TrailingStep : 10 pips3 Order) Trailing Stop1 = ATR x2.3 + TrailingStep : ATRAuto Refill back TrailingStop if the TrailingStep counter is Over.
Ghost Walker systeme
在
经验丰富的交易员
中
Sep 28, 2014 at 09:11
Look colorful 😄What is your Signal Logic ? Only for Trending or Range ?
Aeron7.1 2013 -1M Acc Loss8.7k
在
策略
中
Sep 28, 2014 at 06:35
Same setting on 2013 with 100k and 1kk : < 100k Profit while 1kk Loss >Reason : 1kk able to open 20 Position, while 100k only able open 12 Position.So is the Total Order key to control Account Over Trade? Willl 100k Acc with 0.01 Lot & 12 Position able to conquer all the Market Trend by this Math Logic?And how much Risk Reward can get from this setting?
Aeron7.1 2009 -100k Acc Profit 1.2k
在
策略
中
Sep 28, 2014 at 05:14
Account may loss money is you start trade from July.2 times of 60 days unable to recover as the trend is not big enough to pull off the debt.
Aeron7.1 2008 -1M Acc Profit 110k
在
策略
中
Sep 28, 2014 at 04:18
Take Loss setting : Reset after 60 Days.
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.
以前
共识
实际