Source: https://fxcodebase.com/code/viewtopic.php?f=38&t=71079
Forum: 38 · Topic 71079 · 12 post(s)
Apprentice · Mon Apr 12, 2021 12:46 pm
Based on the request. https://fxcodebase.com/code/viewtopic.p … 93#p141393
You need to keep indicator on the chart with EA
Hill no repaint+Arrows1 EA.mq4
Sufiki · Wed May 12, 2021 7:03 am
please give option to limit bar for indicator. Example Limit bar : 100 so indi will give signal around 100 bar
Apprentice · Thu May 13, 2021 5:11 am
Your request is added to the development list. Development reference 473.
Apprentice · Fri May 14, 2021 4:43 am
Try this version.
Sufiki · Sat May 22, 2021 4:14 am
Thank you very much, it work ok now. how to call from icustom, so i can get signal up or down?
Apprentice · Tue May 25, 2021 4:05 am
Your request is added to the development list. Development reference 511.
Apprentice · Thu May 27, 2021 11:36 am
You need to put this indicator on the chart and look for the arrows to appear, not through iCustom.
Do you want to access these signals from another indicator or EA?
Sufiki · Thu May 27, 2021 2:35 pm
Apprentice wrote: You need to put this indicator on the chart and look for the arrows to appear, not through iCustom.
Do you want to access these signals from another indicator or EA?
Yup thats right, i want access signals from other ea
Apprentice · Sun May 30, 2021 7:07 am
Your request is added to the development list. Development reference 537.
Apprentice · Wed Jun 02, 2021 4:31 am
Still the same answer. You can use iterations through objects to find signals. Hill no repaint+Arrows1 EA.mq4 actually doing that.
gerval · Tue Aug 10, 2021 2:00 pm
The YES indicator repaints, also the EA asks for dll for it
mahdi669 · Sat Jan 29, 2022 2:17 pm
Is it possible to explain the logic behind this indicator please? I want to code it in Python but I can’t read it very well on MQL