- Search Metals Mine
- 1,205 Results (1,204 Replies, 1 Comments)
-
BlueRain replied Feb 16, 2024I see. You might be right.
I will code your EAs and Indicators for no charge
-
BlueRain replied Feb 16, 2024I think you are talking about 2 candle "Engulf" pattern. that first candle is smaller, inside of next larger candle body.
I will code your EAs and Indicators for no charge
-
BlueRain replied Feb 13, 2024Some changes to existing scanner for your needs. It has a few Cols of what you have asked + extra RSI: Most of those, you can turn on/off as it fits. 1. SP - Spread 2. DC% - daily price change % ( default in MT5, but MT4 doesn't have this info ) 3. ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Feb 6, 2024[quote=Edmund.J;14744879] Thank you! But... I don'tthis is the lotsize you are going to lose if you hit SL ( ask - 10 pip in long ) If you don't understand, you might want to get sample EAs and study a bit more. Even your OrderSend() is in wrong ...
Need Help - EA's Lot calculator
-
BlueRain replied Feb 6, 2024Below function will calculate lotsize. You provide pip and riskmoney. double CalcRiskLotSize(int iSL,double TotalRiskMoney) { // double PValue=(((MarketInfo(Symbol(),MODE_TICKVALUE)*point)/MarketInfo(Symbol(),MODE_TICKSIZE))*LotSize); int ...
Need Help - EA's Lot calculator
-
BlueRain replied Feb 6, 2024I think I did something like that few years ago. url also, there is next version - you can search it.
(binned per thread starter’s request) I need indicator that count
-
BlueRain replied Feb 5, 2024Simple adaptation of code from mql5 with minor change. It doesn't have win/loss but most of what you are looking for.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jan 23, 2024I tested out and it produced correct output. More likely, you don't have those historical data in your terminal. Please download historical data first before running scirpt. I have tested out some pair without old data and it did fail also. Without ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Jan 22, 2024Modified to have start time and end time.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jan 9, 2024I found this indicator is working well. it combines Market Hours + News Event. - it is free download tool. Download the 'News Reminder' Trading Utility for MetaTrader 5 in MetaTrader Market (mql5.com)
I will code your EAs and Indicators for no charge
-
BlueRain replied Dec 21, 2023I did a little touch to clean up the code and it seems working. I can see both Buy and Sell orders in tester. Try out.
I will code your EAs and Indicators for no charge
-
BlueRain replied Dec 19, 2023There are few restrictions on what kind of EA you are using. Most of case, you can use EA as long as it is run by yourself in your own account, not following other signals. Also, you can use copier between your own accounts, but copy from other ...
Prop Firm Trade Copier
-
BlueRain replied Dec 18, 2023check this out 10 Best Forex Trade Copiers - Forex Broker Report Personally, I use this local copier that worked fine with me. This one also handles Netting Account. Buy the 'The Copier MT4' Trading Utility for MetaTrader 4 in MetaTrader Market ...
Prop Firm Trade Copier
-
BlueRain replied Dec 18, 2023I am not going to add but just give tips. 1. Get you pairlist int currentSymbolsTotal=SymbolsTotal(true); and get name of symbols into array using loop { marketWatchSymbolsList[i]= SymbolName(i,true); } 2. iterate all your symbols using for loop ...
Breakeven ATR Advisor - Need help from a programmer
-
BlueRain replied Dec 11, 2023Check the error log. More likely, you are missing an indicator under \indicators and there should be error. check first post - TMA ATR Channel.mq4
TMA ATR channel cross
-
BlueRain replied Dec 9, 2023It is called QQE indicator . Basically it is smothered RSI - that has RSI + extra line. Since it has RSI and other additional feature, I use in replacement of RSI. the one in the thread was from MT5 but I am attaching mt4 version. You can get QQE ...
TMA ATR channel cross
-
BlueRain replied Dec 6, 2023I found something similar here and BestTraderEv would be best candidate for this indicator as he has done some work on this pattern. Once identified candle pattern of marubozu, it is just matter of drawing box as S/R on the wicks. url
I will code your EAs and Indicators for no charge
-
BlueRain replied Dec 6, 2023Not sure if I understood correctly. I understood it as it checks two candles only. - Yesterday and today's candle. if bull and bull, and if current price is above yesterday's high, it is BULL Bias. if bear and bear and if current price is below ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Nov 25, 2023I don't do much coding any more but this may work for you. it is daily move % by default but you can change time frame.
I will code your EAs and Indicators for no charge