No Record Found Error
-
What does it mean if you are trying to import a file and it says "No record found."
-
Import an FX EA?
-
I was trying to import an mt4 file.
-
Only FX files can be imported into FX
-
@jstap Ohh, okay, thank you.
-
Sad though, was trying to help myself with ChatGPT XD
-
You can use ChatGPT code in FX, just add it to custom code, some though will need slightly amending, or deleting though.
-
@jstap Thank you! If I have a custom block that assigns a value to each fractal high on the chart (the newest one being 0 and the previous ones having values of 1,2,3 and so on), can I call on a particular fractal high based on it's value? For example, how could I request for something about (say, high price for example) fractal high 0 to be compared to something about fractal high 1? Thanks in advance for your reply.
-
Fractals are hard to work with, this https://fxdreema.com/shared/QpwznbiF will save the last fractal into a global variable and, draw a line on it. It has to be running on a chart to get the value, but maybe it will help
-
@jstap Thanks! Will check it out.
-
-
@Fingon Done. So, essentially there will now be a line on each fractal high/low formed after the program starts running, and those can then be used to figure out the price at the high/low of the fractal high/fractal low?
-
Yes, the line will be on the last arrow, so it visually shows if this is the value you would want to use.
-
@jstap By arrow do you mean the arrows the Fractals indicator draws on the chart?
-
@Fingon Wait - there will be only one line at any given time? Do the lines drawn on factual highs/lows that are no longer the "last" one get deleted?
-
Yes, it will move to the last as this is the latest price value, if the indicator is not on the chart it will still work.
-
@jstap Ok, thank you!