Previous version: 2xMA BT.mq4
New Version: 2xMA (candles + arrows) BT.mq4
Date Coded: Jan. 2, 2022
Changing the arrow code doesn't change arrows in your indicator (despite: input possibilities) because they are "hard-wired" in the code.
I corrected.josi wrote: Tue Apr 16, 2024 11:23 pm Changing the arrow code doesn't change arrows in your indicator (despite: input possibilities) because they are "hard-wired" in the code.
You have to reference your inputs to the code (look for wingding 108)
I would never dare to "improve" somebody else's coding.marwilli wrote: Wed Apr 17, 2024 8:21 am Quick friendly question, why don't you correct it yourself if you've already found the error?
Code: Select all
//Forex-Station button template start42; copy and paste
EventSetMillisecondTimer(36);
//Forex-Station button template end42; copy and paste