Friends 1
Jdan43
Left feedback to developer for job EA with simple MACD entry and interesting ATR trailing exit
Jdan43
Added topic Buffer values don't faithfully in chart? (Should have been simple!)
Hi All, I am currently using the rudimentary peice of code to populate 2 buffers .. one for a slow Ma and one for a fast Ma. TestC1HandleFast = iMA(SymbolArray[SymbolLoop],PERIOD_CURRENT,FastMALength,0,MODE_EMA,PRICE_CLOSE);   
Jdan43
Added topic Indicator appears on Chart but NOT in Testing Visual Mode ???
Hi all, I am using iCustom (which I am quite familiar with and have used before) to pull  https://www.mql5.com/en/code/22431 (Internal Strength) into a simple EA. Adding to chart - OK Using it's calculations to determine entry - OK Will it show
Jdan43
Added topic Bulletproof Lotsizing based on ATR Stoploss
So it seems that that 'classic' way to calculate ATR stoploss can fall apart depending on the brokers configuration for a <symbol> double CalcLots( double PctEquityX, double SlDistanceX){        double ticksize =
Jdan43
Left feedback to developer for job RSI Mean Reversion EA (Simple) with ATR based Risk Management (Trickier)
Jdan43
Registered at MQL5.community