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

Scalping New York
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=6189
Page 28 of 31
Author:  celte83 [ Sat Jun 25, 2022 6:04 am ]
Post subject:  Scalping New York

Hi,
When you have a little experience, it's obvious. Two or three little things, two or three "details" and that changes everything.
For me there is no wrong way, there is only one: to win.

Humility.
Good health and good luck
jf
Author:  Tebis [ Sat Jun 25, 2022 10:12 am ]
Post subject:  Scalping New York

paulbt38 » Yesterday, 16:48 wrote:
Interesting you are using the 15min timeframe for Bob's moving average. I was considering using a shorter timeframe after this weeks losses. Afterall we are trying to close a basket within an hour or two at the most, so the longer term MA doesn't have as much relevance.

Don't get me wrong, Bob's MA is legendary on this forum and has proven to be a very useful tool, but perhaps using a shorter time period will help this strategy. Certainly worth testing out. Perhaps this was what Celte83 was trying to say but unfortunately for him he went about it in totally the wrong way. In my view you don't criticize the geniuses that have worked on this forum, and in fact own it, for years.

Also noted you only had one trading time of 8 (broker time), so I presume you aren't trading the NY session?

Paul
Hi Paul,
yes, I use the M15 Trend. With another manual BO Trading its very usefull too.
Here the friday report. As you can see I am trading the LO- and NYO Session.
Author:  trader689 [ Mon Jun 27, 2022 7:53 pm ]
Post subject:  Scalping New York

thanks for sharing your setfile Tebis, just wanted to point out that the only trading time on it is broker 8

trader
Author:  Umberleigh [ Fri Jul 01, 2022 5:02 pm ]
Post subject:  Scalping New York

Scalpy 7-1-2022.png
Author:  Maximilian [ Fri Jul 01, 2022 6:29 pm ]
Post subject:  Scalping New York

Awesome, which version and what settings?
Cheers,
MAX
Author:  Umberleigh [ Fri Jul 01, 2022 7:44 pm ]
Post subject:  Scalping New York

Maximilian » Fri Jul 01, 2022 1:29 pm wrote:
Awesome, which version and what settings?
Cheers,
MAX
Hi Max,
I'm using the original version of Scalpy except for that minor coding character change that Steve mentioned in the first day or two. I'm using default settings with the exception of lot size (I'm using 1 standard lot.) So far, its seems the basket hedge effect is successfully keeping the drawdowns light and the breakeven function effective, while preserving profit opportunities.

Umberleigh
Author:  forexaz [ Mon Jul 11, 2022 8:17 am ]
Post subject:  Scalping New York

pivotter » Sat Jun 04, 2022 7:42 am wrote:
SteveHopwood » Sat Jun 04, 2022 1:37 pm wrote:
pivotter » Fri Jun 03, 2022 8:46 pm wrote:but i also cheated as i added ForceLoadHistoricalData() to the top of sendBasket() to make sure all H! and H4 candles are updated before all symbols are scanned,
That is a great idea. Can you post the code please, so I can add it?

:xm: :rocket:
Sure, attached the Scalpy with ForceloadHistory.
2 lines are added to the top of sendBasket()

//All symbols in marketpanel
ForceLoadHistoricalData();
Sleep(120000);//sleep 2 min so Empty4 can update the history file

You might want to set TradingWaitMinutes=3; to compensate for the 2 waiting minutes,

The 3 required functions, adapted to load only H1 and H4 in this case are at the bottom of the file.
void ForceLoadHistoricalData()
bool ForceLoadOneSym(
int barsWithRetry(
//---------


The file was updated to fix a bug that prevented it from trading on June 7

Ben
Hi Ben,
Could you attach the new version you mentioned about in PM with news filter and other features you added to Scalpy here or in PM? Thank you :)
Author:  pivotter [ Tue Jul 12, 2022 12:36 pm ]
Post subject:  Scalping New York

forexaz » Mon Jul 11, 2022 8:17 am wrote:
pivotter » Sat Jun 04, 2022 7:42 am wrote:
SteveHopwood » Sat Jun 04, 2022 1:37 pm wrote:
pivotter » Fri Jun 03, 2022 8:46 pm wrote:but i also cheated as i added ForceLoadHistoricalData() to the top of sendBasket() to make sure all H! and H4 candles are updated before all symbols are scanned,
That is a great idea. Can you post the code please, so I can add it?

:xm: :rocket:
Sure, attached the Scalpy with ForceloadHistory.
2 lines are added to the top of sendBasket()

//All symbols in marketpanel
ForceLoadHistoricalData();
Sleep(120000);//sleep 2 min so Empty4 can update the history file

You might want to set TradingWaitMinutes=3; to compensate for the 2 waiting minutes,

The 3 required functions, adapted to load only H1 and H4 in this case are at the bottom of the file.
void ForceLoadHistoricalData()
bool ForceLoadOneSym(
int barsWithRetry(
//---------


The file was updated to fix a bug that prevented it from trading on June 7

Ben
Hi Ben,
Could you attach the new version you mentioned about in PM with news filter and other features you added to Scalpy here or in PM? Thank you :)
Well, it seems that you have no problem to move our discussion from private to public and this thread is for the Scalpy on page 1, the answer is no.
Author:  forexaz [ Tue Jul 12, 2022 12:59 pm ]
Post subject:  Scalping New York

pivotter » Tue Jul 12, 2022 5:36 am wrote:
forexaz » Mon Jul 11, 2022 8:17 am wrote:
pivotter » Sat Jun 04, 2022 7:42 am wrote:
SteveHopwood » Sat Jun 04, 2022 1:37 pm wrote:
pivotter » Fri Jun 03, 2022 8:46 pm wrote:but i also cheated as i added ForceLoadHistoricalData() to the top of sendBasket() to make sure all H! and H4 candles are updated before all symbols are scanned,
That is a great idea. Can you post the code please, so I can add it?

:xm: :rocket:
Sure, attached the Scalpy with ForceloadHistory.
2 lines are added to the top of sendBasket()

//All symbols in marketpanel
ForceLoadHistoricalData();
Sleep(120000);//sleep 2 min so Empty4 can update the history file

You might want to set TradingWaitMinutes=3; to compensate for the 2 waiting minutes,

The 3 required functions, adapted to load only H1 and H4 in this case are at the bottom of the file.
void ForceLoadHistoricalData()
bool ForceLoadOneSym(
int barsWithRetry(
//---------


The file was updated to fix a bug that prevented it from trading on June 7

Ben
Hi Ben,
Could you attach the new version you mentioned about in PM with news filter and other features you added to Scalpy here or in PM? Thank you :)
Well, it seems that you have no problem to move our discussion from private to public and this thread is for the Scalpy on page 1, the answer is no.
I tried reaching you twice in private but my messages were stuck in outbox for days...couldn't think of any other way of reaching you? It appears my messages I sent several days ago finally reached you today.
Author:  SWG123 [ Tue Jul 12, 2022 2:46 pm ]
Post subject:  Scalping New York

In lines 1023 and 1063 – change "pairIndes" to "pairIndex"?
All times are UTC Page 28 of 31