Forum

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); TestC1HandleSlow =

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 in the Tester - NG (please see pic) Are there any common

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 = SymbolInfoDouble ( _Symbol , SYMBOL_TRADE_TICK_SIZE ); //<-- Smallest px increment