I'm struggling to delete 1 line after about 7 is created and then continues to do so keeping 7 lines on screen.
Update: I got it to kind of work but it stops deleting lines after about 12 or so for some strange reason.
I'm struggling to delete 1 line after about 7 is created and then continues to do so keeping 7 lines on screen.
Update: I got it to kind of work but it stops deleting lines after about 12 or so for some strange reason.
There is this bug where if you misspell the data type of a custom indicator, it cant be changed again. eg. init instead of int
For some reason it remembers the indicator name and the misspelling even after deleting the indicator.
Projects will give compile errors pointing to the the misspelling.
The only way around this if the indicator allows for it ,is to change its name and correctly importing it after.
Much appreciated.
Johann.
This is the leg work for NNFX method of trading.
It's a base frame for people to test their algos.
Didn't know where else to put it.
It looks ok so far.
If you spot something off please don't hesitate to comment.