- Search Energy EXCH
- RobertBazil replied Jun 28, 2016
Dear cja On this subject: If the code is: if(OrderSelect(i, SELECT_BY_POS, MODE_TRADES)) And I then add the line: if (OrderSymbol()==Symbol() && OrderMagicNumber()==MagicNumber) Will that "change" the EA to then operate only on the chart it is ...
I will code your EAs and Indicators for no charge
- RobertBazil replied Jun 28, 2016
Dear cja Many thanks. This is very helpful. Kind regards Robert
I will code your EAs and Indicators for no charge
- RobertBazil replied Jun 28, 2016
Dear Coders How can I tell from its code, if an EA is acting on all open charts or only on the chart it is placed on? Many thanks Kind regards Robert
I will code your EAs and Indicators for no charge
- RobertBazil replied Jun 20, 2016
Dear Gumrai You very kindly wrote this EA in January 2016 (attached below). I automatically closes any order that reaches x% of its SL. You also wrote a V1 version later, but the original is the one I use. It works fantastically well. Is there any ...
I will code your EAs and Indicators for no charge
- RobertBazil replied Jun 17, 2016
Dear Coders I currently place 2 orders for each pair that I trade - one long and one short. Would any of you kindly write for me a simple EA that does the following, immediately one of these orders is closed: Move the SL of the other remaining order ...
I will code your EAs and Indicators for no charge
- RobertBazil replied Jun 11, 2016
Dear Cyber1 Superb. Many, many thanks. Kind regards Robert
I will code your EAs and Indicators for no charge
- RobertBazil replied Jun 11, 2016
Dear Cyber1 Excellent........just one small thing. In V1, the Buy and Sell were above each other. Now they are next to each other. Any chance of making them lie one on top like V1. Same modifications of course. Many thanks and apologies. Kind ...
I will code your EAs and Indicators for no charge
- RobertBazil replied Jun 11, 2016
Dear Cyber1 The super simple version is exactly what I have been looking for, thank you again. It's a lot to ask but any chance of being able to modify the following: Text font Text size Text colour x and y position on chart My apologies for being ...
I will code your EAs and Indicators for no charge
- RobertBazil replied Jun 11, 2016
Dear Cyber1 As always, my most sincere thanks for all you selfless and generous help. I will try these out when the market opens. Kind regards Robert
I will code your EAs and Indicators for no charge
- RobertBazil replied Jun 10, 2016
Dear Cyber1 That would be great, except I only need details for each pair on its own chart. So, if I load the indicator on a chart, it should only show details for the pair on the chart, not everything else as well. Also, the account currency shows ...
I will code your EAs and Indicators for no charge
- RobertBazil replied Jun 10, 2016
Dear Maximumguita Thank you very much but iExposure does not provide the solution I need. Really, just require a simple box to show the number of open trades for that particular pair. Many thanks for your response. Kind regards Robert
I will code your EAs and Indicators for no charge
- RobertBazil replied Jun 10, 2016
Dear Coders Is there any way of showing on a chart, how many orders are OPEN (active) for that pair only? Literally just a simple box (adjustable for font, colour etc.) showing the number of buy or sell orders currently open for the pair: Buy -1 ...
I will code your EAs and Indicators for no charge
- RobertBazil replied Jun 9, 2016
Dear Sholdea Please find attached an EA that closes all orders at a specific time that you set. You need to put the .mq4 and .ex4 files in your "Experts" folder. Hope this helps. Kind regards Robert file file
I will code your EAs and Indicators for no charge
- RobertBazil replied May 25, 2016
Dear Cyber1 and cja Thank you both so much for your usual tireless efforts. What a bonus for me to have 2 responses from both the top guys. This is truly an embarrassment of riches. Many thanks as always. I look forward to using the scripts. Kind ...
I will code your EAs and Indicators for no charge
- RobertBazil replied May 23, 2016
Dear Expert Coders I have 2 wonderful scripts (which were freely available on FF) that place a buy or sell market order. I adapted them to place the SL at a multiple of ATR. Would any of you be able to tweak the code so that the SL is a multiple of ...
I will code your EAs and Indicators for no charge
- RobertBazil replied May 3, 2016
Dear Cyber1 Many thanks for this. Kind regards Robert
I will code your EAs and Indicators for no charge
- RobertBazil replied May 2, 2016
Dear Brodank. OK, finally got it to work. Here is the code: #property show_inputs string Input = " Sell Price "; double Lots = .02; bool UseMoneyMgmt = true; double RiskPercent = .5; bool UseStop = true; bool UseTakeProfit = true; int ...
I will code your EAs and Indicators for no charge
- RobertBazil replied May 2, 2016
Dear Brodank Really sorry but it still doesn't work. I have also tried this: if (StringFind(Symbol(),"JPY",0) != -1){pipMult = 10000;} It still doesn't work. Aaaargh! Any other thoughts? Many thanks for your time invested in looking at this. Kind ...
I will code your EAs and Indicators for no charge
- RobertBazil replied May 1, 2016
Dear Coders I have 2 fantastic sell and buy scripts which have been freely available on FF. I have adapted them to place a trade using SL based on ATR. Works really well........except it does not work on JPY pairs. My broker is ActivTrades and 5 ...
I will code your EAs and Indicators for no charge
- RobertBazil replied Feb 21, 2016
Dear Coders I have recently come across the Z-Pattern formation. This is effectively a fractal pattern identifying a potential reversal. Details of the pattern and much more are at url The pattern is basically a channel that forms between the ...
I will code your EAs and Indicators for no charge