- Search Forex Factory
- 137 Results (136 Replies, 1 Comments)
- mring16 replied Apr 1, 2024
Hi Is it possible to code an EA using the trading view indicator in pine script. I was looking at Trading view Price action indicator?
- mring16 replied Mar 1, 2024
HI Can I run it on the grid alone without indicators? Where are the settings for the control panel. I cannot seem to find the indicators etc. You only have the first part of the panel Thanks
- mring16 replied Apr 19, 2023
Hi If anyone has used Forexeadvisor for coding an EA, can you please tell me how to use the hour or minute variable to code a time range? Thanks
- mring16 replied Jun 21, 2022
Hi I tried replacing the code but I obviously did not do it right because it showed an error in compiling. Any idea or other help if you can. Thanks for your help Malcolm
- mring16 replied Jun 21, 2022
Hi Painkiller RO Thanks for that. Did I would remove the following code below int TotalOrdersCount() { int result=0; for(int i=0;i<OrdersTotal();i++) { OrderSelect(i,SELECT_BY_POS ,MODE_TRADES); if (OrderMagicNumber()==MagicNumber) result++; } ...
- mring16 replied Jun 20, 2022
Hi I was wondering if you can help me with this code I have the TotalTradesCount working with magic number Is it possible to adjust the code so it reads the total orders according to the currency pair irrespective of the magic number? Thanks Malcolm ...
- mring16 replied May 25, 2022
Great job I will give that a shot Thanks Malcolm
- mring16 replied May 24, 2022
Hi That looks really interesting. What indicator do you use and bars are normal candlestick? Thanks Malcolm
- mring16 replied May 8, 2022
Hi kk3 Interesting to see your post about forexeadvisor. Looks very good. Can you do multiple trades in the coding? Thanks Malcolm
- mring16 replied Apr 29, 2022
Hi Paul DV I'm sorry the closing trades was the other EA not the guardian. But the trailing stop I am not sure about
- mring16 replied Apr 27, 2022
Hi Paul DV Thanks for updating the expiry It works well by closing on equity but I had a problem I am running 3 of BTC on 3 separate charts with diff magic numbers The way opens pending buy and sell on each Sometimes 1 trade is triggered and after a ...
- mring16 replied Apr 26, 2022
Hi Can anyone help me with an EA to close all open trades and pending orders at a certain equity level, and then raise the equity level by a X or a predefined fixed amount. It can optionally work on a particular currency pair or the whole account. ...
- mring16 replied Apr 26, 2022
No problem Tankk Thanks for responding
- mring16 replied Apr 26, 2022
Hi Tank Can you help me with an EA to close all open trades and pending orders at a certain equity level, and then raise the equity level by a X or a predefined fixed amount. It can optionally work on a particular currency pair or the whole account. ...
- mring16 replied Apr 25, 2022
Hi Can someone help me with an EA to close all open trades and pending orders at a certain equity level, and then raise the equity level by a X or a predefined fixed amount. It can optionally work on a particular currency pair or the whole account. ...
- mring16 replied Apr 25, 2022
Hi Paul DV Wonderful work on this EA. A couple of queries. Why is there an expiry on the ea. Does it mean it can be purchased later? If I have a profit close set to say $100 on a $10000 account and I make that and the ea closes all trades and ...
- mring16 commented Apr 18, 2022
Hi nasir.khan I looked at your thread on forex factory maybe over 20 years old on inside bars. That was a commendable strategy. Do you still use it? Thanks Malcolm
- mring16 replied Apr 17, 2022
Hi mntiwana Considering it doesn't seem to interest you don't worry about it Thanks for looking
- mring16 replied Apr 14, 2022
Hi If you can't fix that can you build me an Inside bar ea with a break above the high Buy trade And a break below the low sell trade with TP and SLif possible a trailing stop and step. If it's too difficult and I have to pay you something tell me ...
- mring16 replied Apr 14, 2022
Hi. If you can't fix that can you build me an Inside bar ea with a break above the high Buy trade And a break below the low sell trade with TP and SLif possible a trailing stop and step. Thanks Malcolm