Source: https://fxcodebase.com/code/viewtopic.php?f=31&t=71443
Forum: 31 · Topic 71443 · 4 post(s)
Apprentice · Tue Aug 24, 2021 3:00 am

Based on Perfect Trend Line https://fxcodebase.com/code/viewtopic.php?f=17&t=66641
Perfect_Trend_Line_Strategy.lua
chai88888 · Wed Aug 25, 2021 12:41 am
here a visual on how the strategy works
its very simple strategy
buy trades: only open buy when the present or newest green dot is higher than the previous green dot
sell trades: only open sell when the present or newest red dot is lower than the previous red dot
thanks
Apprentice · Wed Aug 25, 2021 3:35 am
Your request is added to the development list. Development reference 773.
Apprentice · Wed Aug 25, 2021 1:13 pm
Perfect_Trend_Line_Strategy.lua
Try this version.