- Search Crypto Craft
-
magnumfreak replied Dec 13, 2009early sign that the trend may be in danger. Notice the red line from the stochastics and how far away it is from the other two (in particular the white line). This is a really good sign that the trend could be reversing, which it did. Like ...
Freakish Results
-
magnumfreak replied Dec 13, 2009This kind of crap is what chews up many accounts with traders trading moving average crosses. One of the key elements in this system is to wait for a confirmation. In this system, wait for a cross and a confirmation candle (i.e. 2 candles closing ...
Freakish Results
-
magnumfreak replied Dec 13, 2009Here is the account statement that shows the growth over the last few weeks.
Freakish Results
-
Freakish Results
Started Dec 13, 2009|Trading Journals|22 replies
Ok, I have been playing around with a new system that really seems to work well. I want to see ...
-
magnumfreak replied Dec 13, 2009Post some charts as you go along and maybe someone can help you. I wish you the best in your trading.
Eur/Gbp 30
-
magnumfreak replied Dec 13, 2009you need to post the mq4 file and not the ex4 file. ex4 files are not editable. the mq4 file is the source code.
Can someone program this?
-
magnumfreak replied Dec 13, 2009it would be much easier if you could post the original source code and not one that had been decompiled from the ex4 file.
indicator email alert request
-
magnumfreak replied Dec 13, 2009And as the markets start to open you will see the "interactive trading" forum numbers climb. It will fill with people who are waiting for someone to tell them whether they should be long or short. It's the reason you will see 300-400 people viewing ...
The Reason why 95% Traders fail
-
magnumfreak replied Dec 13, 2009spreadsheets are a dangerous tool. LOL! I am looking at mine right now. You would be surprised at how large of an order you can push through a bucket shop.
The best way is to chop it up into smaller orders so it doesn't get flagged by the dealing ...4% A Day Forever
-
magnumfreak replied Dec 11, 2009I use one I created that does not run on MT4, it runs as a stand alone windows app. It runs about 76% accurate and I use it mainly for it's consistent income. I still manual trade just for the fun and challenge of it. The software has been running ...
Trading Robots
-
magnumfreak replied Dec 11, 2009It depends on how the markets are moving. If I get several break even trades that were up 30-40 pips before coming back I will switch over and use a limit and grab 30 pips a trade (for those that make it that far). Works well during choppy days. If ...
4% A Day Forever
-
magnumfreak replied Dec 11, 2009You can actually combine the two styles. I trade that way. I look for trades on the 1 min but I look for opportunities to move a stop to break even and then just let it run. It's not uncommon for me to be up 100+ pips on a 1 min chart trade. I have ...
4% A Day Forever
-
magnumfreak replied Dec 11, 2009no, that requires real charting software. LOL! Sorry but 1 min is a low as it goes.
10 and 30 second charts
-
magnumfreak replied Dec 11, 2009check with fxsolutions. They let us move our accounts to UK a few weeks ago so we could keep the 400:1 and gain hedging and no fifo again. You may have to call them to see if they would let a new customer do that. Min deposit is $250.00.
Need a Broker - High Leverage, Low Deposit, US Resident
-
magnumfreak replied Dec 9, 2009check orderstotal() to find out how many orders you have going. If it is something that you want to limit on a particular pair then you can scan through orders with orderselect() and then check OrderSymbol().
Order send, management
-
magnumfreak replied Dec 9, 2009There may be times when price doesn't equal exactly the right amount. I would either use pending orders or change your if statement to: if (Ask >= Open[0]+PipsToBuy*Point) this way if price moves even slightly above your target it will trigger.
help with Ea needed
-
magnumfreak replied Dec 7, 2009The extra digit is equal to 0.1 pips. MT4 doesn't have the capability to understand fractional pips so a 10 pip move will show up as 100 on the screen for a 5 digit broker.
4 Digit & 5 Digit Brokers
-
magnumfreak replied Dec 6, 2009Here you go. I worded it the same as the alert message, let me know if you want anything different.
Help please ....can someone add email alert?
-
magnumfreak replied Dec 4, 2009are you looking to make it change colors based on certain conditions or are you trying to make it something that is user selectable??
How do I make the color of a MA variable?
-
magnumfreak replied Dec 4, 2009change the last zero to an i, the way you have it set up it will always compare it to the current candle.
problem with moving average