TrendMeLeaveMe_Gold Expert - page 3

 

TrendMeLeaveMe_Gold Mod

Integrated SHI_Channel Indicator, added MM and Trailing Stop.

 
Dimicr:
Integrated SHI_Channel Indicator, added MM and Trailing Stop.

Did you code in TMLM the Mauro Trailing?

 
FerruFx:
Did you code in TMLM the Mauro Trailing?

TMLM_Gold + Mauro Trailing

 
Dimicr:
TMLM_Gold + Mauro Trailing

Great thanks

Can you confirm that it trails only the orders opened with this EA on its own chart and not the others orders (others charts)?

 
FerruFx:
Great thanks Can you confirm that it trails only the orders opened with this EA on its own chart and not the others orders (others charts)?

Yes - it trail only orders with Magic Number between MagicBuyStop = 3101 and MagicSellLimit = 3104 on the own chart.

 
Dimicr:
Yes - it trail only orders with Magic Number between MagicBuyStop = 3101 and MagicSellLimit = 3104 on the own chart.

An order of another symbol() but with the same magicnumber will not be trailed?

If "right", it's exactly what i ask for ...

 
FerruFx:
An order of another symbol() but with the same magicnumber will not be trailed? If "right", it's exactly what i ask for ...

You are good programmer . You see alone internal logic

if (OrderSymbol()==Symbol() && OrderMagicNumber() >= MagicBuyStop && OrderMagicNumber()<=MagicSellLimit)
 

Thanks for the confirm. It's what i saw.

I am not a "good" programer but a programer in progress.

 
Dimicr:
TMLM_Gold + Mauro Trailing

I have not test it yet but VERY GOOD Job

 

Thanks lot Waddah ... its great to have you here

Reason: