正在載入……
繼續訪問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
首頁
CrazyTrader
帖子
分享
分享此頁面!
帖子作者:
CrazyTrader
1
..
71
72
73
..
81
1
..
72
..
81
live
在
交易系統
中
Sep 17, 2013 at 01:13
This performance looks like a price action that is about to explose... Hope for you it's not a false breakout ^^
How to manage risk percent I decided to bet?
在
新手交易員
中
Sep 16, 2013 at 23:06
I just developped the StopLoss strategy below:Opening trade with no SL and TP = XNow if market doesn't go into trade's favor while EA is Long... if RSI < X then Modify Stop Loss X pips under Actual Price and TP = OpenPrice.So I don't close this looser trade, I take the risk to loose X pips more but I try to exit @ 0 Pips.Nothing fantastic... sometimes avoiding to loose pips, sometimes loosing a bit more!This can be more suitable for a volatile pair.
Client 1
在
交易系統
中
Sep 15, 2013 at 15:08
This guy is great programmer!it does build a super EA that is scalping Myfxbook registration... and creates a new follower to his system every single min : )So he wants some # Cash Back $€$€!!!
Looking for a trader.
在
一般
中
Sep 15, 2013 at 00:43
Lol.. I said 10% on €500 not 5 bucks.Now if someone gets €1000 I don't mind to share more % €$
Looking for a trader.
在
一般
中
Sep 15, 2013 at 00:17
I have seen a lot of traders here that started with lower account and made very growth percentage in real account!
Looking for a trader.
在
一般
中
Sep 14, 2013 at 21:14
We all have the same passion here : )Can you upload any account or send a private invitation so I can see your trading style?
Do you think you can turn $200 into $400 in six weeks?
在
新手交易員
中
Sep 14, 2013 at 11:14
When can I say lol?... Now? ok "LOL"
Looking for a trader.
在
一般
中
Sep 14, 2013 at 00:00
Nobody?
A new ratio for Autotrade
在
經驗豐富的交易員
中
Sep 13, 2013 at 00:13
Hi all,I bring here a new ratio to give us a quickly measure in order to identify if a strategy is worth to follow.Also, this can be used to select providers from Autotrade service.We all know the Risk/Reward ratio that we apply for each order. We can apply the same ratio to analyse the whole strategy account.I call it Global Risk/Reward:http://www.myfxbook.com/files/CrazyTrader/Global_RR.jpgOne of the criterias to become a provider on myfxbook is: - Return of at least 10% and higher than drawdown => So the ratio must be in between 0 and below 1More examples here:http://crazytraderfx.blogsp...
etoro platform
在
一般
中
Sep 12, 2013 at 23:57
I wouldn't recommand etoro!
JPY strength
在
經驗豐富的交易員
中
Sep 12, 2013 at 23:54
It is an error to look for reasons to describe a move as the forex market is not rational itself.
Momentum_FX (Stand by untill 2014)
在
交易系統
中
Sep 12, 2013 at 16:08
There is only one EA running into this account.I have multiple magic num because I set up differents parameters... so it can be very simple for analysisI hope I've just modified the lastest improvement, and I'm done with coding this one...Now let's enjoy pips : )
Orders per symbol.
在
程式設計
中
Sep 12, 2013 at 15:38
Doesn't matter the place you are you'll always find people willing to help you... look here you already found 2 traders/coder that can help you with.A lot of people helped me in my life... I like to help as much as I can... this is called the virtuous circle. More you help, better you find people in your life when you need help. I did send you the code... that's a great help.Now if you don't know how to implement it and use it correctly... well if you are looking for help... Send your EA in private.I think all coders have the same feeling as I... we don't care about other E...
Orders per symbol.
在
程式設計
中
Sep 12, 2013 at 13:42
So here, you have 2 examples that it is possible as I don't have neither programming background except from Excell lol.If ("I could create EA"; Then I might make pips)How I did... I firstly paid for my EAs from a programmer.... Then I look at his coding and learn from it. I started by changing little things... and then it comes with time if your are motivated.Or You can buy a dedicated book on MQL4... good luck.So you can contact me if you want.Cheers
Orders per symbol.
在
程式設計
中
Sep 12, 2013 at 13:14
See this EA, started Monday that I've been working over weeks... I'm still not happy with it so I added some new filters almost everyday.https://www.myfxbook.com/members/CrazyTrader/scalping-fx-into-momentum/688290
Orders per symbol.
在
程式設計
中
Sep 12, 2013 at 13:09
Yes I was sure... That's why there is no point to give code like that. You can't copy paste it anywhere just like that. Then You have to call the fucntion into your logic code to check if EA is allowed to place the trade depending on your parameter.Also.. I said that I can't understand your logic... because you resume it in one sentence. And like me, once you start modifying codes, you better learn it because you will always have something to add.So if you are quiet young, it's still time to learn... You need to know so basics, so at least when you have an help like that, you k...
Orders per symbol.
在
程式設計
中
Sep 12, 2013 at 08:52
I count like this:/* Count Open trades*/int countTrades(){ int trades = 0; for(int cnt = OrdersTotal()-1; cnt >= 0; cnt--){ if(!OrderSelect(cnt, SELECT_BY_POS, MODE_TRADES)) { logData("countTradesTP : Error : "+GetLastError()); } if(OrderSymbol() == Symbol() && OrderMagicNumber() == magicalNumber && (OrderType() == OP_BUY || OrderType() == OP_SELL)) { trades++; } } return(trades);}// So now you owe me 50 pips : )
Orders per symbol.
在
程式設計
中
Sep 11, 2013 at 20:18
I thought you knew how to code... in fact you just copy paste what you found.I don't know what you really need so I can't give a code.What do you need? Implement this logic into another EA?
Orders per symbol.
在
程式設計
中
Sep 11, 2013 at 14:20
Yes... It seems you know how to count : )If not working let me know...
Orders per symbol.
在
程式設計
中
Sep 11, 2013 at 14:03
HiIf you know how to code, you simply need to count numbers of current trades (opened one) and then create a parameter that will limit to the specific number you mention.So the EA can't open any more orders untill one of them has been closed.Cheers
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.
以前
共識
實際