로드 중...
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
..
4
..
7
Position Modifier not working correctly
프로그래밍
에서
Sep 15, 2015 at 13:24
As I understand , You have 2 different MAGIC for BUY and SELL.So the lines :if(OrderSymbol()==Symbol() && OrderMagicNumber()==Magic){ if(OrderType()==OP_BUY) { /*Your code*/ } if(OrderType()==OP_SELL) { /*Your code*/ }}Must be like this :if(OrderSymbol()==Symbol()){ if(OrderType()==OP_BUY && OrderMagicNumber()==MagicBUY) { /*Your code*/ } if(OrderType()==OP_SELL && OrderMagicNumber()==MagicSELL) { /*Your code*/ }}
MetaTrader 4 Issues
신규 트레이더
에서
Sep 13, 2015 at 20:14
I recommend You, to Verify your account :https://www.myfxbook.com/help#help_35 (do not use Publisher)Then if there are some missing data, you always can click button "Connect",and if it is successful , everything is OK.
Position Modifier not working correctly
프로그래밍
에서
Sep 09, 2015 at 13:33
Is there any Error code ? Are you sure your value for SL are correct ? It must be :StopLoss_BUY = OrderOpenPrice() - Distance;StopLoss_SELL= OrderOpenPrice() + Distance;Where Order must be Selected before,and Distance must be greater (>) thanMathMax( MarketInfo(_Symbol,MODE_STOPLEVEL), MarketInfo(_Symbol,MODE_FREEZELEVEL))*_Point;
Question on reporting commissions
일반
에서
Aug 27, 2015 at 10:25
I have similar problem.I am using broker, which pay me REBATE directly to my account.That look like I made Deposit. ( for me this is Profit )Then I wrote to MyFxbook, and they told me :If broker said that is Deposit, it is Deposit !!!I think your problem is same.If your Commission is line in your History, and is NOT part of the trade result ( the Swap is ),then your Commission will be accepted as Withdrawal (not as Loss).btw : Both operation : Deposit and Withdrawal in MQL4 are OrderType()==6 // Balance operation ... missing in help
Need some coding advise
프로그래밍
에서
Aug 25, 2015 at 10:08
GlobalVariable in Terminal are used to store information when Terminal restarted. (computer is off).... that is not what he need.He simply need to select Symbol in one part (function) of the program,and use it in other part (function)
Need some coding advise
프로그래밍
에서
Aug 25, 2015 at 10:02
All your writing is full of errors !!!You define rberPair as string , then compare rberPair to Integer.MarketInfo have 2 parameters , one is _Symbol (or Symbol()) , you not enter second.Mine idea is :1.1 You have to define a list of Symbol, you are going to use, alike :string MySymbol[28] = {Simbol00,...,Symbol27} // SymbolIndex= from 0 to 271.2 Then You can select Symbol this way :string rberPair=MySymbol[SymbolIndex]; // SymbolIndex= from 0 to 272.1 Where you want to search Symbol :- in selected (MySymbol) // on of 28- or in Market Watch // did you know what is this2.2 or the easy way : Your...
NEED HELP TO MAKE A EA
프로그래밍
에서
Aug 18, 2015 at 09:34
Read " Terms and conditions" :"4. Getting the bonus4.1 Bonus goes to the account automatically in case of the compliance with all conditions of this order.4.2 Bonus is issued once. Reusing of bonus isn’t possible.4.3 Bonus funds are credited for 7 calendar days.4.4 After this period the bonus is deducted, open positions are closed.4.5 After bonus $500 are charged off the bonus account it automatically turns into "Standard" or "Micro" type real account.4.5.1 The type of account depends on the amount of profit.4.5.2 Profit of $100 or more transforms bonus...
NEED HELP TO MAKE A EA
프로그래밍
에서
Aug 17, 2015 at 15:37
This is a little ads : end date 31.08.2015You can test Your strategy with $500-FREE for 7 days (5 working days) here :Welcome bonus $500 : https://grandbroker.com/trading/bonus/After this 5 days , You can keep profit for trading, but in next 7 days, have to Deposit same or greater money.That is all. Registration in few minutes , only need scan of Passport (ID-card).This way I open my account, actually accounts are opened by broker, and you receive e-mailI wish You success !
NEED HELP TO MAKE A EA
프로그래밍
에서
Aug 17, 2015 at 04:15
Hi, i see your history.That Martingale (2*volume) + Scalping (to low Take Profit )is NOT good idea to put too much money !... by the way , your performance chart is too much alike mine : http://www.myfxbook.com/members/StoneHeart/500bonus/1319500The difference is that I Use leverage < 10 (total all orders), and you already had >100 (on single order)... we will see who will blow-up account first.
Sound notification
프로그래밍
에서
Jul 30, 2015 at 16:05
That is a little different.I make it to have 2 different sounds (using terminal's sound).Also add input parameter how long script to work (default 5 min),this will auto-unload script if it is NOT used for last 5 min.If you want it non-stop, enter hi number , like 9999.
Sound notification
프로그래밍
에서
Jul 30, 2015 at 12:11
Here is simple SCRIPT about that :... but why do you need it ?
Viewing Trade History on MT4 Terminal
프로그래밍
에서
Jul 16, 2015 at 06:36
@DGSCALPER Try this : http://www.forexfactory.com/showthread.php?t=46668... link at the bottom of the last post I think, that is what you want :
Looking for this EA for MT4
숙련된 트레이더
에서
Jun 25, 2015 at 16:10
1. For normal work, you must enter ( Last ) order without TP ( = 0.0 ).2. Now Script have to be load after first order, and finish, if there is no orders.To make it working non-stop , remove line 46 : else { Comment(""); return; }After this, you could load Script first ( when no orders ),and it will continue working while stopped ( right click -> Stop Script ).... by the way at top-left corner is indication when it works.
Automated systems with 95% profitability - can this be true ?
숙련된 트레이더
에서
Jun 25, 2015 at 06:07
Yes ... DD pips .If I made +2000 pips closed per month,and have -1000 Floating,it is NOT too bad
Automated systems with 95% profitability - can this be true ?
숙련된 트레이더
에서
Jun 24, 2015 at 16:09
@KATSUO DD is EXTREMELY dependent by DEPOSIT !!!If I TEST some new system, I will sure make it on LOW DEPOSIT ==> result is HIGH DD !!@togr POSITIVE Pips result is definitely GOOD !... everything else is DEPOSIT !!!
Automated systems with 95% profitability - can this be true ?
숙련된 트레이더
에서
Jun 24, 2015 at 16:06
The HIGH % WINNERs is not problem, it is possible.Problem is even 1% LOSERs ... what to do with them ?... If you have solution (for some % losers), there is NO PROBLEM !
Looking for this EA for MT4
숙련된 트레이더
에서
Jun 23, 2015 at 09:50
@robotfxea Here is SCRIPT that you want. (GIFT!)Input TP is in POINTs , beware with 5-digits brokers, for 100 Pips you must enter 1000 POINTs !I add Time between executions 5 sec, you can change it.First test on DEMO !
Looking for this EA for MT4
숙련된 트레이더
에서
Jun 22, 2015 at 12:25
This is something alike Break Even.But as you describe it, strategy can finish with big loss.... make some calculation for N(>=3) orders, and N-1 negative close.I agree : Writing Expert/Script is easy.
Trigger position when indicator gives off alert
프로그래밍
에서
Jun 16, 2015 at 15:39
I do not think that is possible.OPTIONS are NOT TRADING !... it is BETTING !!!
New to Forex
신규 트레이더
에서
Jun 04, 2015 at 08:35
You are talking about COPY-trade, that is NOT AUTO-trade.When you COPY , you can set SCALE for your account, to the original account.I am not sure is that possible here, but it is on www.share4you.com
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.
이전
합의
실제