Source: https://fxcodebase.com/code/viewtopic.php?f=38&t=74287
Forum: 38 · Topic 74287 · 14 post(s)
Apprentice · Tue Oct 24, 2023 5:13 am

Based on the request. https://fxcodebase.com/code/viewtopic.php?f=17&t=74254
rickCreations · Wed Oct 25, 2023 12:46 am
Making a request
1) embed the Indicator inside the EA. 2) Make all the drawable objects from the indicator visible when the ea is applied to the chart.
Mahadeo1806 · Wed Oct 25, 2023 4:40 am
i am backing testing it take only sell trade please update buffer value
Apprentice · Thu Oct 26, 2023 2:22 am
We have added your request to the development list. Development reference 964
rickCreations · Thu Oct 26, 2023 8:19 am
i can confirm. when applying to the chart :
2023.10.26 21:14:51.689 2023.07.03 00:04:01 PipFinite_EA USDJPY,H1: invalid pointer access in ‘PipFinite_EA.mq4’ (3643,13)
//--- CANDLE CLOSE:
if(CloseCandleMode)
if(!newCandle.IsNewCandle())
{
return;
}
Even if you don’t have the option enabled its still being triggered some how.
Apprentice · Fri Nov 10, 2023 8:04 am

jollyjegan · Tue Jan 14, 2025 9:03 am
Apprentice wrote:
927.png
Based on the request. https://fxcodebase.com/code/viewtopic.php?f=17&t=74254
PipFinite_Trend_PRO_fix.ex4
PipFinite_EA.mq4
This “PipFinite_Trend_PRO_fix.ex4” indicator is for old version of Metatrader. kindly update latest build version.
kindly convert this indicator & EA to metatrader-5 build. Thanks in advance.
Apprentice · Wed Jan 15, 2025 1:02 pm
Only if someone can provide the Mq4 version of the indicator. Or any other implementation for other trading platforms.
D-JONES · Thu Jan 16, 2025 2:45 am
Apprentice wrote: Only if someone can provide the Mq4 version of the indicator. Or any other implementation for other trading platforms.
here you are
Apprentice · Thu Jan 16, 2025 4:44 am
this is .ex4 we need .mq4
xmohammad · Fri Jan 17, 2025 3:09 am
Apprentice wrote: this is .ex4 we need .mq4
use buffers it.s on about tab
jollyjegan · Mon Jan 20, 2025 4:31 am
Apprentice wrote: this is .ex4 we need .mq4
Here is the mql4 format for that indicator. Only buy, sell arrows appears. not TP or SL. redesign TP 1, Tp2, SL. make it mql4 after that convert mql5 indicator & EA. Thanks in advance.
Apprentice · Thu Jan 23, 2025 3:33 pm
We have added your request to the development list. Development reference 59
Apprentice · Wed Feb 05, 2025 4:07 pm
Try this version. https://fxcodebase.com/code/viewtopic.php?f=38&t=75585