- Search Crypto Craft
- saintmo replied Oct 14, 2008
I don't know whether this will help you or not but what I did was set values of 5 through 11 for the minutesdelay start parameter for the nineteen pairs I am trading instead of using the same default value of 10 for all pairs. Consequently there are ...
Trading system using relative strength
- saintmo replied Oct 14, 2008
Ronald, Is it possible to add a routine in the EA that continually tries to execute an open order until it succeeds or for x number of times to try to get around the context busy issues? Thanks, saintmo
Trading system using relative strength
- saintmo replied Oct 14, 2008
Whenever you see "Current + [a number]" do they match? Ronald, Yes, all = current +0 or current +1. If eachtickmode is set to true then it appears current is set to 0 and if false it is set to true. (if (EachTickMode) Current = 0; else Current = 1
...Trading system using relative strength
- saintmo replied Oct 14, 2008
Quote: Originally Posted by nubchai image RR do you have eachtickmode set to True or False? Thanks, Sandy True. Ronald, I thought eachtickmode needed to be set to false in order to replicate ES's original method, ie, to use the previous 2 closed ...
Trading system using relative strength
- saintmo replied Oct 13, 2008
There are probably a number of reasons as already described. But different results may also be caused by the fact that there are fewer pairs available at FXDD as compared to IBFX. If there is a significant trend in NZD especially or AUD or even CAD ...
Trading system using relative strength
- saintmo replied Oct 11, 2008
Ronald, A couple of questions about the EA: The custom calls to CCFp in EachTickMode are accessing the current bar (0)and the bar immediately preceding it (1) instead of the preceding bar (1) and the 2nd preceding bar(2)? Please explain why this is ...
Trading system using relative strength
- saintmo replied Oct 11, 2008
Nice post Steve. Thanks for having the courage and insight to admit you overreacted. Hopefully we can go forward with ES's help.
Trading system using relative strength
- saintmo replied Apr 10, 2007
problem resolved — It seems that MTF Center of Gravity called the original Center of gravity indicator but the spelling did not quite match. Changed spelling inside MTF indicator and works properly now.
Problem installing a custom indicator
- saintmo replied Apr 10, 2007
I have the same problem. Did you ever get a resolution for this? Thanks, saintmo
Problem installing a custom indicator