- Search Crypto Craft
-
magnumfreak replied May 20, 2008Geppy has no heart. Geppy thinks kittens are tasty. Here kitty kitty.
Auslanco - GBP/JPY and GBP/USD (newstrade)
-
magnumfreak replied May 20, 2008is the file stored in the experts/include folder?
how to include a file.txt in an mq4 file ??
-
magnumfreak replied May 20, 2008Down and dirty nothing fancy. This will display it in the upper left hand corner:
Urgent: I Need A Digital Momentum Indicator
-
magnumfreak replied May 20, 2008Heck I flipped a coin and the dang thing landed on its edge. LOL! Even if the markets suck, this thread makes it more tolerable.
Auslanco - GBP/JPY and GBP/USD (newstrade)
-
magnumfreak replied May 20, 2008not really. I am a technical trader so I trade what I see on the charts and not what is on TV. Most of the time the move has started before it shows on the TV anyway.
Does having Bloomberg TV on in the day help with your forex trading?
-
magnumfreak replied May 20, 2008You must be running it on a shorter timeframe. It seems to me at least that the shorter the timeframe to more impact news has on the EA or system.
Pair, LEAST affected by NEWS
-
magnumfreak replied May 20, 2008You must have put the bat down and picked up a sledge hammer. LOL!
Auslanco - GBP/JPY and GBP/USD (newstrade)
-
magnumfreak replied May 20, 2008It has been trapped in this triangle since Thursday. It has tested the bottom over and over and no sustainable breakout down. Bottom of triangle is weekly Central pivot.
Auslanco - GBP/JPY and GBP/USD (newstrade)
-
magnumfreak replied May 19, 2008That'll work! Need to find Casey to swing that bat for us.
Auslanco - GBP/JPY and GBP/USD (newstrade)
-
magnumfreak replied May 19, 2008The only thing the code does that I placed in there is change the EA_Mode to 2 when not within the time range. According to the notes in the code mode 2 is manage trade only. Does it need to be in another mode??
Sonic System!!
-
magnumfreak replied May 19, 2008Find a bigger bat please. LOL!
Auslanco - GBP/JPY and GBP/USD (newstrade)
-
magnumfreak replied May 19, 2008Probably one of the best things you could add to it was the ability to read the settings from a file. So let's say I wanted to create 100+ different tests, I could create a file with each test and then in the indicator I would just need to specify ...
Generic Finite Impulse Response Filter - Ever wanted to design your own MA?
-
magnumfreak replied May 19, 2008there is no need to open the attached file. It is a comiled indicator, just place it in your indicators folder, restart metatrader then attach it to a chart.
GBP/USD or EUR/JPY or.... Whatever's moving!!
-
magnumfreak replied May 19, 2008poor old gbpjpy stuck in a range. Home, home on the range. Where the fear and the greedalope play. Definitely has a bias to the downside though. Each swing high is getting lower and lower.
Auslanco - GBP/JPY and GBP/USD (newstrade)
-
magnumfreak replied May 19, 2008the indicators must use an indicator buffer so the ea can access the data directly. A quick way to tell if the indicator works this way is to place it on a chart and then open the data window to see if it is showing data. You can then access the ...
How to use Indicators in EA
-
magnumfreak replied May 19, 2008once you have selected the correct trade with orderselect you can use this code to set the stop equal to the entry price: OrderModify(OrderTicket(),OrderOpenPrice(),OrderOpenPrice(),NULL,0,Red);
MQL4 Guide
-
magnumfreak replied May 19, 2008Although I haven't tested it, try this version. I changed the time entry to integers so you only need to enter the hour of start and the hour of end. Unless it falls between these times, it moves to manage trade mode.
Sonic System!!