Page 2044 of 2170

Re: MT4 Indicator requests and ideas

Posted: Tue May 14, 2024 6:30 am
by chris006
Managed to put button on FX Craft Pipsometer (older Beatle request here: post1295530169.html#p1295530169) using button code posted by Banzai here: post1295539645.html#p1295539645

Some warnings on compiling but overall seems to work - please test
On changing symbol the on-off gets reset - how to fix this? Banzai, can you fix this please?

FX Craft Pipsometer 1.3 is here: post1295530182.html#p1295530182

I guess pipsometer_5_decimal is now doable as well

BeatlemaniaSA wrote: Sun May 12, 2024 3:32 am Dear master coders @mrtools, @kvak, @banzai and et. al,

Would it be possible to add the following options to the attached pipsometer indicator (my preferred PIPS indicator)? I love the current display but unfortunately, we are severely restricted in how it is displayed.

2024-05-11_Pipsometer Request.png

Indicator:
pipsometer_5_decimal.mq4

Warmest regards,
Beatle 🪲

Re: MT4 Indicator requests and ideas

Posted: Tue May 14, 2024 10:02 pm
by Cengiz
Hello dear programmers, I hope I'm not causing any stress.
I found this indicator here in the forum and wanted to ask if one of the programmers can add MTF and ON/OFF switches.
Many thanks in advance.

Re: MT4 Indicator requests and ideas

Posted: Tue May 14, 2024 11:51 pm
by wtjfree
Good day,

I am looking for a utility tool for statistical analysis of historical trades on MT4. It's better to support .CSV file.

I would like to know the MAX drawn down of the account.

done the search but no luck. Anyone could guide me please?

Re: MT4 Indicator requests and ideas

Posted: Wed May 15, 2024 2:30 am
by Marco_Sousa
Papybillou wrote: Wed May 08, 2024 11:13 pm Idem
Gary combined regular CSS, with Super CSS, and Baluda's Slope into one indi.

I use this amazing indicator for a long time, thanks for sharing!

Re: MT4 Indicator requests and ideas

Posted: Wed May 15, 2024 3:46 am
by kvak
Cengiz wrote: Tue May 14, 2024 10:02 pm Hello dear programmers, I hope I'm not causing any stress.
I found this indicator here in the forum and wanted to ask if one of the programmers can add MTF and ON/OFF switches.
Many thanks in advance.
In this code, I don't know....

Re: MT4 Indicator requests and ideas

Posted: Wed May 15, 2024 8:24 pm
by sadd
Is it possible to add more calculations to the first graph, hopefully the same as the second graph, I have been working on a strategy recently and it has been fantastic. I would love to share my strategy in the community to help all those who love this community, Use the 25-day and 35-day moving average to identify trends. It is very profitable to enter with this indicator. I hope the guru can help me add more ways to calculate it so I can do more tests

Re: MT4 Indicator requests and ideas

Posted: Thu May 16, 2024 3:52 am
by chris006
First version: requests 1 to 3 - please test
BeatlemaniaSA wrote: Sun May 12, 2024 3:32 am Dear master coders @mrtools, @kvak, @banzai and et. al,

Would it be possible to add the following options to the attached pipsometer indicator (my preferred PIPS indicator)? I love the current display but unfortunately, we are severely restricted in how it is displayed.

2024-05-11_Pipsometer Request.png

Indicator:
pipsometer_5_decimal.mq4

Warmest regards,
Beatle 🪲

Re: MT4 Indicator requests and ideas

Posted: Thu May 16, 2024 5:01 am
by mrtools
chris006 wrote: Thu May 16, 2024 3:52 am First version: requests 1 to 3 - please test

Did this for the object id and user-friendly corners maybe it will help.

Re: MT4 Indicator requests and ideas

Posted: Thu May 16, 2024 5:33 am
by BeatlemaniaSA
chris006 wrote: Thu May 16, 2024 3:52 am First version: requests 1 to 3 - please test
Unfortunately, it is not working for me as it does not show the chart's current trade pips—neither the long or short trades. Possibly there is a conflict with another indicator on my chart.

Thanks for the effort :) :thumbup:

Re: MT4 Indicator requests and ideas

Posted: Thu May 16, 2024 6:19 am
by chris006
Taking the file amended by mrtools, re did requests 1-3

So now all should be fine apart from button - please test
mrtools wrote: Thu May 16, 2024 5:01 am Did this for the object id and user-friendly corners maybe it will help.