2020 MT4 MOTHERLODE

free & uncensored discussion arena for TheRumpledOne

Moderator: moderators

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15544
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3035
Location: Oregon
Real name: Avery T. Horton, Jr.
Gender: None specified
Contact:

Re: 2020 MT4 MOTHERLODE

Postby TheRumpledOne » Wed Sep 23, 2020 4:13 pm

kizerage212 wrote:Walmal considers the last 100 bars for 1 hour for high-low range unfiltered and 1000 bars filtered for certain 1 hour times of trading. Where is the indicator where you can do frequency distributions like in your videos? I'm not sure if it goes by another name but from the video it is Tro2019freqdistrdisplay and it doesn't seem to be included in the walmal.zip package and I can't find it in the 2020 mt4 zip bundle either. I want to run the distributions for every hour where I would be trading and update them every month like walmal mentioned. Thanks


That is a donational indicator.
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!

Please do NOT PM me with trading or coding questions, post them in a thread.

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15544
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3035
Location: Oregon
Real name: Avery T. Horton, Jr.
Gender: None specified
Contact:

Re: 2020 MT4 MOTHERLODE

Postby TheRumpledOne » Wed Nov 11, 2020 3:23 pm

TRO001.png
TRO001.png (32.64 KiB) Viewed 4822 times


Updated 3 Level ZZ Semafor indicator attached.
Attachments
3_Level_ZZ_Semafor_TRO_MODIFIED_VERSION.mq4
(105.5 KiB) Downloaded 442 times
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!



Please do NOT PM me with trading or coding questions, post them in a thread.

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15544
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3035
Location: Oregon
Real name: Avery T. Horton, Jr.
Gender: None specified
Contact:

Re: 2020 MT4 MOTHERLODE

Postby TheRumpledOne » Thu Nov 12, 2020 3:07 pm

TheRumpledOne wrote:TRO001.png

Updated 3 Level ZZ Semafor indicator attached.


SemRng is the range, in pips, between the most recent upper and lower semafor. If range is small, look for breakouts instead of reversals.

Dist is the distance, in pips, between the current price and most recent semafor.
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!



Please do NOT PM me with trading or coding questions, post them in a thread.

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15544
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3035
Location: Oregon
Real name: Avery T. Horton, Jr.
Gender: None specified
Contact:

Re: 2020 MT4 MOTHERLODE

Postby TheRumpledOne » Wed Apr 28, 2021 11:37 pm


PLEASE DO NOT POST THESE INDICATORS ON OTHER FORUMS OR SHARE MY CODE..
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!



Please do NOT PM me with trading or coding questions, post them in a thread.

CMag
rank: <50 posts
rank: <50 posts
Posts: 2
Joined: Sun Aug 15, 2021 10:44 am
Reputation: 0
Gender: None specified

Re: 2020 MT4 MOTHERLODE

Postby CMag » Sun Aug 15, 2021 3:36 pm

Great stuff and I'm glad I found you today...

if (LineStyleMain!=STYLE_SOLID)
{
thickness=1;
}

You might consider adding this to your modified SweetSpots indicator after line 193 so that the user chosen style actually gets implemented. Lines thicker than 1 will always be solid, but maybe you want thickness to supersede line style... IDK.

From one Oregonian to another... Ducks or Beavers??

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15544
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3035
Location: Oregon
Real name: Avery T. Horton, Jr.
Gender: None specified
Contact:

Re: 2020 MT4 MOTHERLODE

Postby TheRumpledOne » Mon Aug 16, 2021 1:20 am

CMag wrote:Great stuff and I'm glad I found you today...

if (LineStyleMain!=STYLE_SOLID)
{
thickness=1;
}

You might consider adding this to your modified SweetSpots indicator after line 193 so that the user chosen style actually gets implemented. Lines thicker than 1 will always be solid, but maybe you want thickness to supersede line style... IDK.

From one Oregonian to another... Ducks or Beavers??


I am not an Oregonian... Go Terps, Go!
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!



Please do NOT PM me with trading or coding questions, post them in a thread.

CMag
rank: <50 posts
rank: <50 posts
Posts: 2
Joined: Sun Aug 15, 2021 10:44 am
Reputation: 0
Gender: None specified

Re: 2020 MT4 MOTHERLODE

Postby CMag » Mon Aug 16, 2021 8:00 am

SweetSpotsGOLD line 215

TheColor = col1;
if(Show_BuySell)
{
VALUE = MathAbs( OPEN - level ) ;

/*
TheColor = col1;<-------Only set if Show_BuySell is true. If false TheColor will be NULL resulting in Black lines only.
*/

if(VALUE < xThreshold )
{
if(level > OPEN )
{ TheColor = Buy_color ; } else { TheColor = Sell_color ; }
}
}

User avatar
BambinoFlex
rank: 500+ posts
rank: 500+ posts
Posts: 557
Joined: Thu Oct 10, 2019 4:40 am
Reputation: 336
Location: Houston
Real name: Jorge "George" Alvarado
Gender: Male

Re: 2020 MT4 MOTHERLODE

Postby BambinoFlex » Thu Jan 20, 2022 3:24 am

TheRumpledOne wrote:
TheRumpledOne wrote:TRO001.png

Updated 3 Level ZZ Semafor indicator attached.


SemRng is the range, in pips, between the most recent upper and lower semafor. If range is small, look for breakouts instead of reversals.

Dist is the distance, in pips, between the current price and most recent semafor.



Is there a setting for SemRng in the FreqDist or in the new 2022 indicators? To see the average swing length. I found this site a few months ago, and went back to it this week.

https://algotrading-investment.com/2020 ... y-trading/

If you click on the market prediction link you'll see something similar to SemRng. They use price and a time element.
"If you're wrong, guess what...thats TRADING"

User avatar
baddog4x
rank: <50 posts
rank: <50 posts
Posts: 20
Joined: Thu Jan 13, 2022 9:08 pm
Reputation: 6
Gender: None specified

Re: 2020 MT4 MOTHERLODE

Postby baddog4x » Thu Jan 20, 2022 5:23 am

hello mr rumpledone.

i have installed one of your indicators, can you or someone else tell me how to interpret it?

thank you.

tro.1.png
tro.1.png (1.92 KiB) Viewed 3130 times

User avatar
BambinoFlex
rank: 500+ posts
rank: 500+ posts
Posts: 557
Joined: Thu Oct 10, 2019 4:40 am
Reputation: 336
Location: Houston
Real name: Jorge "George" Alvarado
Gender: Male

Re: 2020 MT4 MOTHERLODE

Postby BambinoFlex » Thu Jan 20, 2022 5:41 am

The left side shows which 1h candle, starting with the current 1h candle, that corresponds with the range on the right. Range being High minus Low.
"If you're wrong, guess what...thats TRADING"

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.


Return to “TheRumpledOne”