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

ShelleyJem. Fantastic collision of accident and analysis
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=610
Page 4 of 20
Author:  phil_trade [ Thu Jun 07, 2012 6:06 am ]
Post subject:  Re: ShelleyJem. Fantastic collision of accident and analysis

My first Collisonal Accidental trades :lol:
Author:  Jemook [ Thu Jun 07, 2012 6:27 am ]
Post subject:  Re: ShelleyJem. Fantastic collision of accident and analysis

I just took a trade on GBPUSD & GBPJPY aiming for 100 pips.

ShelleyJem says this trade is no good because GBPJPY & GBPUSD aren't near the top band of H1 TMA. If GBPJPY/GBPUSD are near the top band of H4 this means a sufficient retrace has taken place. So maybe for the TMA requirements we need to look for a retrace to opposite H1 OR H4 TMA.

I've attached a pic for you.

Also what might happen now is we get confirmation of the 5.1 saying Sell and then price might retrace to top of the H1 TMA and then it will trigger. Which might also be good cause we get in a bit higher. Things to think about.
Author:  hansnl [ Thu Jun 07, 2012 6:51 am ]
Post subject:  Re: ShelleyJem. Fantastic collision of accident and analysis

Same over here, short gbp/usd and gbp/jpy with shelley 1a and no trades for ShelJem yet.
Author:  phil_trade [ Thu Jun 07, 2012 7:21 am ]
Post subject:  Re: ShelleyJem. Fantastic collision of accident and analysis

hansnl wrote:Same over here, short gbp/usd and gbp/jpy with shelley 1a and no trades for ShelJem yet.
strange ? near 100 pips since first trades at 1.00 GMT
Author:  Jemook [ Thu Jun 07, 2012 7:41 am ]
Post subject:  Re: ShelleyJem. Fantastic collision of accident and analysis

Jemook wrote:I just took a trade on GBPUSD & GBPJPY aiming for 100 pips.

Up 80 pips at one stage. I've put my stops to breakeven - not risking a move up now after GBPUSD hit the pivot and bounced.
Author:  spybreak [ Thu Jun 07, 2012 7:43 am ]
Post subject:  Re: ShelleyJem. Fantastic collision of accident and analysis

hansnl wrote:Same over here, short gbp/usd and gbp/jpy with shelley 1a and no trades for ShelJem yet.
No trades yet too, since yesterday, version 1a :?:
Author:  effluvium [ Thu Jun 07, 2012 8:06 am ]
Post subject:  Re: ShelleyJem. Fantastic collision of accident and analysis

effluvium wrote: Some quick questions:
1) This EA does not need any other chart with 10.2 template and correspondant indis. Just attach it to a simple chart. Correct ?
2) Why there are only 23 pairs in the first extern variable of the EA instead of 28 pairs ?
3) When attaching the EA, "no active session is displayed", because time is outside NY, London & Tokyo sessions. To get rid of that, (for tests) what settings to do ? (put all time sessions = 0) ?
4) Why displaying properties of this EA is disabled? Try urself to right click on the chart , ExpertAdvisors/Properties ====> NOTHING there. Why ? (it's not solution to remove EA completly then reattach it, You agree ?)
Thanks in advance.
Although this was the real behavior of this EA, it Seems that these questions were deliberately ignored. So maybe newbies here are not really tolerated or considered as annoying people..... very helpful isn't it Guys ?
Author:  Jemook [ Thu Jun 07, 2012 8:14 am ]
Post subject:  Re: ShelleyJem. Fantastic collision of accident and analysis

effluvium wrote:Although this was the real behavior of this EA, it Seems that these questions were deliberately ignored. So maybe newbies here are not really tolerated or considered as annoying people..... very helpful isn't it Guys ?
This isn't the way to get your question answered. Ask again politely, no one here owes you anything.
Author:  fxozgirl [ Thu Jun 07, 2012 8:22 am ]
Post subject:  Re: ShelleyJem. Fantastic collision of accident and analysis

effluvium wrote:
effluvium wrote: Some quick questions:
1) This EA does not need any other chart with 10.2 template and correspondant indis. Just attach it to a simple chart. Correct ?
2) Why there are only 23 pairs in the first extern variable of the EA instead of 28 pairs ?
3) When attaching the EA, "no active session is displayed", because time is outside NY, London & Tokyo sessions. To get rid of that, (for tests) what settings to do ? (put all time sessions = 0) ?
4) Why displaying properties of this EA is disabled? Try urself to right click on the chart , ExpertAdvisors/Properties ====> NOTHING there. Why ? (it's not solution to remove EA completly then reattach it, You agree ?)
Thanks in advance.
Although this was the real behavior of this EA, it Seems that these questions were deliberately ignored. So maybe newbies here are not really tolerated or considered as annoying people..... very helpful isn't it Guys ?

Effluvium, I think your post is a little out of line....
you only need to read through all the posts/threads and see that most people who are members in Steve's forum are extremely helpful.

Some things you may consider that could be the cause of the delay in a response...
Some people may be sleeping
Some people may be working
Those that are around may not know the answers
Some of the things you have asked, the answers are already in the thread


I think you may need to re-read the NB threads & I think a little patience is in order!!

Now, I will try to answer your questions for you:

1) As detailed in Post 1, Page 1
Shelley does not need any of the indicators from 10.2. Thanks to Paul (Baluda), the code for them is subsumed within the EA. Paul's contribution here is monumental.
2) I don't know...ask Steve (good luck with that)

3) As detailed in Post 1, Page 1
24 hour trading, adding to the basket and non-basket trading
To keep SJ looking for baskets throughout the trading day, set the session inputs so that the end of one and the start of the next are the same. This is the default.
4) Because that's the way it is!

Sorry if I sound a bit harsh, but I have had a pretty crap day and everyone on this forum freely give their time to discuss, develop & encourage each other, and yet you clearly don't appear to have even taken the time to read the first post.

Perhaps you should do this next :evil:
Author:  phil_trade [ Thu Jun 07, 2012 8:28 am ]
Post subject:  Re: ShelleyJem. Fantastic collision of accident and analysis

So after 100pips climbing, SJ close my Tokyo basket with +25pips without any message.

Steve, could you add Alert message in LookForPositionClosure() that we can check what's happen please :oops: EDIT -> Correction on code !

Anybody has an explanation ? SJ is with default parameters

Code: Select all

void LookForPositionClosure()
{
   //Set CloseNeeded to true if any of the basket closure criteria are met. Calls the closure function if so.
   CloseNeeded = false;
   
   //Examine the criteria
   if (CashTakeProfit > 0)
   {
      if (CashUpl > CashTakeProfit) 
      {
      CloseNeeded = true;
      Alert("Close on CashTakeProfit reaches");
      }
      //GoToSleep = true;//Enable the post-closure sleep
   }//if (CashTakeProfit > 0)
   if (CashStopLoss < 0)
   {
      if (CashUpl < CashStopLoss) 
      {
      CloseNeeded = true;
      Alert("Close on CashStopLoss reaches");
      }
      //GoToSleep = false;//Disable the post-closure sleep
   }//if (CashTakeProfit > 0)

   if (PipsTakeProfit > 0)
   {
      if (PipsUpl > PipsTakeProfit) 
      {
      CloseNeeded = true;
      Alert("Close on PipsTakeProfit reaches");
      }
      //GoToSleep = true;//Enable the post-closure sleep
   }//if (PipsUpl > PipsTakeProfit) CloseNeeded = true;

   if (PipsStopLoss < 0)
   {
      if (PipsUpl < PipsStopLoss) 
      {
      CloseNeeded = true;
      Alert("Close on PipsStopLoss reaches - PipsUpl = "+DoubleToStr(PipsUpl,0)+" - PipsStopLoss = "+DoubleToStr(PipsStopLoss,0) );
      }
      //GoToSleep = false;//Disable the post-closure sleep
   }//if (PipsTakeProfit > 0)

   //Breakeven
   if (BreakevenAchieved)
   {
      if (JslPips > 0)
      {
         if (PipsUpl <= JslPips) 
         {
         CloseNeeded = true;
         Alert("Close on BreakevenAchieved and PipsUpl <= JslPips");
         }
      }//if (JslPips > 0)               
   
      if (JslCash > 0)
      {
         if (CashUpl <= JslCash) 
         {
         CloseNeeded = true;
         Alert("Close on BreakevenAchieved and CashUpl <= JslCash");
         }
      }//if (JslCash > 0)               
   }//if (BreakevenAchieved)
All times are UTC Page 4 of 20