- Search Crypto Craft
-
jblanked replied Mar 22, 2025Well understood brother. Send me a direct message (@jblanked on all social media platforms). I have my own news strategy that I initially traded manually ( url ) and then automated; I have no intentions of publishing/promoting/utilizing other ...
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 21, 2025In that image, is that from the strategy you explained earlier? I think it was if it's bearish on the day look for bearish pullbacks on the support deviations and vice versa (bullish pullbacks on the resistance deviations if bullish on the day) You ...
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 21, 2025This one uses a class. Source code: url
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 21, 2025That works great, I see you added ArraySetAsSeries(time,arr); ArraySetAsSeries(open,arr); ArraySetAsSeries(high,arr); ArraySetAsSeries(low,arr); ArraySetAsSeries(close,arr); ArraySetAsSeries(tick_volume,arr); ArraySetAsSeries(volume,arr); ...
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 21, 2025Updated versions Source code: url
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 21, 2025Yes, 5 is perfect! 500 is way too much now that I think about it. I think I will default it to 30 or so. I forgot that we are shifting.
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 21, 2025To my knowledge, the difference will be negligible since both methods are calling a function to retrieve the value. The fastest method would be to use the high, low, close, etc., arrays that are provided in the OnCalculate function, since those ...
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 21, 2025Yeah read the note on your first point. And the second point is a good thing. Seems it was only used to try to lower memory usage. On your third point, looks like it sometimes converges, which isn't really an issue for how the indicator was intended ...
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 21, 2025I got it to be blazing quick. Source code: url Note: Currently you have to refresh the chart/timeframe the first time you load the indicator. I'll fix that and turn it into a class later for expert advisor use.
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 20, 2025I could take a look at it this weekend, I see a few things that could speed it up: Only initialize and resize once in the OnCalc Pre-calculate the getVWMA and getStdDev values by storing them in buffers
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 20, 2025Not possible with MT4 android/mobile. MT5 has that option for both mobile/desktop, but it is possible in MT4 Desktop too.
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 19, 2025(Okay last post from me today lol) Classy bro, you've been here legit for 5 years. Time to learn how to code.
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 19, 2025That's not the intended use of the RSI, but if you're so confident in your strategy, then trade it manually and stop asking for someone to code it for you and stop looking for other strategies. What I said may be harsh, but it will save you a ton of ...
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 19, 2025Dude, everyday you're gonna be at square one if you keep switching strategies looking for the magic golden egg. I will save you the time. That RSI strategy WILL NEVER WORK. There is no such thing as oversold or overbought. LOOK at XAUUSD right now.
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 18, 2025Yes datetime minute_1 = iTime(_Symbol,PERIOD_M1, 3); datetime minute_5 = iTime(_Symbol,PERIOD_M5, 1); if(minute_1 > minute_5) { // do something }
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 18, 2025That means it was likely decompiled, thus no serious developer would even touch that file (even if you used AI to fix it up)
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 18, 2025The full code would be helpful but you could try setting the buffers as series. //--- initial zero if (prev_calculated < 1) { ArrayInitialize(Histogram, EMPTY_VALUE); ArrayInitialize(MACD_Main, EMPTY_VALUE); ArrayInitialize(MACD_Signal, ...
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 17, 2025Here you go. I updated the source code too: url
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 16, 2025This is what most traders don't understand and that's why even though they can get mediocre results in the MT5 strategy tester, it still won't work live. The same with most HFT expert advisors
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 16, 202525% quality is all we needed to see. Don't use MT4 to confirm your strategy. Forward testing in MT4 is also useless.
I will code your EAs and Indicators for no charge