Any chance on replacing the emas with femas & jurik? With option to select each one seperately?
T3 might be a good option also
Thank you in advance!
Re: Shved Supply and Demand unique identifier request
18462Unfortunately, that does not work. Bummermrtools 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
those names for every instance of the indicator used?Code: Select all
extern string sup_name = "Sup"; extern string res_name = "Res"; extern string test_name = "Retests";
- These users thanked the author BeatlemaniaSA for the post:
- Jedidiah
Millionaire Maker - “Amateurs chase. Professionals wait. Legends wait with a plan.”
BEATS V5 - "Enjoy The Quiet Between Trades”
Improve Your Trading Psychology - No fear, no doubt
Ultimate Risk Management - Maximize Your Trades
Supply and Demand Course - Learn Supply and Demand
Believe That You Can - Believe That You Can
BEATS V5 - "Enjoy The Quiet Between Trades”
Improve Your Trading Psychology - No fear, no doubt
Ultimate Risk Management - Maximize Your Trades
Supply and Demand Course - Learn Supply and Demand
Believe That You Can - Believe That You Can
Re: MT4 Indicator requests and ideas
18463Looking good with a setting of 34 on 15m, useful for determining trend.
- These users thanked the author Gethsemane for the post (total 2):
- Jedidiah, RodrigoRT7
Re: MT4 Indicator requests and ideas
18464viewtopic.php?p=1295510143#p1295510143
Has this post from BeatlemaniaSA ever been addressed, does anyone know?
Has this post from BeatlemaniaSA ever been addressed, does anyone know?
Re: MT4 Indicator requests and ideas
18465May Mrtools please make it possible to have the amplitude in decimal points? 0.5 1.5
thank you!
thank you!
- These users thanked the author Chickenspicy for the post:
- RodrigoRT7
Re: MT4 Indicator requests and ideas
18466Try now.Chickenspicy wrote: Wed May 03, 2023 5:09 am May Mrtools please make it possible to have the amplitude in decimal points? 0.5 1.5
thank you!
- These users thanked the author mrtools for the post (total 3):
- Chickenspicy, 太虚一毫, RodrigoRT7
Shalom Shalom! 
Re: MT4 Indicator requests and ideas
18467above 1 it is fine
will it not function below that? it disappears then
Re: MT4 Indicator requests and ideas
18468Don't know.Chickenspicy wrote: Wed May 03, 2023 6:24 am above 1 it is fine
will it not function below that? it disappears then
- These users thanked the author mrtools for the post:
- Chickenspicy
Shalom Shalom! 
Re: MT4 Indicator requests and ideas
18469Amplitude is period thats why it was defined as integer,Chickenspicy wrote: Wed May 03, 2023 6:24 am above 1 it is fine
will it not function below that? it disappears then
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 period=nothing to print
- These users thanked the author Xronos__ for the post:
- Chickenspicy
Re: MT4 Indicator requests and ideas
18470Hi, 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
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 (total 2):
- RodrigoRT7, Tur005