fxcodebase-backup

PinbarDetector_ea

Source: https://fxcodebase.com/code/viewtopic.php?f=38&t=75627
Forum: 38 · Topic 75627 · 4 post(s)


PinbarDetector_ea

Apprentice · Wed Feb 19, 2025 4:23 am

Snimka zaslona 2025-02-19 102304.png

Based on the request. https://fxcodebase.com/code/viewtopic.php?f=38&t=75608

PinbarDetector.mq5

PinbarDetector_ea.mq5


Re: PinbarDetector_ea

gomezM · Fri Feb 21, 2025 11:20 am

it’s ok, thanks, could you add few filter?

  1. the pinbar needs to touch a moving average (the fast ema)
  2. if ema fast (default 10 periods) is above ema slow (default 100 periods) - only buys. Revers for sells

thanks in advance


Re: PinbarDetector_ea

Apprentice · Sat Feb 22, 2025 5:29 am

We have added your request to the development list. Development reference 132


Re: PinbarDetector_ea

Apprentice · Mon Feb 24, 2025 5:35 am

PinbarDetector_ea_v2.mq5

Try this version.