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

Holy Graily Bob in a MTF stack
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=4744
Page 7 of 9
Author:  DigitalCrypto [ Fri Jun 10, 2016 9:08 pm ]
Post subject:  Holy Graily Bob in a MTF stack

Thanks for the update Tomele :D
Author:  blazej [ Sat Jun 11, 2016 7:02 pm ]
Post subject:  Holy Graily Bob in a MTF stack

Hi David,

I have set the ea with new settings. Will post results next Wednesday, cause I am going to Barcelona for four days. Current settings listed below with CCS on. All the best for You guys.
settings.png
Author:  DigitalCrypto [ Sun Jun 12, 2016 6:00 pm ]
Post subject:  Holy Graily Bob in a MTF stack

After doing some trade reviews Steve's trend arrow to trend arrow trade idea seems more logical in EA mode. So I will not be trading the yellow wave exits this week. I noticed I missed a bunch of good moves from yellow wave exits prior to the pair dumping tons of pips on a following blue wave which I wasn't set up to trade.

I will also be testing CSS in conjunction with the 8 pairs I trade on a separate terminal.
Author:  DigitalCrypto [ Sun Jun 12, 2016 7:38 pm ]
Post subject:  Holy Graily Bob in a MTF stack

PS. I have dreamed of a new EA that brings all this together
I feel it's all here and just a matter of figuring out the most reliable combination of settings to make it consistent.
Author:  SteveHopwood [ Sun Jun 12, 2016 8:09 pm ]
Post subject:  Holy Graily Bob in a MTF stack

tomele » Sun Jun 12, 2016 6:04 pm wrote:
So did I.

Cheers

PS. I have dreamed of a new EA that brings all this together
Wouldn't care to re-examine that last statement would you, in light of all the work I have put into what we already have?
Author:  tomele [ Sun Jun 12, 2016 8:19 pm ]
Post subject:  Holy Graily Bob in a MTF stack

Hi.

This was in no way meant to depreceate the fantastic achievements we have here. I deeply apologize if anyone could have understand this in this way.

Thomas
Author:  SteveHopwood [ Sun Jun 12, 2016 8:26 pm ]
Post subject:  Holy Graily Bob in a MTF stack

tomele » Sun Jun 12, 2016 8:19 pm wrote:Hi.

This was in no way meant to depreceate the fantastic achievements we have here. I deeply apologize if anyone could have understand this in this way.

Thomas
Yes. I did.

I have deleted your posts and are close to deleting you. Your best interests are served by staying quiet for a while. Capiche?

I coded the EA in post 1 in accordance with DC's spec. Any of you guys want something different, piss off and ask for it elsewhere. Best if it is somewhere I do not notice - try another forum.
Author:  ALoveSvpreme [ Mon Jun 13, 2016 4:04 am ]
Post subject:  Holy Graily Bob in a MTF stack

I have high hopes for this MTF stack, I can't believe we haven't done this sooner. I am running an H1/5Minute test this week. I started last week and it looks as though positions are closing sporadically but maybe theres something wrong on my end. I will keep watching this week and report back later if I spot anything funky.
Author:  windorz [ Mon Jun 13, 2016 4:48 pm ]
Post subject:  Holy Graily Bob in a MTF stack

Hi DigitalCrypto :hi:

Steve and DigitalCrypto
Thank you for your great work.

I have a question about behavior of "close on oppose signal"

Attached chart shows :
- M15 first trade triggered by big Green arrow ( HGI HTF/FirstTradeTimeFrame )
- This trade close by M5 big Red arrow ( HGI stacking TF)

It seems this behavior is different from post 1 and Visual Ruleshttp://www.stevehopwoodforex.com/phpBB3 ... 44#p141514
Close out everything when an opposite direction HGI appears on the FirstTradeTimeFrame - plus the option to close following a yellow wave.
How can I close FirstTradeTimeFrame(HTF HGI) oppose signal ?

if I do stupid question, please delete this post.
Author:  DigitalCrypto [ Mon Jun 13, 2016 5:15 pm ]
Post subject:  Holy Graily Bob in a MTF stack

I believe line 2413 "open trades ==0" keeps this from happening on FirstTimeFrame but Steve is the expert on it.

It would also appear to prohibit stacking on FirstTrimeFrame

Code: Select all

//If no trades open already, then examine FirstTradeTimeFrame hgi
      if (OpenTrades == 0)
      {
         if (HgiStatus == Trenduparrow || (HgiStatus == Wavebuytrend && TradeTheBlueWave) )
         {
            BuySignal = true;
         }//if (HgiStatus == Trenduparrow || HgiStatus == Wavebuytrend)
         
         if (HgiStatus == Trenddownarrow || (HgiStatus == Waveselltrend && TradeTheBlueWave) )
         {
            SellSignal = true;
         }//if (HgiStatus == Trenduparrow || HgiStatus == Wavebuytrend)
         
      }//if (OpenTrades == 0)
Edit: Forgot code snippet
All times are UTC Page 7 of 9