Software Developer and Music Producer
News Fundamentals All Time Return:
1,159.1%
I will code your pivot EAs for no charge 28 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
DislikedHi jdlanked and BestTraderEv, thank you for your response. jdblanked I supposed count would do that BestTraderEv that crossover is my goal, but I cant get itIgnored
Disliked{quote} If you upload the source code here someone can take a look.Ignored
int count = MAPeriod + 12;
double obvArray[];
ArrayResize(obvArray, count);
ArraySetAsSeries(obvArray, true);
// Fill OBV array
for(int i = 0; i < count; i++)
{
obvArray[i] = iOBV(NULL, 0, PRICE_CLOSE, i+1);
} DislikedHi jdlanked and BestTraderEv, thank you for your response. jdblanked I supposed count would do that BestTraderEv that crossover is my goal, but I cant get itIgnored
int MA_Period = 14; ENUM_MA_METHOD MA_Method = MODE_EMA; double OBVPrev[1]; OBVPrev[1] = iOBV(NULL, 0, PRICE_CLOSE, 2); double OBVThis[1]; OBVThis[1] = iOBV(NULL, 0, PRICE_CLOSE, 1); double MAPrev = iMAOnArray(OBVPrev,WHOLE_ARRAY,MA_Period,0,MA_Method,2); double MASignal = iMAOnArray(OBVThis,WHOLE_ARRAY,MA_Period,0,MA_Method,1);
Disliked{quote} Just passing by, why do this big traders and coders from Hankotrade (@jblanked, the owner of a strategy with a maximum drawdown of -97.4%.) ignore me just because I liked your post? LelIgnored
Disliked{quote} Sorry, excuse me, but I didn't understand your message? How do I ignore you? Did you ask any questions?Ignored
DislikedHi , Is there any way the expiration date be removed for this indicator to function please.TIA {file}Ignored
Disliked{quote} What expiration date? There is no expiration date. {image} I mean, there is, but it doesn't prevent the indicator from working. Also, it's real easy to find and to change the date. Just change the year, LOL.Ignored
Disliked{quote} The author said line 397 to 416 needs to be removed to remove expiration date>i am not sure how to and recompile.and when i load on chart it says indicator expired and to contact author who is no longer aroundIgnored
Disliked{quote} The author said line 397 to 416 needs to be removed to remove expiration date>i am not sure how to and recompile.and when i load on chart it says indicator expired and to contact author who is no longer aroundIgnored
Disliked{quote} That's one way to do it. Or, you could change the year in line 400. Or, you could change StartBar=45; in line 415 to StartBar=1; You can do any of those by RMC on the indicator in the Navigator window and selecting Modify. This will open the file in Meta Editor. Then you work in the same way as in any text or word editor. And you can do whichever thing makes you more comfortable. Delete this: {image} Modify this: {image} Or simply modify this: {image} And finally hit the Compile icon. Don't worry if you get any yellow warnings. If you get...Ignored
DislikedBestTraderEv, I finally managed to convert the video clip to mp4 for your kind perusal only. Good night. Hercs. {file}Ignored
DislikedHello; I need an indicator that shows me the daily highs and lows over a 20-day period. Can anyone within their capabilities create this indicator for MT4?. When I refer to possibility, I am talking about available time. ThanksIgnored
Disliked{quote} {file} You can input how many days you need. If you don't need the Mid Line, just set the color to None.Ignored