was a nice thing you did
strange world we live in where no one has common courtesy to say thankyou
THANKYOU FOR TAKING THE TIME OUT OF YOUR OWN LIFE TO DO THAT
wonder if i write it in capitals people will thank others more ......
2
Coding robots and indicators in C# for no charge (cTrader API) 182 replies
Oanda MT4 - Indicators and EAs not showing 1 reply
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Need help to code EAs for MT4 and MT5 2 replies
DislikedHello! Anyone here has or can do a MTF dashboard to show if the instrument is above or below 5/10EMA on daily weekly monthly? ThanksIgnored
Disliked{quote} search bar top right corner type in mad dash or type in cja multiple time frame dashboards or look at fxjacmIgnored
Disliked{quote} You have helped me build a manual trading plot around one single indicator only. I want to trade in M1 TF while watching the indicator in M15 or H1 or H4. Can you kindly add TF selection to the indicator? This is my last and final modification. Thanks again.Ignored
DislikedHello! Anyone here has or can do a MTF dashboard to show if the instrument is above or below 5/10EMA on daily weekly monthly? ThanksIgnored
Disliked{quote} you will see on strategy tester, because that EA system do "signal switch cut loss/profit"Ignored
Disliked{quote} Is there any chance of correcting it, Ganztrade? I will run it tomorrow and see what happens in the meantime, but I would love to hear your opinion please. Hercs.Ignored
DislikedHi, I am hoping that somebody can kindly help me with a simple DEMA crossover EA for MT4, please ? It's really hard to find this particular EA combination / request. I'd be very grateful indeed, Thanks v much...Ignored
DislikedHi mntiwana, Thank you for replying. Basically, I would want it for now to be very simple, so for Buy trades -> whenever a fast dema crosses a slower dema from below, there should be an arrow indicating up-direction at the intersection and only if the EA is 'running' or turned-on then a buy trade should be opened with simple parameters for alert-sound, lot-size, take-profit, stop-loss (these are the most important I can think of but if there are more to add that's fine). Of course no trade should be opened if the EA is not running but still the...Ignored
// List of Prices: // Price = 0 - Close // Price = 1 - Open // Price = 2 - High // Price = 3 - Low // Price = 4 - Median Price = (High+Low)/2 // Price = 5 - Typical Price = (High+Low+Close)/3 // Price = 6 - Weighted Close = (High+Low+Close*2)/4 // Price = 7 - Heiken Ashi Close // Price = 8 - Heiken Ashi Open // Price = 9 - Heiken Ashi High // Price =10 - Heiken Ashi Low //----------------------------------------------- // List of MAs: // MA_Method= 0: SMA - Simple Moving Average // MA_Method= 1: EMA - Exponential Moving Average // MA_Method= 2: Wilder - Wilder Exponential Moving Average // MA_Method= 3: LWMA - Linear Weighted Moving Average // MA_Method= 4: SineWMA - Sine Weighted Moving Average // MA_Method= 5: TriMA - Triangular Moving Average // MA_Method= 6: LSMA - Least Square Moving Average (or EPMA, Linear Regression Line) // MA_Method= 7: SMMA - Smoothed Moving Average // MA_Method= 8: HMA - Hull Moving Average by Alan Hull // MA_Method= 9: ZeroLagEMA - Zero-Lag Exponential Moving Average // MA_Method=10: DEMA - Double Exponential Moving Average by Patrick Mulloy // MA_Method=11: T3_basic - T3 by T.Tillson (original version) // MA_Method=12: ITrend - Instantaneous Trendline by J.Ehlers // MA_Method=13: Median - Moving Median // MA_Method=14: GeoMean - Geometric Mean // MA_Method=15: REMA - Regularized EMA by Chris Satchwell // MA_Method=16: ILRS - Integral of Linear Regression Slope // MA_Method=17: IE/2 - Combination of LSMA and ILRS // MA_Method=18: TriMAgen - Triangular Moving Average generalized by J.Ehlers // MA_Method=19: VWMA - Volume Weighted Moving Average // MA_Method=20: JSmooth - Smoothing by Mark Jurik // MA_Method=21: SMA_eq - Simplified SMA // MA_Method=22: ALMA - Arnaud Legoux Moving Average // MA_Method=23: TEMA - Triple Exponential Moving Average by Patrick Mulloy // MA_Method=24: T3 - T3 by T.Tillson (correct version) // MA_Method=25: Laguerre - Laguerre filter by J.Ehlers // MA_Method=26: MD - McGinley Dynamic
DislikedHi mntiwana, Thanks very much for this. However, when I try to use the EAs, I get message: 2020.12.27 21:58:23.362 'AllAveragesCrossoverTrader_v1.0 600+' is not expert and cannot be executed Same for 2020.12.27 21:58:17.981 'AllAverages_v3.2ea' is not expert and cannot be executed. I copied the EAs to the MQL4/Experts directory... Any idea? ThanksIgnored
DislikedAnyone have this version with the arrow attached into the chart? No repaint and have arrow like this. I was try Rsi TMA centered bands Alert -Chart of mladen but the arrow still repaint. Thanks so much for your help guys {file}Ignored
Disliked{quote} Impossible to stop repainting it is renamed/cloned from rsi of centered tmaIgnored