ロード中...
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
forex_trader_25447による投稿
1
2
3
4
5
6
7
1
2
..
6
7
Very simple martingale EA requested for MT5
プログラミング
の中
Sep 25, 2016 at 20:03
It is waste of time , and money.
Function that returns the number of consecutive wins
プログラミング
の中
Aug 24, 2016 at 14:38
This program return numbers of winners (nWin)from last accepted loss in current symbol :// program global variabledouble nWin;void Profit() // Return nWin{ datetime LastTimeLOSS=0; j=0; while ( jLastTimeLOSS && OrderProfit()<0.0 ) LastTimeLOSS=OrderCloseTime(); } j++; } if ( OrderSelect(0,SELECT_BY_POS,MODE_HISTORY) ) if ( LastTimeLOSS==0 ) LastTimeLOSS=OrderOpenTime(); else {} else LastTimeLOSS=TimeCurrent(); j=0; CurrentPROFIT=0; nWin=0; while ( jLastTimeLOSS ) nWin++; j++; }}
Backtest in the past is good, in the past is bad. What's happening?
プログラミング
の中
Aug 21, 2016 at 21:23
One of the possible reasons is NEGATIVE SWAP. It is accumulated daily to any open trade, but You see this result only on close !If You have many trades opened for more than 1 day It is normal when You have Positive Profit, to get Negative Swap, and final Negative result.Watch more detailed to the orders closed by tester at the end of test. (comment in journal like this : "Tester: order #xxxx is closed")One-other reason is a bit complex for me to explain, I will try.If Your account currency is USD , and You trade EURUSD. You Profit is in USD.Many people use PIPS to calculate PROFIT , ...
Trade Calculator For All Open Trades To Reach Breakeven [Request]
一般
の中
Aug 19, 2016 at 10:46
This is one of the ability of Myfxbook : "Trafing activity" -> "Exposure"You will see Breakeven price as "OpenPrice"
How program Lot = EURGBP x GBPUSD ?
プログラミング
の中
Aug 13, 2016 at 20:23
By theory :1. To read Ask and Bid for any pair, you need that pair to be listed in Market Watch window.2. Then you can use MarketInfo("EURUSD",MODE_ASK); But I recommend you to have 1 open chart for each Symbol.Then you can read info for any of this Symbols.
Hedges and Martingales an explosive combination.
一般
の中
Aug 12, 2016 at 10:26
There are some other movey managements, that can work well with grid sistem.Martingale is most simple to understand, but most dangerous for account.Hedge (also known as Lock) can help to reduce exposure,but at same time it increase open position voluve (margin requirement, paid swap)
How many MT4 platforms can I run?
一般
の中
Aug 08, 2016 at 04:23
I run 7 MT4 platforms om my 5 years old computer.On each of them is EA working 5 days 24 hours.I restart computer once , in weekend.But I have one secret : My EA do NOT work on every tick.I have input parameter now often to work : normally once on 5 secThose , if I have more terminals working, I have to increase No Working time.And the CPU load will be the same. (usually below 20%)
whats wrong with this code?
プログラミング
の中
Aug 05, 2016 at 04:45
I see some syntax errors .You probably know some other language , and try to write as You know.You have to write like this :double myPoint, mySpread, myStopLevel,myTickValue,myTickSize,myLotValue;int myDigits;init(){SetPoint();}start(){ bool enableopen = true; if(max_spread_filter && (Ask-Bid)/myPoint
whats wrong with this code?
プログラミング
の中
Aug 01, 2016 at 03:51
Possible errors :1. Type of "max_spread_filter" not "bool"2. "myPoint" == 0.0
Which BROKER to choose for Auto-Trader?
一般
の中
Jul 26, 2016 at 23:04
I have account in XM.Here I have "personal manager" in my natural language (Bulgarian).If I need support , simply I write him. Or in some emergency case (like Brexit) hi call me.No-deposit Bonus $30 is good to start Cent account.The only inconvenience I have is limit of 200 orders PER USER (not per account).... so it is not good idea to have more than one real (or cent) account here.
Which BROKER to choose for Auto-Trader?
一般
の中
Jul 25, 2016 at 23:39
Here is good article : http://fairreporters.net/economy/largest-forex-brokers-by-volume-in-2015/
Which BROKER to choose for Auto-Trader?
一般
の中
Jul 25, 2016 at 05:09
I cant see where are you from,but for the beginning I recommend you to use some local to you broker.It will be easy to solve problems if they are.I can recommend you E-global (also known as Forex4you)They have many different type of accounts - you can choose .Also they have PAMM, Copy, VPS service
What makes some EA's backtest slower?
プログラミング
の中
Jul 01, 2016 at 11:29
Try to comment some part of the program,and find where is the most slow code.
Calculate exact 2 MA crossover price
プログラミング
の中
Jun 26, 2016 at 16:30
Mathematically You have to made extrapolation of both MA,( or simply use their current speed : MA[i]-MA[i-1] )and find time where they replace positions :( ( MA1[i-1]>MA2[i-1] && MA1[i]MA2[i] ) )
GBPUSD-Fx4You
取引システム
の中
Jun 25, 2016 at 03:44
The day of BREXIT : http://www.myfxbook.com/files/StoneHeart/160624GBPUSB_res2.jpg
Add push message to trendline alert indicator
プログラミング
の中
Jun 17, 2016 at 08:21
When I send TEST Push message, it arrive to my phone with more than 10 minutes delay.And some other messages come only after I restart mobile terminal.
Brexit
一般
の中
Jun 08, 2016 at 13:52
Simply , don't use high Leverage
Random sleep
プログラミング
の中
Jun 01, 2016 at 08:47
You can use "GlobalVariable" : https://docs.mql4.com/globalsWhen some EA send order, this variable accept the time of execution. Each EA can make anything, only after N seconds (and again set this variable).It is also useful to check IsTradeContextBusy() before execution,it is possible some EA is already working.
Problem: Indicator don't update the chart...
プログラミング
の中
May 25, 2016 at 10:00
Try this :
Parameter "spread" in Strategy Tester
プログラミング
の中
May 20, 2016 at 00:37
1. Spread in Tester is multiplier for value of _PointBid is read from History . Ask is calculated as Bid+Spread*Point2. When selected Current, both value, Ask and Bid are read form real chart (Symbol must be listed in the "Market Watch" window)Keep in mind that Ask and Bid are ... so this value are read with ONLY !
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?
サインイン
ログインしていません
この機能は登録メンバーのみが利用できます。
登録は無料で1分もかかりません。
登録ボタンをクリックして続行します。
あなたがすでにメンバーで私たちのサービスを楽しんでいるなら、後はサインインするのみです。
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.
過去
コンセンサス
実際