- Search Crypto Craft
-
magnumfreak replied May 8, 2008open the terminal window and look under journal and experts to see if there are any errors. Most likely you don't have all of the indicators that it references. Do you have the indicator called OzFX_D1_Ind_v1.0 installed in your indicators folder?
EA question
-
magnumfreak replied May 8, 2008are there any error messages in the journal or the tab marked experts?? Do you have the "allow live trading" checkbox checked under tools, options, expert advisors?
EA question
-
magnumfreak replied May 8, 2008This system has been posted for less than 1 week, hopefully the only person trading it live right now is the original poster. Everyone else should be forward testing in a demo account.
ATP (Advanced Trading Philosophy): 3+1=WIN
-
magnumfreak replied May 8, 2008you will need to write the RSI data to an array and then perform a iMAOnArray command.
Moving Average on RSI
-
magnumfreak replied May 8, 2008not sure if this will help you or not Max: F8, common tab, make sure the box with "Chart On Foreground" is unchecked and it will move the bars to the back of the screen so the indicators will be on top.
help tweaking an ea
-
magnumfreak replied May 8, 2008Once I reach of point of funding a stop, either through moving the stop to break even or removing a portion of the trade so that if it goes back to the original stop I would break even, I consider the risk at 0. I will rarely add to a position. Once ...
Position Sizing Puzzle
-
magnumfreak replied May 8, 2008not a problem. Glad to see it is working. Hopefully it will return major dividends for you.
Unbalanced Parenthesis
-
magnumfreak replied May 7, 2008if(SARD1>Bid && OrderMagicNumber(magicnolong)) OrderClose(glbOrderTicket,Lots,Bid, 3,CLR_NONE); should be: if(SARD1>Bid && OrderMagicNumber()==magicnolong) OrderClose(glbOrderTicket,Lots,Bid, 3,CLR_NONE);
Unbalanced Parenthesis
-
magnumfreak replied May 7, 2008int TradeClose==0; should be int TradeClose=0; a single = indicates that you want to assign a value, double == means you want to do a comparison (usually used in if statements and the like).
Unbalanced Parenthesis
-
magnumfreak replied May 7, 2008if (TradeClose=1, OrderClose(glbOrderTicket,Lots,Bid, 3,CLR_NONE); should be: if (TradeClose==1) OrderClose(glbOrderTicket,Lots,Bid, 3,CLR_NONE); also: if(SARD1>Bid && OrderMagicNumber(magicnolong) OrderClose(glbOrderTicket,Lots,Bid, 3,CLR_NONE)); ...
Unbalanced Parenthesis
-
magnumfreak replied May 7, 2008I will look and see but I doubt it. What are the entry requirements? In other words what starts a trade.
Multiple MOVING AVGs EA
-
magnumfreak replied May 7, 2008When you place a moving average on a chart, just go in and edit it by adding levels to it. Cntrol I for indicators, select the moving average, click edit, levels then add levels however many pips away to want them to show. 1 for 1 pip 2 for 2 pips, ...
Indicator- Pips away from MA?
-
magnumfreak replied May 7, 2008Great advice. If you feel like you MUST be in front of your computer trading, I like the asian session. I have caught many slow steady trends trading asia. Last night, for example, NZDUSD,AUDUSD, and EURUSD all started nice long trends right around ...
What is the best time to trade Forex for a rookie?
-
magnumfreak replied May 7, 2008No Kidding! I have made as many pips from the NZDUSD as I have with the GBPJPY today.
Looking across many of the yen pairs it looks like most of them have followed GJ and gone to sleep. Maybe tonight will be different.Auslanco - GBP/JPY and GBP/USD (newstrade)
-
magnumfreak replied May 6, 2008Crap! Guess I need to read more. You went Shong and I stayed LORT!


Cesarnc's market talk, gossips, rumours & fun
-
magnumfreak replied May 6, 2008there is more than one way to calculate pivots. Please specify the formula you are using.
Pivot Indicator
-
magnumfreak replied May 6, 2008open the chart you want, click file then save as. This will give you the option to save the data as a csv file (comma separated values) which you can easily import into excel. Indicators will not export only candle data and times.
Easy way to distinguish weekly info. on metatrader?