Quote:
Originally Posted by SteveHopwood
* Fixed a few bugs.
* Added ECN thingy - relevant input is CriminalIsECN. Set to 'false' if yours is not a 2-stage crim.
* Altered the screen update code so it only changes once a minute instead of every tick. This dramatically reduces the processor power eaten up by the robot.

|
Hello Steve and thanks for the new update.One question, in post #78, you said you added code for slippage? Is this hard coded, or is an input you can configure? I don't see a parameter for it?
Thanks again and have a nice day!
Decided to add to this post instead of posting another.I see a possible problem in using the longer time frames such as 4hr or especially on the daily.
If using the daily tf and you have let's say five pending trades ready to fire off at new candle.When new day starts, there is a possiblility you will get the trade did not happen due to busy context.I know I have the wording wrong, but I think this happens when you are trying to send more than one trade request at a time.
This just happened to me while watching the ea.One trade took place, the other did not.
Wonder if there is a way to pause between sending trade requests so that not all are sent at the same time?
Have a nice day!
Vince