- Search Metals Mine
-
jblanked replied Mar 25, 2023This file uses both MQL4 and Python.. It cannot be compiled in either language... its using matplotlib and pandas to plot objects on a chart but also MQL4 functions to calculate the MA and RSI.
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 25, 2023I added these functions in your code (currently we're using the time one) image Feel free to adjust to your liking but this will only open the trade at the beginning of the candle
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 25, 2023What do you mean a price input option?
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 24, 2023Here you go! Here's what I added: image
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 24, 2023Use this version (I forgot to add in martingale): file It will only buy when the MACD crosses up the 0 line (and under the buy value in the inputs) and it will only sell when the MACD crosses down the 0 line (and above the sell value in the ...
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 24, 2023If you can write your entries, then it can be coded
Free Coding to backtest your strategy
-
jblanked replied Mar 23, 2023No thanks, I'm not a fan of indicators (unless its extremely simple), and that one is missing the OnCalculate function.
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 23, 2023Screenshot what settings you're using. Default settings definitely won't work, as that was just the example given for coding it. You will need to change the price trigger and entry to fit your needs. Doesn't matter the timeframe you put it on.. Read ...
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 23, 2023You just need to double click on the optimized setting, then click “Save setting”. On MT5, I think it’s to the right of the pair? And in MT4, you have to open up the properties and hit “Save” at the bottom
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 23, 2023Yess you mean within that same indicator? Or a separate indicator that sends alerts for RSI overbought/oversold?
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 23, 2023I don’t think you could back test this (especially not with default settings). There’s only input for price trigger and the buy stop price. I assumed the intention with this EA was for live trading
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 23, 2023Awesome!! Works for me too 😄
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 23, 2023You’re welcome!! And Hmmmm I’m not exactly sure why it would repaint. The only thing I added was the reverse. It probably has something to do with the second part not being reversed?
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 22, 2023It says in the post that it works for MT4 and users have confirmed it to be working for MT4 as well. You probably just need to copy the code and input it in a .mq4 file
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 22, 2023This might work, I added this: image This SHOULD work but you might need to also change the "slope[I]==" parts
I will code your EAs and Indicators for no charge