Forum

Forbes Billionaires

Hi, If you want to be new billionaire learn from these guys: The World's Billionaires - Forbes.com www.metexinvest.com Bongo

TrailingFixedPips

Hi all, MT5- this function showing ONE error. Thanks for help. //+------------------------------------------------------------------+ //| TrailingFixedPips.mqh | //| Copyright © 2010, MetaQuotes Software Corp. | //| https://www.metaquotes.net// | //| Revision 2010.07.12 |

Trailing Stop for MQL5

Hello, I'm looking for Trailing Stop for MQL5. I have one but It is not working. Thanks FXMan77 input int Inp_Trailing_FixedPips_StopLevel =3000; // Trailing::FixedPips::StopLevel input int Inp_Trailing_FixedPips_ProfitLevel=30; // Trailing::FixedPips::ProfitLevel

Slipage Indicator

Hello, I'm looking for slipage indicator. Thanks. FXmann77

Robots control robots

Hello, I'm developing a system that Robots are controling robots. Any help? Thanks FxMan77

Trailing Stop for martingale

Hello, I'm looking for Trailing stop for martingale: If first trade going to positive, use TS. Thanks //------------------------------ I have this Trailing stop: cnt=OrdersTotal(); while(cnt>=0) { OrderSelect(cnt, SELECT_BY_POS, MODE_TRADES); if (OrderSymbol()==Symbol() &&

Robots control robots

I developed a system that robots (EA's) control robots. First one is head robot but another 3 robots control what he is doing. Somebody is working on the same system? Bongo

CloseSymbol_byProfit

Hello All, I'm looking for an EA that will close only one Symbol e.g. (EURUSD) if it is in profit. I'm trading 5 pairs, every with 3-5 max.trades. Thnak. FXMan77

Hit and Run Scalper

Hi, I used this EA at MT3. Here is MT4 version. Lets go to be millionaires!!! Bongo

BarByBar EA Contest

Hi All, Here is the BarBy Bar EA. The conditions are missing. Is looking as that: if(CalculateCurrentOrders(Symbol())==0) { if(openenable) { if(YOUR BUY CONDITION) {