正在載入……
繼續訪問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
首頁
compuforexpamm
帖子
分享
分享此頁面!
帖子作者:
compuforexpamm
1
2
3
4
5
..
13
1
..
3
..
13
Dragon Expert v3.2 EU EJ UJ
在
交易系統
中
Dec 06, 2016 at 10:32
After shouting from the treetops for the last 2 weeks, you make the account private and delete your trade explorer at FF??There is only one conclusion............
CorexFX EA _not use martingale
在
交易系統
中
Dec 05, 2016 at 08:34
OMG! Not again.....vladislav ea/core ea......all the same shit over and over. It's like groundhog day.Frankly you are just polluting the feed here.
Probably a stupid question......
在
新手交易員
中
Dec 02, 2016 at 16:23
Many brokers are offering CFD's, indices and some commodities on MT4.FxPro has 279 tradeable symbols, ADS(Abu Dhabi) has 325......plenty of scope.
Martingale
在
一般
中
Nov 23, 2016 at 17:03
^^^^^^^What he said^^^^^^But since you asked.....the Russians appear particularly fond of such strategies........look here :-http://ruforum.mt5.com/forums/12-avtomatizirovannie-torgovie-sistemiYou will find one with minimum digging......use google translate if you don't speak the lingo.
Social Trading Broker for a Newbie
在
新手交易員
中
Nov 20, 2016 at 10:03
Hi,That's fair comment.....MT4 is fine, any platform will come with some form of a learning curve. If you are looking at social trading the technical knowledge required is minimal.I haven't tried any of the other platforms but that is because I code my own EA's and don't particularly care to go out and learn another language/platform.I believe that social trading is still going to become very big......it allows you to be involved or un-involved as you like. It varies from following successful traders that blog/post potential trades, to trading EA's, or receiving signals, or...
Social Trading Broker for a Newbie
在
新手交易員
中
Nov 14, 2016 at 18:08
Veronica,Why is Metatrader 4 hard for you?
How to get indicator to read from Daily Chart?
在
程式設計
中
Oct 21, 2016 at 20:01
This should do it......... int lowest_bar = iLowest(NULL,PERIOD_D1,MODE_LOW,BarsBack2,StartBar); int highest_bar = iHighest(NULL,PERIOD_D1,MODE_HIGH,BarsBack2,StartBar); double higher_point = 0; double lower_point = 0; HighValue=iHigh(NULL,PERIOD_D1,highest_bar); LowValue=iLow(NULL,PERIOD_D1,lowest_bar);😀
How to get indicator to read from Daily Chart?
在
程式設計
中
Oct 21, 2016 at 19:35
Please elaborate......This code will only return info on the current symbol......
TrendTrader_AUDUSD_SL
在
策略
中
Oct 05, 2016 at 07:56
In line with the about, I have stopped testing on this account. I will leave it up on my profile for now just so people don't think I am hiding something. Admittedly this was an almighty ball up but bugs will occur and that is why I posted that this is available for testing instead of for sale.You can follow the updated EA here :-https://www.myfxbook.com/members/compuforexpamm/trendtrader-v13-beta/1810580Also, if interested in this EA, please refer to the following forum where testing/development is ongoing :-http://forum.worldwide-invest.org/trading-expert-advisors-ea/31944-compuforex-tre...
TrendTrader_AUDUSD_SL
在
策略
中
Oct 05, 2016 at 07:21
Yup, actual it's a bug in the lot sizing with just 2 trades running at 10 times the intended size...........anyways, just letting it run but will probably kill off the account as it's not really representative.Despite the _SL comment in the name, the exit is via an internal trend change measurement.
hedge forex positions with no loss
在
一般
中
Sep 29, 2016 at 18:45
@SaltyWaters , Just to be clear, I believe you are talking about some sort of grid strategy, and I don't have an issue with that......each to their own, but I would like to make the following observations. This requires some form of asymmetrical lot sizing. Assuming I am correct.....1. This is not hedging per se.......you still have to take a direction in the market.2. One of my points is that a strategy like this can be devolved into a single one sided trade......eg... 1 lot buy and 1.1 lot sell is the same as 0.1 lot sell, but without the commission and swap charges.My comments were no...
hedge forex positions with no loss
在
一般
中
Sep 26, 2016 at 14:18
CrazyTrader.....IMHO vontogr is correct. As long as you do the correct lot sizing, you can hedge using the method he mentioned. I used an ea that used to trade EURGBP synthetically using EURUSD & GBPUSD because the spreads would be lower using the more liquid currencies. The lot sizing is key.....the EURJPY lot needs to be slightly bigger since you get more yen for a EUR than for a USD.@ilqarsadiqov200, I also believe that there is no point in hedging. You can make opposite trades as much as you like but you will end up with the same constant loss. As a matter of interest, any hedge positi...
TrendTrader_AUDUSD_SL
在
策略
中
Sep 24, 2016 at 06:26
Hello people,This EA is attached for testing. Long term plan is to take it commercial but for now it is a work-in-progress. Grab it while it's free. The attached version expires on Christmas day(2016). Those that make a decent contribution to the testing process will receive a free copy of the final version for one account.Just a couple of points about the process.....I am obviously looking for feedback but I am only one person. I may not be able to respond quickly or to you personally for every issue. Also note, that I am not going to consider endless modifications for the EA to suit your...
why do i get this error when compiling?
在
程式設計
中
Sep 14, 2016 at 02:07
Try this..........void criarlabelControl (string nome,string texto, color cor,int x,int y,int size,int corner=1){int soma=0;if (nome!='PairLabel') soma=y+30; else soma=y; ObjectDelete(nome);ObjectCreate(nome,OBJ_LABEL,0, 0, 0);ObjectSetText(nome,texto,size, 'tahoma', cor);ObjectSet(nome, OBJPROP_CORNER, corner);ObjectSet(nome, OBJPROP_XDISTANCE, x);ObjectSet(nome, OBJPROP_YDISTANCE, soma);With the new #strict property, variables that are declared within a nest only have scope within that nest. So for example if you use :-for(int x=10;x>-;x--){do this..............}You will f...
OrdersTotal in a specif pair of currencies
在
程式設計
中
Aug 17, 2016 at 16:32
Here is the code in a working script.
OrdersTotal in a specif pair of currencies
在
程式設計
中
Aug 17, 2016 at 12:40
The code is solid. I have tested it via a script. You need to be more specific as to the error that it is giving you. Alternatively, post the mql file and I will have a look at it.
OrdersTotal in a specif pair of currencies
在
程式設計
中
Aug 16, 2016 at 06:16
Replace the ' around the EURGBP with double quotes("). The website seems to change my original quotes.Also the Number_of_Orders should be declared as int
OrdersTotal in a specif pair of currencies
在
程式設計
中
Aug 15, 2016 at 06:45
Use this function :-int Trade_Count(int My_Magic, string my_symbol){int counter = 0; for(int i = OrdersTotal()-1;i>=0;i--){ if(OrderSelect(i,SELECT_BY_POS)>0){ if(StringFind(OrderSymbol(),my_symbol,0)>-1){ if(OrderMagicNumber()==My_Magic)counter++; } } } return(counter);}Function call would be something like :-Number_of_Orders = Trade_Count(12345, "EURGBP");
Need a little Help
在
程式設計
中
Nov 23, 2012 at 14:19
Ok, play around with the terminal settings. It really is a drop dead simple script, so it is defintely the terminal settings that are preventing execution. Also check the Experts Tab at the bottom, along with the Journal tab.
Need a little Help
在
程式設計
中
Nov 23, 2012 at 13:58
The script is really simple and should have no issues.Did you install it in the scripts folder? If so, then check your Tools>>Options>>Expert Advisor tab and check that live trading is allowed.
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.
以前
共識
實際