Recent topics discussed

Importing ForexTester Accoun history to myfxbook? In General by forex_trader_1318 - Oct 03, 2012 at 11:21
Hello all,I run some testin on ForexTester2 and would like to import trading history to see some stats on my fxbook. is that possible? I tried to import it but did not work.Anyone have experience with it?BR,arsa
Contest - khodamfx In Trading Systems by lukas_johan - Oct 03, 2012 at 07:12
wah trader merah putih pada kemana nih ? Pernah ada tidak trader merah putih yang juara disini ?
Timer for Cable Run In General by moidart - Oct 03, 2012 at 05:54
HiAm after a timer to force closure of open trades at the nominated timeWould read some like:Variable Inputs ValueClose Open Trades hh:mmIf interested, plase send quote . Have open copy of Cable RunCheersmoidart
Contest - Thanakrit In Trading Systems by teuteux13 - Oct 03, 2012 at 04:36
hi,which indicator are you using?thanks
real6500lot1 In Trading Systems by zaenal - Oct 03, 2012 at 01:55
masih ploating 8000cent
5000lot2 In Trading Systems by zaenal - Oct 03, 2012 at 01:54
MULAN START akun demo pake both 5000cent/2
5000lot1 In Trading Systems by zaenal - Oct 03, 2012 at 01:52
test both pake demo sudah 30%/month. mudah-mudahan konsisten AMIN.....
Contest - avoitenko In Trading Systems by mramor123 - Oct 02, 2012 at 20:38
Чета не очень, на чемпионате выходило лучше.
FxProfiler-Portfolio HF_Client In Trading Systems by primevalea - Oct 02, 2012 at 20:34
Not much to do in this business for us lately, it seems 😉.
Primary In Trading Systems by domgilberto1 - Oct 02, 2012 at 19:17
Good stuff. Am I right in saying that all it takes it one seriously bad week/month etc for your account to go bust though despite having a high strike rate all at the hands of your mental stops?Be interesting to see how long this account lasts for (said in a positive tone as I wish you all the best)Thanks for clarifying and writing back.
R-PONKTECH (M01) In Trading Systems by riponk - Oct 02, 2012 at 18:44
iya benar....
test In Trading Systems by forex_trader_91126 - Oct 02, 2012 at 14:43
сигналы редки...торговля по почти всем парам,на пару ~3сигнала за пол месяца-месяц
EA test In Trading Systems by forex_trader_91126 - Oct 02, 2012 at 14:42
состав на данный момент:1.мартин 24/52.ночной мартин3.сетка для сбора положительного свопа :) (интересно что выйдет)
Lite cent EUR USD GBP ring In Trading Systems by Jayman007 - Oct 02, 2012 at 13:52
Open Forex Account
NEOSMART SCALPER BETA In Trading Systems by myfacefx99 - Oct 02, 2012 at 11:20
I hope this get everyday in green.. 5-14 pips u can get everyday 😉
stevewalker - Manual Trading In Experienced Traders by fxsecure - Oct 02, 2012 at 11:17
Yes. But at the end the resuts is the most important thing.A lot of theroy...but is going to happen en 10 seconds?We can analize the past. But what about the futur?We try to do our best about the futur...and you can check: https://www.myfxbook.com/members/fxsecureOr here: www.axiory.com/platforms/axiory-multitrader/performance/LowRisk_Invest?a...
make all the grid filterable & sortable In Suggestion Box by paulh - Oct 02, 2012 at 08:56
Have recently signed up, and it seems the '' Compare Systems '' filtering facility does not actualy work and most of the ''Traders Strategies'' are Historical ones, I could not actually find any Active ones ! Perhap's its just me being unfamiliar with the system !
SystemStar In Trading Systems by forex_trader_87644 - Oct 02, 2012 at 07:20
This is my FXup link:https://fxup.org/trader/info/tid/3794/page/subscribe
NFA-Entropy NN In Trading Systems by forexinvestment - Oct 02, 2012 at 04:20
Hi,Sorry, it is not. Entropy is a well known concept in time series analysis, do some Google on "econophysics trading", it was mainly used in Physics but used more now in algo trading. I use an entropy indicator I developped in Matlab together with some neural nets. On multiple time frames I predict if next bar will be higher or lowe...
Brokers that support More than 100 Orders at a Tim... In General by forex_trader_79941 - Oct 01, 2012 at 17:37
first you will ask your broker to learn the max number of trades that they allow.then in your codeyou will count trades that are not pending ordersextern int max orders allowed long == 100;extern int max orders allowed short == 100;void ordercount(){ orderL=0; orderS=0; for(int a=0;a<=OrdersTotal();a++) { if(Ord...