The community is delayed by three days for non registered users.

+1 to that!!!

auto systems results for today

Posted by bulf6285 on 17th of Mar 2023 at 05:22 pm

+1 to that!!!

Matt, if you and James would do a weekend webinar on this topic, I'd pay to be a part that! Adding filters, etc is not something I have been able to do very well. Just a thought, not sure how the rest of the BPT community feels. 

You can say that again :) 

This was after god knows how many iterations and still not right.

Can't imagine what the system trade codes must look like.

I took a shot at trying to code this into a Short Strategy. It works, but not great results. Maybe someone in the community can take a look and make a reccomendation? 

Heres the code:

inputs:
StochLength1( 60 ),
StochLength2( 5 ),
StochOverbought (75),
StochLevel( 50 ),
FastLength( 12 ),
SlowLength( 26 ),
MACDLength( 9 ),
Amount( 10 ),
Amount1(5),
PositionBasis( false );
variables:
ReturnValue1( 0 ),
oFastK1( 0 ),
oFastD1( 0 ),
oSlowK1( 0 ),
oSlowD1( 0 ),
ReturnValue2( 0 ),
oFastK2( 0 ),
oFastD2( 0 ),
oSlowK2( 0 ),
oSlowD2( 0 ),
MyMACD( 0 ),
MACDAvg( 0 ),
MACDDiff( 0 ),
Price( Close );

ReturnValue1 = Stochastic( H, L, C, StochLength1, 3, 3, 1, oFastK1, oFastD1, oSlowK1,
oSlowD1 );
ReturnValue2 = Stochastic( H, L, C, StochLength2, 3, 3, 1, oFastK2, oFastD2, oSlowK2,
oSlowD2 );
MyMACD = MACD( Close, FastLength, SlowLength );
MACDAvg = XAverage( MyMACD, MACDLength );
MACDDiff = MyMACD - MACDAvg;



Condition1 = oSlowk1<50;
Condition2 = oSlowk2>StochOverbought;
Condition3 = MyMACD>MyMACD[1];
Condition4 = MACDDiff<0;
Condition5 = MACDDiff<0;
Condition6 = MACDDiff[1]<0;

If Condition1 and Condition2 and Condition3 and Condition4 and Condition5 and Condition6 Then sell short next bar at market;  
if PositionBasis then
SetStopPosition
else
SetStopShare;
if MarketPosition = -1 then Begin
SetProfitTarget( Amount );
SetStopLoss( Amount1 );
If MACDDiff>=0.05 Then Buy to cover next bar at market;
End;




What are reccomended MA Ribbon

Posted by bulf6285 on 8th of Mar 2023 at 03:41 pm

What are reccomended MA Ribbon for ES on 5 min charts? 


Any thoughts on EEM? I

Posted by bulf6285 on 6th of Mar 2023 at 01:53 pm

Any thoughts on EEM? I see the STS went long.


Matt & Steve, what are

Posted by bulf6285 on 6th of Mar 2023 at 09:28 am

Matt & Steve, what are your thoughts on Emerging Markets? I see the etf's crossed over the STS. 

Matt, if we don't have

one of my fav setups

Posted by bulf6285 on 1st of Mar 2023 at 11:57 am

Matt, if we don't have the BPT MA Deluxe, what ribbon do you reccommend for the pinch?

SPX Weekly KISS chart -

Posted by bulf6285 on 9th of Feb 2023 at 02:07 pm

SPX Weekly KISS chart - I'm a little confused. Is it long (DVT 3764) or short with the magenta line overhead?

The truth :) 

Matt/Steve, where is the link

Posted by bulf6285 on 6th of Jan 2023 at 01:28 pm

Matt/Steve, where is the link for testimonials? This services kicks ass, and I'm happy to support whatever you need. Thanks for everything! 

Awesome! Thanks! 

SPX Symemtry

Posted by bulf6285 on 29th of Dec 2022 at 03:27 pm

Awesome! Thanks! 

How does this line up

SPX Symemtry

Posted by bulf6285 on 29th of Dec 2022 at 02:47 pm

How does this line up with wave C mapping?


Matt, would you do (or

PBF CCI follow up

Posted by bulf6285 on 12th of Dec 2022 at 02:37 pm

Matt, would you do (or have you done) a short video tutorial? I'd like to try and code this as a mechanical system. 


Excuse my ignorance if I

KISS basket

Posted by bulf6285 on 23rd of Nov 2022 at 04:43 pm

Excuse my ignorance if I missed this... what is the difference between the STS (DVT) and the ATR? Are they related or totally different? 

Best ETF to play VIX? 

Posted by bulf6285 on 14th of Nov 2022 at 09:54 am

Best ETF to play VIX? 

What would we look for

SPX 5 min

Posted by bulf6285 on 4th of Nov 2022 at 12:20 pm

What would we look for on a wave 2 bounce? 50% retrace?

as do your losses :) 

Life of a Futures Scalper   

Posted by bulf6285 on 28th of Oct 2022 at 10:15 am

as do your losses :) 

I check this quarterly... The column "AISC" is All In Sustained Cost to mine. In other words, on average, its costs miners $1281 an ounce to mine the gold. You can view it as a floor on price.

  http://www.zealllc.com/2022/gmq222fn.htm


9.62% but they readjust on the 28th


Newsletter

Subscribe to our email list for regular free market updates
as well as a chance to get coupons!