Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
I tried running the EA this morning but it seems to lose continuously - not had time to work out what's wrong yet - maybe something silly... can anyone post some settings that I can try?
We're all trying to figure out the most profitable way to run this EA. The way it is coded there are many different ways you can run, depending on your preference. I don't know if anyone has found an optimal setting. Yet...
All is working well thus far in the USD/JPY on an IBFX mini demo account...for the first time I have made it up to a progression of 0.26....floating minus 18 bucks...on a 1K account using 0.01/0.01/16 NT...Plenty of margin left and plenty of DD to tolerate.
Waiting for a 25 buck tp....
ES
Good to hear it's running smoothly so far. Have you received any Error messages in your trade log yet? I almost want an Error statement to show up so I know if that part of the code is working properly.
When you get back tonight and read all of these posts, I have another request.
In the upper left it would be nice to have a total of lots net for Long and for Short...to see how all the lots add up. Thus on the fly it will be easy to see what net direction we are weighted in.
ES
P.S. also add the x-axis and the y-axis in the inputs for those that want to move the display to a different location on the chart.
Good suggestions, I like those ideas. I'll try to include them in the next version.
I cannot get any errors with v.1.3...sorry...(not really )
Quote:
Originally Posted by wolfe
Good to hear it's running smoothly so far. Have you received any Error messages in your trade log yet? I almost want an Error statement to show up so I know if that part of the code is working properly.
I cannot get any errors with v.1.3...sorry...(not really )
Well, that's good news I suppose! Not used to that!
I'm working on some of the changes you suggested. Plus, I know some want a MM option. Also working to make it able to run properly if attached to more than 1 currency.
Also considering a possible RSI option. Then it would not be a "ALWAYS IN" EA as it is with the moving average, but would wait for the right RSI level. What do you think of that idea? Might help keep us away from flat or ranging markets that jack our orders count too high.
Curious if you have tried the Use_Manual_Entry option yet?
It seems to me the initial entry does not really matter with this method as the EA is designed to "find it's way"...
For me the improvements and time spent on discovering them, come down to pip spacing....
But just my opinion....
ES
Quote:
Originally Posted by wolfe
Well, that's good news I suppose! Not used to that!
I'm working on some of the changes you suggested. Plus, I know some want a MM option. Also working to make it able to run properly if attached to more than 1 currency.
Also considering a possible RSI option. Then it would not be a "ALWAYS IN" EA as it is with the moving average, but would wait for the right RSI level. What do you think of that idea? Might help keep us away from flat or ranging markets that jack our orders count too high.
Curious if you have tried the Use_Manual_Entry option yet?
When you get back tonight and read all of these posts, I have another request.
In the upper left it would be nice to have a total of lots net for Long and for Short...to see how all the lots add up. Thus on the fly it will be easy to see what net direction we are weighted in.
ES
P.S. also add the x-axis and the y-axis in the inputs for those that want to move the display to a different location on the chart.
Hi Wolfe,
I am testing along with LCFX.
In addition to ES' comments above, please note that the readout only displays 1 decimal place for both Open Profit and Closed Profit.
When you are looking at that portion of the code, can you consider making the readout display go to two decimal places?
It looks like the last trade progression for the EUR/USD is incorrect. Please see pic and advise. Thanks for the updated EA.
LCFX
I know why now.
Having v1_3 attached to more than 1 chart won't work because the Global Variables from each chart were over-writing each other. v1_4, currently being worked on, will fix this problem. It will also automatically assign separate magic numbers depending on which currency you are attached to. (so you won't have to remember to assign separate magic numbers yourself)
You guys have really been testing my coding abilities here. That's O.K. it's helped me learn a lot.