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

Scalping New York
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=6189
Page 5 of 31
Author:  trader689 [ Thu May 19, 2022 7:02 pm ]
Post subject:  Scalping New York

don't know what went wrong for me, trading with the amended version of the EA, I had a ~650 pip loss today, global prime demo

trader
Author:  Maximilian [ Thu May 19, 2022 7:07 pm ]
Post subject:  Scalping New York

Same here. Anyhow, early days.
Author:  trader689 [ Thu May 19, 2022 7:09 pm ]
Post subject:  Scalping New York

I see. Well, the good thing is at least it's now taking a mixture of buys and sells rather than just sells only

trader
Author:  SteveHopwood [ Thu May 19, 2022 7:20 pm ]
Post subject:  Scalping New York

trader689 » Thu May 19, 2022 7:09 pm wrote:I see. Well, the good thing is at least it's now taking a mixture of buys and sells rather than just sells only

trader
That was already answered. Read the posts.

-----

Now we have to see if the early success was despite the bloop that Max spotted, rather than because of it. We shall see.

:xm: :rocket:
Author:  trader689 [ Thu May 19, 2022 7:33 pm ]
Post subject:  Scalping New York

Yes, I get that it was probably because of the fix of the bloop that Maximilian spotted - it wasn't really a question from my behalf, just an observation that it's good that the fix seems to be working as intended - sorry if it was phrased vaguely

interesting that your demo (the one that I was able to check, namely 2295281) seems to have avoided a lot of the pairs that I had sells on that promptly turned sharply upwards today

Anyways, as you said fingers crossed going forwards

trader


SteveHopwood » Thu May 19, 2022 7:20 pm wrote:
trader689 » Thu May 19, 2022 7:09 pm wrote:I see. Well, the good thing is at least it's now taking a mixture of buys and sells rather than just sells only

trader
That was already answered. Read the posts.

-----

Now we have to see if the early success was despite the bloop that Max spotted, rather than because of it. We shall see.

:xm: :rocket:
Author:  wolfeman [ Fri May 20, 2022 7:24 am ]
Post subject:  Scalping New York

London TP in 16 Minutes...nice! :D
Author:  TableTop [ Fri May 20, 2022 9:26 am ]
Post subject:  Scalping New York

London BE close @1000
240 MA filter ON = +68.9 pips (UPL highest 55.7, lowest -100.81)
240 MA filter OFF = +68.3 pips (UPL highest 72.49, lowest -138.53)
Author:  sangratan [ Fri May 20, 2022 9:48 am ]
Post subject:  Scalping New York

wolfeman » Fri May 20, 2022 7:24 am wrote:London TP in 16 Minutes...nice! :D
Hi
which time did you set for that result ?
I have waited for London open on Italy's gmt and it was not same ....
thanks
Author:  SteveHopwood [ Fri May 20, 2022 12:05 pm ]
Post subject:  Scalping New York

I noticed that the highest and lowest upl display was not resetting after sending a fresh basket. I have posted a fixed version in post 1. This is an update with no significance as it does not affect Scalpy's performance, so you can safely ignore it.

DIYers, do a search for this comment:
//No need to continue if the orders have been sent

Insert this underneath the code block that follows that comment:

Code: Select all

   //We have reached here so a new basket will be sent,
   //so reset the upl display variables
   highestCashUpl=-100000;
   GlobalVariableSet(highestCashGV, highestCashUpl);
   lowestCashUpl=100000;
   GlobalVariableSet(lowestCashGV, lowestCashUpl);
I have also added some code to make sure that Scalpy cannot function if you have disabled experts. Scroll up to the top of OnTimer() and insert this underneath the block that forces further closures if any failed during basket closures:

Code: Select all

   if (!IsExpertEnabled() )
      return;
It probably is not necessary but i's and t's are best dotted and crossed when dealing with Empty4.

I shall start work on the multiple trading periods this weekend.

:xm: :rocket:
Author:  sangratan [ Fri May 20, 2022 7:44 pm ]
Post subject:  Scalping New York

Hi,
I really like the pairing "Scalpy-CSS"
this happened following simply the strongest currencies for today......
I tryed to go for H4 tf but Scalpy didn't started,I think that for bigger tf it's better....
so I did all trades on H1.....
may be you must calibrate TP relative to how many cross pairs Scalpy matches ,
if i choice two or three currencies the relative cross are about 9-10
and Scalpy matches about three or four trades,so I reduce TP from 100 to 36-60.....
today were 6 sessions......not bad only for looking every hour trend
cheers
All times are UTC Page 5 of 31