|
More site info...
MetaTrader Forum | Forum profile
|
|
Forum profile page for MetaTrader Forum on http://www.forexfactory.com.
This report page is the aggregated overview from a single forum: MetaTrader Forum, located on the Message Board at http://www.forexfactory.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "MetaTrader Forum" on the Message Board at http://www.forexfactory.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on MetaTrader Forum:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
68
|
258
|
870
|
|
Post:
|
184
|
813
|
3,062
|
|
|
MetaTrader Forum Posting activity graph:
|
Top authors during last week:
user's latest post:
Little help appreciated - Page 2...
Published (2009-11-06 13:02:00)
One last clarification. Should I leave the ContinueOpening=True; or delete it. PreviousOpenOrders=OpenOrders; if (OpenOrders>=MaxTrades) { ContinueOpening=False; } else { ContinueOpening=(isTPSL==False); } ContinueOpening=True; <-THIS LINE ? } if (LastPrice==0) { for(cnt=0;cnt<OrdersTotal();cnt++) { if (OrderSelect(cnt, SELECT_BY_POS, MODE_TRADES)) { mode=OrderType(); if (OrderSymbol()==Symbol() &&...
user's latest post:
EA - That uses MA for SL
Published (2009-11-10 05:24:00)
I can say with certainty that the problem was not related to the lot size. Setting it to 0 will close it without fail. So now I am left to guess what the problem might be. I looked at my code again. There was a problem with it not resetting properly. By this I mean that it would have closed the open order(s) at startup but any subsequent orders would not have closed unless you changed one of the settings. This problem was easily fixed. But you...
user's latest post:
Custom Data
Published (2009-11-12 04:03:00)
hi, So my university just got a trading floor. I got some futures tick data for there, but for the life of me i cannot make X tick charts. I have all the tick data i need but just need to put it into chart form. I kno exell can do this but thats not really adequate. Surely ninja trader or some other platfrom can create a chart from custum data. If anyone how to do this please advice. Regards, Piz
user's latest post:
10 min chart
Published (2009-11-04 22:41:00)
Quote: Originally Posted by pips4life ....If you open a 2nd - Nth chart of the same period (e.g. M20), then those charts don't get live tick updates!..... Apparently this is a limitation with this indicator (I didn't write it, so I can only try to guess the reason why it was programmed this way). Anyway, I was just e-mailed by another FF member asking exactly the same question. He was also trying to generate multiple 20 min charts...
user's latest post:
Little help appreciated - Page 2...
Published (2009-11-04 22:42:00)
hi all, i could make the proposed code, but the big question is, after stopping the trade then what next? for ex. Quote: string dateLimit = "2030.01.12 23:00"; int CurTimeOpeningFlag=0; datetime LastOrderOpenTime=0; bool YesStop; //add bool isTPSL=False; then Quote: OpenOrders=0; MarketOpenOrders=0; LimitOpenOrders=0; for(cnt=0;cnt<OrdersTotal();cnt++) { if (OrderSelect(cnt, SELECT_BY_POS, MODE_TRADES)) { if...
user's latest post:
EA - That uses MA for SL
Published (2009-11-10 05:24:00)
CodeMeister, Thank you for the mod, but I can't get it to work. It will not close the order. For the Lotsize: I have used 0 and the actual lot size. Can you advise Also, can you add an alert to sound when order closes Thanks again
user's latest post:
Is this possible
Published (2009-11-12 04:04:00)
If an EA trade on 15 min Time Frame can it open a trade with an indicator from a different time frame. like if the EA buys when the macd is up on the 15 min but only when the 1h macd is up or if the momentum is up on the 1h time frame or another time frame.
user's latest post:
Fractals indicator Alert
Published (2009-11-03 03:47:00)
Had one signal this morning just now at 10:30 PST am on the EUR/JPY. It happened fast and i had to hit the trigger right away scoring 8 pips. It did go on to make about +15 pips from just the one candle. I got +8 of it. A good scalp. That's the only signal i got this morning NY session that had an IB. Good stuff, Paris
user's latest post:
MT4 navigational tips and...
Published (2009-11-06 12:54:00)
Quote: Originally Posted by podgy Hey Guys does anybody know how to speed up mt4,mine is getting progresively slower.Many thanks Podge open your task manager and go to the Process tab, then find a procces called terminal.exe right click on that select Set priority and select High. you have to do that each time your run your MT4.
|
|
|
|
Latest active threads on MetaTrader Forum::
Started 3 weeks, 5 days ago (2009-10-19 13:13:00)
by skipperxit
Hello King,
intersting indi! that allow to see what happens between a Ranko candle and the next one. Unfortunately it is not what I'm looking for.
As explained in my post, I would like to be able to compare the " smoothing" obtained by Renko with the "smoothing" obtained by "Nicolelli's Range Bar". At the same time, I would like to attach to them some EA to see and compare the results.
...
Started 2 days, 13 hours ago (2009-11-12 04:04:00)
by xtraction
Quote:
Originally Posted by Ipso
It's a signal that triggers a loser.
Yep, and I'm quite close to it. Seriously, the vast majority of all my losers comes from these tight ranges. When I trade the system manually I know when to refrain from taking a position. Now I'm looking for a way to quantify it.
What is ...
Started 2 days, 13 hours ago (2009-11-12 04:04:00)
by n.forex
Hi Bridge
yes It's possible.
This code for calling Macd Indicator on the current timefame
Code:
iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_MAIN,0);
and This code for calling Macd indicator on 1H
Code:
iMACD(NULL,PERIOD_H1,12,26,9,PRICE_CLOSE,MODE_MAIN ,0);
Started 2 days, 13 hours ago (2009-11-12 04:04:00)
by Ronald Raygun
You basically want a live tick data feed, something like this?
http://forex.offers4u.biz/TickDBReadDB.php?p=EURUS D
Keep refreshing the page if you so choose.
Started 2 days, 13 hours ago (2009-11-12 04:04:00)
by Shabs19
Thank You,
Any chance I can have:
1. the alarm switch on/off
2. I can put my own wav file
3. Alert for Buy / Sell in the Alert box
regards,
Started 6 months ago (2009-05-14 10:08:00)
by smjones
Quote:
Originally Posted by welshguy2000
Alright mate,
any chance you could have a look at this?
What i'm looking for is a script that will allow me to enter say 2 lots of 0.4 at the same time, instead of me having to click the order button twice.. if that makes sense?
Cheers WG
I coded these a couple of ...
Started 2 days, 13 hours ago (2009-11-12 04:03:00)
by Kenz987
yes, ninja can do it - reformat the data to the required format - see help - you can use vbscript or excel vba to do that, select the instrument in instrument control, import (say yes to build 1-min chart data also), open chart.
here is input format: (file name is "ES 12-09.txt" for this sample)
20091109 162959;1091.50;26
Started 2 days, 13 hours ago (2009-11-12 04:03:00)
by hayseed
hey smoke..... measuring the price's distance from a moving average would be more akin to the macd, rather than stoch.....
however one could find the max and min values and ratio out the distance which would plot similar stoch..... not sure how much impact that extra code would have.....
here is the macd like version...... overbought oversold are adjustable.....h
Started 1 month, 2 weeks ago (2009-09-26 22:48:00)
by stratman
If you want to display the indicator in its own indicator window, attach it to the main window as usual but set the WindowNumber variable to the number of the indicator window.
To simplify things, attach this indicator 'BlankWindow.ex4' to your chart.
|
|
Hot threads for last week on MetaTrader Forum::
Started 1 week, 1 day ago (2009-11-06 12:54:00)
by smjones
I loaded this up in NotePad... That's pretty funny. I HEARBY ACKNOWLEDGE THAT KURKA IS A FOREX GENIUS
Nice script BTW thanks.
Started 3 weeks, 3 days ago (2009-10-21 07:51:00)
by cspip
Don't want to insult your intelligence.....but just to get it out of the way and ask....
....Does it repaint the past at all in any way ?
Otherwise looks really good
Started 2 days, 13 hours ago (2009-11-12 04:03:00)
by Kenz987
yes, ninja can do it - reformat the data to the required format - see help - you can use vbscript or excel vba to do that, select the instrument in instrument control, import (say yes to build 1-min chart data also), open chart.
here is input format: (file name is "ES 12-09.txt" for this sample)
20091109 162959;1091.50;26
Started 3 months ago (2009-08-11 19:31:00)
by dr_zeus
Thanks for posting this. I've applied it to my chart and will track it next to C4 and THV3 to see how they compare. I don't have the commercial renko script since I don't want to pay for something that I might not use, but I want to test out the Nitro system.
Can you post screenshots of your script and the commercial script side by side for comparison?
Started 2 weeks, 1 day ago (2009-10-30 17:03:00)
by IamTHAT
Quote:
Originally Posted by Toothman
Bump. This EA is a winner but I need to stop it from reentering after a TP.
May be using "Manual =1; " just before the last line will do but I am not sure.
Started 1 week, 3 days ago (2009-11-04 08:48:00)
by FrinkFX
How are you supposed to interpret this indicator? I got an email from Investopedia forex saying this was "the best indicator I never heard of" Is this how you heard of it too?
Started 1 month, 2 weeks ago (2009-09-26 22:48:00)
by stratman
If you want to display the indicator in its own indicator window, attach it to the main window as usual but set the WindowNumber variable to the number of the indicator window.
To simplify things, attach this indicator 'BlankWindow.ex4' to your chart.
Started 2 days, 13 hours ago (2009-11-12 04:04:00)
by Shabs19
Thank You,
Any chance I can have:
1. the alarm switch on/off
2. I can put my own wav file
3. Alert for Buy / Sell in the Alert box
regards,
Started 1 week, 4 days ago (2009-11-03 03:41:00)
by PiPologi$t
As I'm not a coder, I do not know if this is complicated. That being said here is an overview.
- 1. Candle's High or low is below a MA.
2. Then next candle's high and low are above a MA sound an alarm and
3. Enter trade when the next candle opens.
- Set hard Stop Loss
- Set soft Stop Loss to a different MA
- After set Profit achieved, change to a different MA.
- Must have two ...
Started 1 week, 4 days ago (2009-11-03 03:42:00)
by PiPologi$t
My looking for one the has an adjustable MA ie. can be changed. Period, MA
method (Simple, Exponential, and Smoothed), and Apply to: (low, High, Open,
Close)
|
|