Ghostrider

Post Reply
wallywonka
Trader
Posts: 188
Joined: Thu May 12, 2016 7:46 am

Ghostrider

Post by wallywonka »

This is what I call a beautiful entry/exit right here :D
beautiful.jpg
You do not have the required permissions to view the files attached to this post.
Pipstubborn
Trader
Posts: 272
Joined: Thu Jul 12, 2012 5:17 pm

Ghostrider

Post by Pipstubborn »

Great Wally !!! I wish and hope this can be done all the time and in all pairs.
What TF are you using?

Pipstubborn
wallywonka
Trader
Posts: 188
Joined: Thu May 12, 2016 7:46 am

Ghostrider

Post by wallywonka »

That is on the 1 hour timeframe.
Pipstubborn
Trader
Posts: 272
Joined: Thu Jul 12, 2012 5:17 pm

Ghostrider

Post by Pipstubborn »

Thanks, I'm trading the H1 as well.
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Ghostrider

Post by SteveHopwood »

FYI folks, my H4/H1 demo lost slightly last week. My H1/M30 combo is in the green. Both of these demos preceed the latest bells and whistles versions. I will set up an H1/M30 combo with everything running later and post some account details in post 1 so everyone can follow along.

:xm: :rocket:
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Ghostrider

Post by SteveHopwood »

V 1d is in post 1. You do not need it unless you are using the trailing stop function or SuperTrend.

SuperTrend because I had coded reading and displaying the status but forgot to include it in the trading decision. :arrrg:

Maximillion alerted me to a bloop in the TS code that was generating error 130 (invalid stops). Thanks Max. :clap: :clap: :clap: There is a new input in the TS inputs, TrailStartsAtProfitPips. This tells Ghostrider buy how many pips the trade must be in profit before kicking in the trail.

:xm: :rocket:
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Ghostrider

Post by SteveHopwood »

I have found a copy/paste/forgot to edit bloop in 1d, so fixed and reuploaded to post 1. This one is in the Volumes reading code and is an easy DIY if you have already downloaded 1d.

Do a search for:
volVal2 = getVolumes(Symbol(), VolumesTimeFrame, shift);

Replace it with:
volVal2 = getVolumes(Symbol(), VolumesTimeFrame, shift + 1);

:xm: :rocket:
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Ghostrider

Post by SteveHopwood »

V 1e is in post 1, responding to a really helpful PM from nwesterhuijs, solving the problem of the solid rectangle drawing that obscures the details on the chart. :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap:

There is a function that checks that the required indicators are in your platform's indicators folder and warns you if any of them are missing. This function works by sending a call to the indicator which causes it to load using its default infill colours. Removing the calls to this function solves the problem.

The DIY is easy. Do a search for:
if (!indiExists( "shved_supply_and_demand" ))

The next block of code checks for SupDem, so comment out/delete the blocks and the problem disappears.

:xm: :rocket:
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
fx800
Trader
Posts: 1334
Joined: Sun Dec 04, 2011 4:11 am

Ghostrider

Post by fx800 »

Hi

I think Peaky is missing in the trading decision :?:
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Ghostrider

Post by SteveHopwood »

V 1f is in post 1. Wally just pointed out to me that I had added reading Peaky and displaying his status, but not added him to the trading decision.

Easy DIY if you want. Do a search for:
//Code to compare all the indi values and generate a signal if they all pass

Replace the two blocks of decision making code with:

Code: Select all

      //Code to compare all the indi values and generate a signal if they all pass
      if (!UseHigherTimeFrameZZ || higherTimeFrameSwingStatus == swingLow)
         if (tradingTimeFrameSwingStatus == swingLow)
            if (srStatus == insideSupport)
               if (!UseLtfSupDem || doLtfSupDemConfirmation() )
                  if (!UseOsMA || osmaStatus == up)
                     if (!UseVolumes || volStatus == up)
                        if (!UseSupertrend || superTrendStatus == up)
                           if (!UsePeaky || peakyStatus == peakylongtradable)
                              BuySignal = true;
         
      if (!UseHigherTimeFrameZZ || higherTimeFrameSwingStatus == swingHigh)
         if (tradingTimeFrameSwingStatus == swingHigh)
            if (srStatus == insideResistance)
               if (!UseLtfSupDem || doLtfSupDemConfirmation() )
                  if (!UseOsMA || osmaStatus == down)
                     if (!UseVolumes || volStatus == down)
                        if (!UseSupertrend || superTrendStatus == down)
                           if (!UsePeaky || peakyStatus == peakyshorttradable)
                              SellSignal = true;   
Thanks Wally. :clap: :clap: :clap: :clap: :clap:

:xm: :rocket:
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
Post Reply

Return to “Automated trading systems”