stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

Slopey Graeme: another pipEasy-inspired trend trading EA
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=223
Page 5 of 14
Author:  spyderman [ Sat Jan 14, 2012 4:27 pm ]
Post subject:  Re: Graeme: another pipEasy-inspired trend trading EA

jjgengis wrote:Hi to all,


Only a question: during the chart input on Empty4, Graeme start immediatly a trade and immediately close it. This behavior has happened to pairs with high spread:

Image
By jjgengis at 2012-01-14

What is happened?

JJ
Seems like several are experiencing this behavior. Don't know much about EA operation and less about coding, but was wondering if it would make a difference turning off EA advisors while loading then turn back on. :?:
Author:  alex_forex [ Sun Jan 15, 2012 10:50 am ]
Post subject:  Re: Graeme: another pipEasy-inspired trend trading EA

spyderman wrote: Seems like several are experiencing this behavior. Don't know much about EA operation and less about coding, but was wondering if it would make a difference turning off EA advisors while loading then turn back on. :?:
Yes, might be a solution, it happened to me too. (only 2 trades but during loading on charts)

Regards
Alex
Author:  mbkennel [ Sun Jan 15, 2012 5:39 pm ]
Post subject:  Re: Graeme: another pipEasy-inspired trend trading EA

I wonder if this is a consequence of not enough symbols having history loaded.

Over in the coders forum, George discovered that using the iBars() call on a symbol will force download.
Perhaps there should be a loop in the init phase for any multi-pair EA to use iBars() before ever hitting to start().

I see that it is already in the init() in Graeme but only for the current time frame (NULL). Maybe it should be for more?
Author:  bullrun [ Sun Jan 15, 2012 6:43 pm ]
Post subject:  Re: Graeme: another pipEasy-inspired trend trading EA

alex_forex wrote:
spyderman wrote: Seems like several are experiencing this behavior. Don't know much about EA operation and less about coding, but was wondering if it would make a difference turning off EA advisors while loading then turn back on. :?:
Yes, might be a solution, it happened to me too. (only 2 trades but during loading on charts)

Regards
Alex
I have the same problem so what I do is refresh each charts and then the problem go away.
Author:  spyderman [ Sun Jan 15, 2012 10:23 pm ]
Post subject:  Re: Graeme: another pipEasy-inspired trend trading EA

Something's acting up.

I closed all trades on my demo (had a E/U that was over 110 pips but hadn't closed 1/2) I turned off EA's then loaded back onto all charts. Turned EA's back on and immediately got several trades opened but not at typical entry levels.

Guess we'll have to wait for Steve to comment. :ugeek:
Author:  alex_forex [ Sun Jan 15, 2012 11:08 pm ]
Post subject:  Re: Graeme: another pipEasy-inspired trend trading EA

Hi all,

Here are the open trades :)

Regards
Alex
Author:  spyderman [ Tue Jan 17, 2012 2:11 pm ]
Post subject:  Re: Graeme: another pipEasy-inspired trend trading EA

SteveHopwood wrote:
Would someone like to pop Graeme into the thread at FF? I would, but I am a Filthy Commercial member and cannot. It seems a shame to deny them just because TIT is a tit.

:D
I posted over on FF. We'll see if it draws some over here. ;)
Author:  alex_forex [ Tue Jan 17, 2012 5:53 pm ]
Post subject:  Re: Graeme: another pipEasy-inspired trend trading EA

All those beautiful trades turned into negative pips.
Have to play with settings...

:geek:
alex_forex wrote:Hi all,

Here are the open trades :)

Regards
Alex
Author:  SteveHopwood [ Tue Jan 17, 2012 10:09 pm ]
Post subject:  Re: Graeme: another pipEasy-inspired trend trading EA

Ehup guys

Just starting to catch up after 4 extremely frustrating days without an internet connection.

Re the possible missing bars thingy, the version in post 1 that I uploaded last Thursday includes the iBars thingy. In int init()

Code: Select all

//This forces the platform to 2048 bars of data - necessary if this is a new Empty4 installation
   iBars(NULL, Period() );

This should do the trick unless I have misunderstood George's post about this.

:D
Author:  MichaelM [ Tue Jan 17, 2012 10:46 pm ]
Post subject:  Re: Graeme: another pipEasy-inspired trend trading EA

Hi Steve,

I wasn't able to download last Thursday's fix, but I downloaded your iBars fix and compared it with the first ever Graeme, and the only difference was the iBars code you mentioned.

I'm not entirely sure you've uploaded (and updated) the version you posted last Thursday?

Michael.
All times are UTC Page 5 of 14