- Search Metals Mine
- 151 Results (149 Replies, 2 Comments)
- TrendLover replied Sep 18, 2020
The options are Skrill and bank wire transfer, appears here. However, the support guy who spoke to me declined to give details about the bank wire transfer option. I explicitly asked twice which bank they use or if they use TransferWise. But he did ...
FTMO - For serious traders
- TrendLover replied Sep 18, 2020
I emailed them and asked this question twice, but the guy spoke to me didn't want to answer. It is so simple to report, but he deviated from it. As if this were some company secret, lol, how ridiculous it was.
FTMO - For serious traders
- TrendLover replied Sep 18, 2020
Hello guys, I don't want to use Skrill to receive FTMO profit withdrawals. Has anyone here ever been paid for them via bank transfer? Which bank do they use? How long did it take for the payment to enter your account? Has your bank charged any fees? ...
FTMO - For serious traders
- TrendLover replied Sep 17, 2020
Hi Mr Jeanlouie, Thank you for this indicator. I think he has an error. The opening price is always the bid. However, for buy orders, the opening price is Ask. Could you fix it? image I tried this on line 121, but it didn't work. if(Use_Ask_Bid == ...
I will code your EAs and Indicators for no charge
- TrendLover replied Jan 6, 2020
Hello friends, I wish I could quickly add and remove a specific indicator through a button on the chart. Have a button and then assigned it so that once click will show the indicator and click again will hide the indicator. Could anyone do this? ...
I will code your EAs and Indicators for no charge
- TrendLover replied Jan 1, 2020
Line 63 to remove signal arrows for (int x = 2; x <8; x ++) Line 75 to remove period text for (x = 2; x <8; x ++)
Multiple Trend Signal
- TrendLover replied Dec 28, 2019
Thank you very much!
I will code your EAs and Indicators for no charge
- TrendLover replied Dec 19, 2019
Hello friends, Could anyone edit this indicator so that it changes color only when crossing the signal line? image Example of what I would like it to be: image
I will code your EAs and Indicators for no charge
- TrendLover replied Nov 17, 2019
I use an indicator that shows the total stop loss and take profit values of all open positions. Today when opening MT4 saw that the indicator is not working properly. Does anyone try to fix it? image file
I will code your EAs and Indicators for no charge
- TrendLover replied Nov 16, 2019
Hi Mr Phylo, Could you add Multi-Timeframe to this indicator?
Better SuperTrend Indicators
- TrendLover replied Sep 13, 2019
Hi guys, Which of these codes is the best? CloseAtProfit (Code A).mq4 | Line 307 double ProfitCheck() { double profit=0; int total = OrdersTotal(); for (int cnt = total-1 ; cnt >=0 ; cnt--) { OrderSelect(cnt, SELECT_BY_POS, MODE_TRADES); double ...
I will code your EAs and Indicators for no charge
- TrendLover replied Sep 10, 2019
Thank you very much!
I will code your EAs and Indicators for no charge
- TrendLover replied Sep 10, 2019
The "HLine Distance in Pips x1.mq4" script has one drawback: you must remove and re-add the script whenever you change symbols or timeframe. The indicator "SL&TP Values Mod" does not have this disadvantage. Mr. Phylo, could you edit this "SL&TP ...
I will code your EAs and Indicators for no charge
- TrendLover replied Sep 9, 2019
Thank you very much!
I will code your EAs and Indicators for no charge
- TrendLover replied Sep 9, 2019
Very good. Thank you. Just one more thing. How to change the position of the text so that it is after the last candle? Example: image image
I will code your EAs and Indicators for no charge
- TrendLover replied Sep 9, 2019
Description: The script runs in background and display distance in points from horizontal lines to current market price. You can drag lines to see the distance. image Suggestion: Display the distance in currency for a defined lot size. image ...
I will code your EAs and Indicators for no charge