- Search Forex Factory
- 39 Results (1 Threads, 38 Replies)
- talisean replied Mar 12, 2021
MQL4 Programming for Dummies | MQL4 Introduction - MT4ProgrammingCourse - YouTube Expert Advisor Programming - YouTube Forex Algorithmic Trading Course: Learn How to Code on MQL4 (STEP BY STEP) - YouTube MQL4Tutorial - YouTube Jimdandy1958 - YouTube ...
- talisean replied Mar 12, 2021
THANK YOU! i think i get it now. you showed me a weakness in my understanding so i have concentrated on understanding "for loops" this is a great video for anyone interested video jean, what is an "isto" value? i understand what you mean by ...
- talisean replied Mar 9, 2021
thank you. i will study so i can understand your answer. (i really wish i could learn quicker!)
- talisean replied Mar 9, 2021
THANK YOU :-) //+------------------------------------------------------------------+ //| iStochasticTest.mq4 | //| Ruokh | //| url | //+------------------------------------------------------------------+ #property copyright "Ruokh" #property link ...
- talisean replied Mar 9, 2021
this is a real noob question. but oh well im still learning. i got my head around iMA but am having trouble getting iSTOCHASTIC to work. could someone code the simplest stochastic using iSTOCHASTIC please. then i can see how its meant to work. my ...
- talisean replied Mar 5, 2021
yes i'm aware. i appreciate your warning
- talisean replied Mar 5, 2021
these are helpful articles if anyone else needs to read up on "mtf" url url thank you jeanlouie for suggesting articles on mql5.com
- talisean replied Mar 5, 2021
thankyou. that makes sense and i understand much better now. i have been using "Time[i]" for the current bar. is this incorrect? should i be using "Time[0]"? thank you for your answers they have been very helpful to me
- talisean replied Mar 4, 2021
thank you again. i will re-read what you have said a few times to make sure i understand fully. here is a sample of what i have done Label_Bars_OffSet is an integer which if positive seems to offset the text as desired. does this seem a good ...
- talisean replied Mar 4, 2021
thankyou. i was putting "Time[i+30]" and it broke the indi but "Time[30]" works. Is Time[] just the number of bars back on the chart? i thought that was Bars[].
- talisean replied Mar 4, 2021
thank you for your reply. the question was 2 separate issues. 1: how to code an MTF ma indicator. i know it is possible as you have described above but do not understand the code of MTF indicators i have looked at so i can make my own. 2: how to ...
- talisean replied Mar 4, 2021
help with 2 coding concepts please. 1: could please someone explain how a MTF multi timeframe indicator works and how to execute it please. 2: here is some code from my indicator i am working on ObjectCreate("7/9 HarmonicText", OBJ_TEXT, 0, Time[i], ...
- talisean replied Feb 24, 2021
if anyone needs it. i have used the code from this indicator url to put price labels on my ma url . it seems to work and i hope this helps if anyone has similar need
- talisean replied Feb 22, 2021
help with obj_arrow_right_price url please :-) i would like to add the current ma price to an ma and think this is the correct tool to use. however i am not sure how to use it. could someone please explain the correct usage of this function. ty ...
- talisean replied Jan 25, 2021
hi im self taught in c programming and mql4. the learning curve has been steep but i feel competent to patch together simple things now. i have no idea why this wont work. could some one please look at the code as im stumped. ty in advance :-) i am ...
- talisean replied Jan 15, 2021
ty for your reply! Because you're looking at [i+3] all the time, the initial limit needs to start from the end, minus 3 bars. ie without the lookback you'll start at the end, and then ask for the high/low values of +1+2+3 bars after the end, so ...
- talisean replied Jan 15, 2021
i'm a new coder and sometimes i come across things that i just don't know why they won't work. please please please would someone take a look at my code and get it to show the 1 bar fractals once this is done im sure i can make the rest of the ...
- talisean replied Dec 17, 2020
here is a cropped image to show what is happening. i have created an indicator which displays dots on the candles when a certain condition is met. however it also displays dots at the bottom of the screen which is unwanted. has anyone else come ...
- talisean replied Nov 17, 2020
thank you :-) ! i will work on this today :-)