If anyone knows.
Iam looking for the algo to the linnear raff channel.
Anyone got source codes?
Iam looking for the algo to the linnear raff channel.
Anyone got source codes?
I will code your pivot EAs for no charge 25 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
DislikedIf anyone knows. Iam looking for the algo to the linnear raff channel. Anyone got source codes?Ignored
DislikedIf anyone knows. Iam looking for the algo to the linnear raff channel. Anyone got source codes?Ignored
Disliked{quote} Hello, maybe find it useful Smoothed heiken ashi candles with MA channel/envelopes. Lots of variation for arrows/alerts. {image} {image} {image} {file}Ignored
DislikedThe reverse non-repaint indicator arrow appears a bar or two late, can anyone please set the arrow to appear on the current candle? {file}Ignored
DislikedCan anyone help with this (sysWickRev) code, It is compiling with errors. thanks in advance #System #PARAM "Wick_Multiplier", 2.5, .5, 20 #PARAM "Body_Percentage", .25, .1, 1 If C > O _ AND (O - L) >= ((C - O) * Wick_Multiplier) _ AND (H - C) <= ((H - L) * Body_Percentage) _ OR C < O _ AND (C - L) >= ((O - C) * Wick_Multiplier) _ AND (H - C) <= ((H - L) * Body_Percentage) _ OR C = O AND NOT C = H _ AND (H - L) >= ((H - C) * Wick_Multiplier) _ AND (H - C) <= ((H - L) * Body_Percentage) _ OR O = H AND C = H _ AND H - L >= AVG(H-L, 50) Then Signal...Ignored
Disliked@ Mwirctsir i have ea can you please make an improvment in it.{file} Thanks in advance.Ignored
Disliked{quote} /*-------------------------------------------------------------------- Change-log: LUKE'S Universal EA_EMA_filter_v1.10 Date: 2025-01-20 By: MwlRCT Filename: LUKE'S Universal EA_EMA_filter_v1.10 -------------------------------------------------------------------- - Implemented Dynamic Lot Sizing: - Added input parameters for `EquityRiskPercent` and `LotMultiplier`. - Introduced the `CalculateDynamicLotSize` function to calculate lot size based on equity risk and martingale logic. - Integrated dynamic lot sizing into the `Trade` function...Ignored