- Search Crypto Craft
-
magnumfreak replied Apr 18, 2008That's like saying speak to me in French but only use English words so I can understand it. If you have been through all the beginner stuff then you should understand all of the "tech lingo". Read through all of the trading systems and find one that ...
Expert Advisor of MT4
-
magnumfreak replied Apr 17, 2008Glad to help. Keeps me busy when the markets are slow.
Problem makes me crazy
-
magnumfreak replied Apr 17, 2008Why not enlighten us as to your great strategy? Perhaps you have stumbled onto something, or maybe you have something that is close and someone here can help you refine it.
It's impossible to lose money in Forex!!!
-
magnumfreak replied Apr 17, 2008Try this. I think I found the issue but I haven't tested it.
Problem makes me crazy
-
magnumfreak replied Apr 17, 2008you would need to build a custom indicator for that. You cannot just drag and drop it.
Across the Board Moving Averages On 1 Chart???
-
magnumfreak replied Apr 17, 2008it is definitely impossible to lose money in Forex...... when you are trading demo.
It's impossible to lose money in Forex!!!
-
magnumfreak replied Apr 17, 2008two different streams two different sources. It is hard to tell how each are getting their values. But normally yes your data is live.
Does my MT4 show live data?
-
magnumfreak replied Apr 17, 2008why not post exactly what you are doing? Maybe others can benefit from it also.
It's impossible to lose money in Forex!!!
-
magnumfreak replied Apr 17, 2008you don't use charts but you had trouble with your charting software??? Uhhh What?? Show us the system.
It's impossible to lose money in Forex!!!
-
magnumfreak replied Apr 16, 2008it looks like it will never reset due to this logic: if(Buys+Sells > ((Buys+Sells-Trade_Count)+Max_Trades)) { Grid_Count=0; New_Grid=1; } so lets say you have 2 buys open and no sells, that solves out to 2. Trade_Count is always set to Buys+Sells, ...
A little help with ea needed
-
magnumfreak replied Apr 16, 2008just delayed orders to simulate what it would be like live.
Demo orders..
-
magnumfreak replied Apr 16, 2008forward testing is not to predict the market, it is to see how the ea performs in a live market. Backtesting is just a start, it will show you if it has any hope at all. forward testing is just running the EA on a demo account for a while to see how ...
How much reliable is forwardtesting?
-
magnumfreak replied Apr 16, 2008it is the only true way to test an ea. Try it on one pair for a week, see how it does, then expand to other pairs and monitor the results.
How much reliable is forwardtesting?
-
magnumfreak replied Apr 16, 2008if you are just beginning, I agree, limit it to one pair. As you get better, expand to other pairs. Mainly for backup. Occasionally, the pair you like best will get into a range or get very choppy and difficult to trade and then you can look at ...
What trading system generates the best win/loss ratio?
-
magnumfreak replied Apr 15, 2008can you give any details as to what you need?
Help needed to create forex bot
-
magnumfreak replied Apr 15, 2008which program is that and why only c#?? Just curious.
Can anyone here code in C#?
-
magnumfreak replied Apr 15, 2008interesting.. Do you know much about the ea itself? I wonder if it needs some indicator that you are missing. Check the journal and experts tab under the terminal window to see if the ea is generating any errors.
Expert advisor help needed....
-
magnumfreak replied Apr 15, 2008why bother re-inventing the wheel? There are hundreds of indicators out there that show the different sessions, with lines or boxes, some even change the size of the box to show you the high and low of the session.
Trading Session Highlight Visual Effect Possible ?
-
magnumfreak replied Apr 15, 2008Does the name of the EA show in the right hand corner of the chart? What symbol is next to it? Smiley face, X, sad face?? Have you clicked the button on the toolbar that starts ea's? It is the one with Expert Advisors next to it. If it is showing a ...
Expert advisor help needed....