- ago
the settings of the indicator are missing. Period and delay
Where can I find them?
0
926
Solved
16 Replies

Reply

Bookmark

Sort
Glitch8
 ( 12.08% )
- ago
#1
They are built into the predetermined Alligator type parameter.
0
- ago
#2
We decided not to expose them so the original values are always applied. If you wish to choose custom parameters, take the SMMA indicator and shift it to the right in Strategy code.

CODE:
var teeth = SMMA.Series(Close,8) >> 5;
0
- ago
#3
Hello,
Can the parameters be changed?
0
- ago
#4
No but please see my reply above. Note that it's not SMA but SMMA.
0
- ago
#5
Sorry, but i don´t understand what you mean. I can´t code.
0
- ago
#6
Creation of derivative indicators as well as smoothing and delaying indicators (your case) is on our backlog for Building Blocks. Please stay tuned.
0
- ago
#7
In the beta version it worked. There it was perfect.
What can i do now?
0
Glitch8
 ( 12.08% )
- ago
#8
You'll have to wait a bit until we address it. I think Eugene has a solution. The reason we made the change is because it made little sense to devote three full fledged indicators to 3 indicators that are merely variations of a set of parameters.

I believe Eugene is going to expose the parameters in a near future build to allow you to customize it beyond the standard defaults that are already provided.
0
- ago
#9
OK, thanks
0
- ago
#10
Here's how Alligator will work in Build 2. I exposed two parameters for "period" and "delay" and a new choice to the dropdown: Custom. When Custom is chosen the Alligator honors your numeric input. If Jaw/Teeth/Lips are selected then any custom values are ignored - you go with the standard values by Bill Williams.

0
Best Answer
- ago
#11
Hello Eugene,
it works. Thanks a lot.
0
- ago
#12
Always a pleasure to help.
0
- ago
#13
Hello,

with the new Build 5, i can´t find the indicator alligator.
The same problem as on march 14, 2021

regards
0
- ago
#14
We have decided to move a group of advanced (and not so advanced) indicators to the PowerPack extension. Please install it and restart WL7 for the Alligator to reappear:

https://www.wealth-lab.com/extension/detail/PowerPack

Sorry for the inconvenience.
0
Glitch8
 ( 12.08% )
- ago
#15
I’m going to have to take a serious look at these indicators, they’re quite popular!
0
- ago
#16
Hello,
it works.
Thanks a lot
0

Reply

Bookmark

Sort