Problem with timestamp value input inside MT?
-
So i made a very simple script : https://fxdreema.com/shared/cMuFPGPXc
The idea is to simply draw a TL from either the low or high of a candle. Now i wish to manually input a timestamp inside MT4 when the script is started. So at above example the TL would start at low of a candle at timestamp 1, and is connected to the low of a candle, found at timestamp 2. I checked both boxes for input optimalization, yet i cannot seem to edit any values when i start the script..
-
You just need to have a connection to somewhere. Alone blocks don't execute.
Just put a pass-block before or after the draw. -
That did the job! Probably the most fast solution i have ever received
Thank you. On a sidenote i had to change a little bit regarding candle ID for it to work.. Instead of find candle by candle ID i had to change it to timestamp as well; https://fxdreema.com/shared/zTDnSF0kcProblem solved!