Page 1828 of 2170

Re: MT4 Indicator requests and ideas

Posted: Sun Apr 09, 2023 4:34 pm
by mrtools
simon_n3z wrote: Sun Apr 09, 2023 12:23 am Greetz!

To the great Mr.Tools...

it could take quite some work, but to stay tru to the money, I am requesting as follows

blau tsi:

please make average double, price options, signal option for the averaging and double smoothing..


pleeeeezzz
Try here

Re: MT4 Indicator requests and ideas

Posted: Sun Apr 09, 2023 6:48 pm
by Georg K.
Subject: Adding all alerts to the indicator ZIgZag!

Dear Programmers!
Can someone please attach all alerts, including AlertsPush for Mobile, to the indicator ZIgZag? The file is attached.

Will be very grateful!
Thanks very much!

Re: MT4 Indicator requests and ideas

Posted: Sun Apr 09, 2023 9:46 pm
by simon_n3z
mrtools wrote: Sun Apr 09, 2023 4:34 pm Try here
Thank you kindly, truly

Re: MT4 Indicator requests and ideas

Posted: Sun Apr 09, 2023 11:30 pm
by delp
A big request to the coders!
The system needs an indicator (as in the picture)
that will display the readings of the Elliot Oscillator Waves 1.05 MTF indicator
on the panel,
with the possibility of installing more than one indicator.

Re: MT4 Indicator requests and ideas

Posted: Sun Apr 09, 2023 11:33 pm
by delp
Elliot Oscillator Waves 1.05 MTF

Re: MT4 Indicator requests and ideas

Posted: Mon Apr 10, 2023 7:52 am
by Pucmola
hello FS community, I am sending the basic version of histoboss 1.01 this old version is good as a helper indicator. if you set it up and add an enter and exit indicator to it, it will be good. My use was on ea with excellent results. Happy Easter.
Enjoy

Re: MT4 Indicator requests and ideas

Posted: Mon Apr 10, 2023 1:47 pm
by RodrigoRT7
Woodyz wrote: Sat Mar 18, 2023 2:37 pm Does anyone have a linear regression indicator setup like this or similar they can share please?
Image
another one here...

Re: MT4 Indicator requests and ideas

Posted: Mon Apr 10, 2023 4:49 pm
by pin12
Hello friends

I would like to know if there is any robot or script that allows me to control the maximum number of open orders.

I am using some robots that do not have control of the maximum of open orders and I need that.

I thank you in advance if you can give me any information on this matter.

Re: MT4 Indicator requests and ideas

Posted: Mon Apr 10, 2023 5:44 pm
by thomdel
@ mrtools

Respected Sir,

Request you to Please see the below issues in MetaEditor :--- Indicator : Heiken Ashi V mod k

Request you to Kindly correct this warnings.

On Pressing Compile Option : It Shows : 5 warnings in : MetaEditor : Description Box : Line 86 : Line 87 --- Attached pic *



Thanks for your Time, Support, Kindness.

Re: MT4 Indicator requests and ideas

Posted: Tue Apr 11, 2023 1:01 am
by Xronos__
pin12 wrote: Mon Apr 10, 2023 4:49 pm Hello friends

I would like to know if there is any robot or script that allows me to control the maximum number of open orders.

I am using some robots that do not have control of the maximum of open orders and I need that.

I thank you in advance if you can give me any information on this matter.
even if you find one that closes the extra orders, it will not solve your problem.
just imagine an endless loop
one side : your ea (A) that constandly opens new orders
and the second side : your new script (B) that constandly closes the extra orders
the result will be margin call from commisions and spread.

correct way to solve it is to fix these eas, to not open the extra orders

regards