HFT ea means you can profit thousands from $20 within a week.
So make it $10,000 for the prize. 
Posts made by biztet
-
RE: i WILL GIVE $50 FOR REPLICATION OF THIS HFT EAposted in Questions & Answers
-
RE: How To Avoid tradesposted in Questions & Answers
Which indicator do you know best?
You did mention stochastic.
Think logic, the lines go up and down. Both indicate end of the road, just maybe.
Above 80 OB, below 80 OS. -
RE: How To Avoid tradesposted in Questions & Answers
Use stoch, for your understanding. Later you'll try others also, haha.
Understand the indicator, the you'll understand your own settings.
-
RE: How To Avoid tradesposted in Questions & Answers
You can use oscillator indicators to set OB/OS condition and connect it with No Trade block.
-
RE: HEY!!!!!posted in Questions & Answers
If mq4 not created by fxdreema, then open it using Metaeditor and compile it there. Then you'll get the ex4 if there's no error.
-
RE: Close position please help!posted in Questions & Answers
Can also use Check profit (unrealized) block, set for Buys/Sells.
-
RE: How to save project versions?posted in Questions & Answers
Yes, export to mq4 and rename it according to your project version.
-
RE: Why can't I open the expert properties in MT4?posted in Questions & Answers
Also check if you missed the constant or variable.
-
RE: Rex indicator buffers???posted in Questions & Answers
@joemarkey6 have you tried looking at data window? Press Ctrl+D on your MT4 chart.
-
RE: How do I use several buffers at the same time?posted in Questions & Answers
@clubdio, you can't always catch what you see. You need to understand how the indicator works, how is the arrow generated, what's an option other than using buffer if the arrow is not one. Right now we are not using the arrows, but we use buffer from the bottom bar, the sub window indicator. Because that bars are the condition for the arrows to come out.
-
RE: How do I use several buffers at the same time?posted in Questions & Answers
Yes, usually this kind of signal repaints. You can still use it if only you can filter the signals.
-
RE: How do I use several buffers at the same time?posted in Questions & Answers
Press Ctrl+D, it will open the Data Window. You will see the buffer value there.
-
RE: How do I use several buffers at the same time?posted in Questions & Answers
Yes, like @sktsec said, try use the 233/234 object. also you can try the buffer value, 1/3/5/7 for buy and 2/4/6/8 for sell.
like if buy buffers > 1, and sell buffers > 1
use 1 condition block for each, connect to AND block. -
RE: How do I use several buffers at the same time?posted in Questions & Answers
@clubdio If it's just cci, better use standard indicator like @ambrogio said. It should give the same result and much more easier for the ea to read.
-
RE: Is possible to use a mql5 indicator in an EA?posted in Questions & Answers
That's also an option, but you can't see the option you are choosing. You'll need to make label or just remember it.
-
RE: Is possible to use a mql5 indicator in an EA?posted in Questions & Answers
Use enum appliedprice
-
RE: Is possible to use a mql5 indicator in an EA?posted in Questions & Answers
As long as there is buffers, objects or price levels in the indicator that is readable by fxdreema, it shouldn't be a problem.
-
RE: MA cross + retestposted in Questions & Answers
You need something to trigger the trade. You can use RSI, MFI, ADX, STOCH, even MA itself. Try to figure out.

