- Search Energy EXCH
-
Hairi replied May 21, 2018daily consolidation structure is hold between 1.35-1.36. In order for big player to long this structure, they maybe looking to buy at cheaper price. (and seller liquidity below 1.35, will provide them the option to do so) I maybe wrong...
Cable Update (GBPUSD)
-
Hairi replied May 20, 2018attached DC3C indicator. (mt4) before you use the indicator, better to test run it on strategy tester to see how it's behave. It will repaint DC3C setup to the latest. Default MTF is Period H4 (user input variable). you can attached this indicator ...
Daily Chart 3-Candle
-
Hairi replied May 19, 2018Hi simoneg, the more i read, the more i don't understand. for "BUY SETUP", we have 12 possibilities. as below. can you tell us, which my understanding is wrong?? and perhaps, you can edit my excel file for better understanding.
Daily Chart 3-Candle
-
Hairi replied May 19, 2018Hi simoneg, after re-read again all post starting post#1 until last post, i believe i miss some rules. Will rewrite/revised the EA rules again tonight. btw, i’ve run the BT on GBPUSD, default setting H4.
Daily Chart 3-Candle
-
Hairi replied May 18, 2018EA to try, based on rules on page 1. Let me know the feedback.
Daily Chart 3-Candle
-
Hairi replied May 15, 2018yes, that MY plan (and MY opinion on that matter). daily consolidation will soon be break.
Cable Update (GBPUSD)
-
Hairi replied May 13, 2018when I said dip, i mean break the current low to around 1.343xx something.. just my opinion, and we know how unpredictable this pair are. will piling long order below there.
Cable Update (GBPUSD)
-
Hairi replied May 13, 2018something like this? ps: Sorry OP for hijacking your thread.
Win in Trend and Win in Range
-
Hairi replied May 13, 2018well.. i thought you want to explain more on that triangle reference. (level,reference,entry)

Win in Trend and Win in Range
-
Hairi replied May 13, 2018it don't. you already have !ExistPositions() in place.
I will code your EAs and Indicators for no charge
-
Hairi replied May 13, 2018most difficult part is choosing a direction. double OrderRunningStatus() { double ProfitLoss = 0, Commission = 0, Swap = 0; for(int order = 0; order <= OrdersTotal() - 1; order++) { bool select = OrderSelect(order,SELECT_BY_POS); if(select && ...
Win in Trend and Win in Range
-
Hairi replied May 13, 2018how good is good, that worth £200 to 400 pound?
Why you should trade 1-2% of your account on a trade!
-
Hairi replied May 13, 20182% (or whatever the value) risk% is subjective. out of curiosity, how do you guys calculate that? example: Balance = $1,000 Leverage 1:300 EURUSD price = 1.195 Spread = 10point Stoploss = 200point Commission perroundtrip = $4/standard lot Trade BUY. ...
Why you should trade 1-2% of your account on a trade!
-
Hairi replied May 13, 2018show your complete EA code. (or at least on OnTick function). there is no way to evaluate your code correctness other than this.
I will code your EAs and Indicators for no charge
-
Hairi replied May 12, 2018how did you applied it? and in my code, 6 is broker time, not local time. but you should be aware of it. int BrokerTime = 6; // Broker time void Ontick() { if(!CheckTime()) { // your code } } ps: you don't need to wait until Friday to check the ...
I will code your EAs and Indicators for no charge