Re: Shved Supply and Demand unique identifier request

18462
mrtools wrote: Mon May 01, 2023 4:22 am Don't have any idea how to do that since it is using global variables. Have you tried maybe changing

Code: Select all

extern string sup_name               = "Sup";
extern string res_name               = "Res";
extern string test_name              = "Retests";
those names for every instance of the indicator used?
Unfortunately, that does not work. Bummer :(
These users thanked the author BeatlemaniaSA for the post:
Jedidiah
BEATS V5 - "Enjoy The Quiet Between Trades”

Improve Your Trading Psychology - NO FEAR, NO DOUBT


Re: MT4 Indicator requests and ideas

18469
Chickenspicy wrote: Wed May 03, 2023 6:24 am above 1 it is fine
will it not function below that? it disappears then
Amplitude is period thats why it was defined as integer,
makes no differenece its definition as double ,
1,9 should print similar to 2.0 but is not ,
insteed 1.9 is identical to 1.0 because 1.9 is casted to int (trunacted to 1), when used at

Code: Select all

iLowest(NULL,0,MODE_LOW,Amplitude,....
iHighest(NULL,0,MODE_HIGH,Amplitude,...
iMA(NULL,0,Amplitude,...
0.5 will be 0,
0 period=nothing to print
These users thanked the author Xronos__ for the post:
Chickenspicy

Re: MT4 Indicator requests and ideas

18470
Hi, this indicator is based on Arnaud Legoux Moving Average (an ALMA oscillator with bands). I find it quite useful for my trading system. But I were hoping if there were a chance if any of the awesome coders of forex-station could help me make the oscillator with a signal-line (with all the averages) as showed on the picture. I hope this is doable as the ALMA is quite known on this forum.


The only code i have for this particular indicator is (from tradingview):


The ex4 file is attached if someone finds this indicator useful.

Warmest regards
whiplashTM
These users thanked the author whiplashtm for the post:
RodrigoRT7