- Search Metals Mine
-
lghr replied Oct 4, 2017Very interesting, thanks for sharing, keep following.
Weekly system (Set and forget)
-
lghr replied Oct 2, 2017Hi, HedgePro. How do you trade with "correlation hedge strategy" ? Thanks.
What was your "holy grail"?
-
lghr replied Sep 24, 2017I think if a position is closed on current bar, it should not open again. so update.
GA (Low Risk High gain) Trend is Friend
-
lghr replied Sep 24, 2017Hi Noor16, i seen you said it don't repaint. so code the ea.
GA (Low Risk High gain) Trend is Friend
-
lghr replied Sep 18, 2017The key is "Jump", it don't need any indicaor and line. Thanks to cemilfx. Greet!
Trading "System" when ALL Markets Close
-
lghr replied Sep 15, 2017Yes, you are right, at that time frame, the price is jumper, and very quick. I think it is difficult to trade manually. It maybe better to trade with a ea.
Trading "System" when ALL Markets Close
-
lghr replied Sep 1, 2017I know Nicholishen and hanover are great coder, and much many in FF.
Develop some EAs together
-
lghr replied Aug 24, 2017The Weiswave is a repainting indi.
I will code your EAs and Indicators for no charge
-
lghr replied Aug 17, 2017Now, i use V950, bugs, the newer, the more.
Bollinger bands stops (new version)
-
lghr replied Aug 16, 2017Today, i read the thread again, feel it is more refreshing. I will practice. Thanks to TooSlow.
Highest Open / Lowest Open Trade
-
lghr replied Aug 14, 2017can do so simply: double LotsSave1 =0.02, LotsSave2 =0.03; void MarginProtect() { //////////////MARGIN BUY if(totalBuyLot()>=(Lots*4) && Bid-lastOrderPrice(Op_Buy)>PriceRange*PipValue*Point) { double tb=totalBuyLot(); double sb=totalSellLot(); ...
I will code your EAs and Indicators for no charge
-
lghr replied Aug 14, 2017
As such it's clear to read and code.I will code your EAs and Indicators for no charge
-
lghr replied Aug 13, 2017ok int buy_ticket=0, sell_ticket=0, buystop_ticket=0, sellstop_ticket=0; for(int i= OrdersTotal()-1; i>= 0; i--){ if(OrderSelect(i,SELECT_BY_POS) && OrderMagicNumber()==MagicNumber && OrderSymbol()==Symbol()) { total++; if(OrderType()==OP_BUY) ...
I will code your EAs and Indicators for no charge
-
lghr replied Aug 13, 2017should be so: int buy_ticket=0, sell_ticket=0, buystop_ticket=0, sellstop_ticket=0; for(int i= OrdersTotal()-1; i>= 0; i--){ if(OrderSelect(i,SELECT_BY_POS) && OrderMagicNumber()==MagicNumber && OrderSymbol()==Symbol()) { total++; ...
I will code your EAs and Indicators for no charge